/*
 * TopMark Products CSS
 * Author: Alex Osborn, alex.f.osborn@gmail.com
 * Version: 26 May 08
 *
 */
 
body {
	background:				#39474f;
}

.container {
	margin:					0px auto 0px auto;
	background:				#ffffff;
	width:					750px;
}

.header {
	margin: 				0px auto 10px auto;
	padding: 				0 0 0 0;
	background: 			url('/images/redesign/header.jpg') top left no-repeat;
	width: 					750px;
	height: 				185px;
}

.footer {
	text-align: 			center;
	margin: 				0 auto 0px auto;
	padding: 				0 0 20px 0;
	font-size: 				0.9em;

}

.footer li {
	display: 				inline;
	padding: 				0 5px 0 5px;
}

.footer li a {
	color: 					#ffffff;
	border-bottom: 			1px dotted #ffffff !important;
	border-bottom: 			1px solid #ffffff;
}

.menu {
	text-align: 			center;
	font: 					1.2em Arial, Helvetica, sans-serif;
	font-weight:			bold;
	letter-spacing: 		-0.5px;
	text-transform: 		uppercase;
}

.menu a {
	color: 					#ffffff;
	border: 				none !important;
	border: 				none;
	padding: 				2px;
}

.menu a:hover, .menu a:focus  {
	color: 					#afe47b;
}

.menu li {
	display: 				inline;
	padding: 				10px 6px;
}

.footer-background {
	background:				url('/images/redesign/footer.jpg') top left no-repeat;
	width: 					750px; 
	height: 				85px; 
}

#homepage-slideshow {
	width: 700px;
	height: 155px;
	margin: 10px auto 0px;
}

#homepage-slideshow li {
	width: 700px;
	height: 155px;
}

#homepage-slideshow li.hidden {
	display: none;	
}

#homepage-slideshow li a {
	text-decoration: none;
	border-bottom: none !important;
}

#slider ul li {
	/*line-height: 88px;*/
	width: 152px;
	font-size: 12px;
	float: left;
	line-height: 88px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}

#homepage-slider-wrapper {
	width: 750px; 
	margin: 10px auto 20px; 
	height: 88px; 
	background: #ffffff url(../images/home/slide-background.jpg) no-repeat left top;	
}

#sliderPrev {
	width: 66px; 
	height: 88px; 
	float: left; 
	background: url(../images/home/slide-left.jpg) no-repeat left top; 
	cursor: pointer;	
}

#slider {
	width: 608px; 
	height: 88px; 
	float: left; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	overflow: hidden;	
}

#slider ul {
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	width: 2432px;
}

#sliderNext {
	width: 76px; 
	height: 88px; 
	float: left; 
	background: url(../images/home/slide-right.jpg) no-repeat left top; 
	cursor: pointer;	
}

#slider ul li a {
	height: 88px;
	float: left;
	display: block;
	line-height: 88px;
	text-decoration: none;
	width: 152px;
	color: #2aafff;
	text-align: center;
}

#slider ul li a img {
	vertical-align: middle;	
}

#slider ul li a span {
	border-bottom: 1px dotted #CC9999;
}

#newsletter-subscription {
	height: 30px;
	width: 540px;
	padding: 10px 0 0 210px;
	margin: 0 0 114px 0;
}

#newsletter-subscription span {
	display: block;
	height: 30px;
	line-height: 29px;
	float: left;
	color: #999;
	font-weight: bold;
	font-size: 11px;
	margin: 0 20px 0 0;
}

#newsletter-subscription form {
	height: 30px;
	float: left;
}

#newsletter-subscription form label {
	height: 30px;
	line-height: 29px;
	float: left;
	display: block;
	color: #ccc;
	font-weight: bold;
	font-size: 11px;
	margin: 0 5px 0 0;
}

#newsletter-subscription form input.field {
	float: left;
	background: #505050;
	border: 1px solid #666;
	width: 100px;
	font-size: 11px;
	line-height: 15px;
	padding: 3px 2px;
	margin: 4px 10px 5px 0;
	color: #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#newsletter-subscription form input.submit {
	float: left;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	background: #33CC00;
	text-align: center;
	font-size: 12px;
	line-height: 21px;
}

.small {
	font-size: 11px;
}

.reference-title {
	background: #66d437 url('/images/reference/gradient-header.jpg') top left repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.reference-title a {
	color: #ffffff;
}

.results {
	font-size: 10px;
	color: #eeeeee;
}

.results-product {
	font-size: 11px;
	padding: 5px 5px 5px 10px;
}

.results-product a {
	text-decoration: none;
	color: #eeeeee;
}

.white {
	color: #ffffff;
}

.reference-login {
	background: #ffffff;
	border: 1px solid #eeeeee;
	padding: 2px;
	width: 120px;
	font-size: 12px;
}

.reference-button {
	background: #ffffff;
	border: 1px solid #eeeeee;
	padding: 2px;
	font-size: 12px;
}

.tips {
	padding: 0 20px;	
}