@import url('reset-min.css');

* {
	font-family: helvetica, arial, sans;
}

html {
	background-image: url(../images/background.jpg);
}

#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
}

#header {
	background-image: url(../images/top-background.png);
	height: 114px;
	border-bottom: 1px solid #c0cbd1;
}

#header img {
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}

#footer {
	height: 21px;	
	text-align: right;
	color: white;
	font-size: 9px;
	background-color: #acb4c6;
	line-height: 21px;
	padding-right: 5px;
}


#terms {
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	color: #333;
	font-size: 9px;
}

#menu {
	position: relative;
	left: 20px;
	top: 90px;
}

#menu li {
	display: inline;
	list-style-type: none;
	background-image: url(../images/menu-bar.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 10px 0px 10px;
	margin: 0 0 0 0;
}

#menu li.last {
	background-image: none;
}

#menu li a, #menu li a:visited {
	color: #8d9ea6;
	text-decoration: none;
	font-size: 13px;
}

#menu li a:active, #menu li a.current {
	color: #de0031 !important;
}

#menu li a:hover {
	color: #333 !important;
}


/* Home */

#flash {
	border-bottom: 1px solid #c0cbd1;
	height: 413px;
}

#big_image {
	height: 308px;
	overflow: hidden;
	border-bottom: 1px solid #c0cbd1;
	background-color: white;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;	
}

#big_image img {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}


#boxes {
	height: 177px;
	background-color: white;	
	padding-top: 2px;
}

.box {
	width: 259px;
	height: 164px;
	border: 1px solid #c0cbd1;
	background-image: url(../images/bottom-background.png);
	float: left;
	margin-left: 3px;
	margin-top: 4px;
	text-align: center;	
	overflow: hidden;
}

.box p {
	font-size: 10.5px;
	margin: 12px 14px 12px 13px;
	margin-top: 5px;
	text-align: left;
}

.box p a {
	color: #de0031;
}

#symbol {
	background-color: #d4e1ac;
	background-image: none;
}

#symbol p {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
}




#content {
	background-color: white;
	height: auto;
	margin: 0 0 0 0;
	padding: 10px;
}

#about_box {
	background-color: #d4e2ad;
	border: 1px solid #acb4c6;
	height: 80px;
	padding: 25px 20px 20px 20px;
}

#about_box .copy h2 {
	color: #de0031;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 8px;
}

#about_box .copy {
	font-size: 12px;
	color: #333;
	font-size: 10.5px;
	line-height: 15px;
}

#left {
	float: left;
	width: 390px;
	padding-right: 10px;
	background-image: url(../images/about-separator.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#right {
	float: right;
	width: 327px;
}


/* About */





#products {
	background-image: url(../images/bottom-background.png);
	height: 180px;
	background-position: bottom;
	background-repeat: repeat-x;
}

.product {
	padding-top: 20px;
	float: left;
	width: 150px;
	height: 107px;
	background-image: url(../images/products-separator.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
}

.product.last {
	background-image: none;
}

.product a {
	color: #de0031;
	font-size: 12px;
}

#products_copy {
	font-size: 10.5px;
	color: #8d9ea6;
	padding-top: 25px;
	width: 300px;
	float: left;
} 

#products_copy h2 {
	color: #7ab350;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
}

#products_copy a {
	color: #de0031;
}

.specs {
	margin-top: 10px;

}

.specs a, .specs a:visited {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;	
	color: #7ab350 !important;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
}

.specs a:hover {
	text-decoration: underline;
}



/* Products */

#products_image {
	height: 306px;
	overflow: hidden;
	border-bottom: 1px solid #c0cbd1;
	background-color: white;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;	
}


.products_wrapper {
	height: 360px !important;
	padding-bottom: 0px !important;
}

#products_area {
	background-image: url(../images/products-background.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-right: 1px solid #8d9ea6;
	border-left: 1px solid #8d9ea6;	
	padding: 20px 10px 0px 10px;
	margin-top: -10px;
	height: 360px;
}

.products_content {
	color: #8d9ea6;
	font-size: 11px;
	line-height: 14px;
	width: 500px;
	padding-right: 20px;
	float: right;
}

.products_content h2 {
	font-size: 15px;
	text-transform: uppercase;
	color: #0e1930;
	margin-bottom: 10px;
}

.products_content p {
	margin-bottom: 10px;
}

.products_content ul {
	margin-left: 20px;
	list-style-type: circle;
}

.products_content ul li {
	margin-bottom: 10px;
	list-style-type: circle;	
}

#products_menu {
	float: left;
	width: 150px;
	padding: 5px 40px 40px 40px;
}

#products_menu h2 {
	color: #de0031;
	font-size: 12px;
	margin-bottom: 20px;
}

#products_menu a {
	color: #8d9ea6;
	font-size: 10.5px;
	display: block;
	margin-bottom: 10px;
}

#products_menu a.current {
	color: #7ab350 !important;
}

.footnote {
	font-size: 9px;
	padding-right: 10px;
	text-align: right;
}


/* Partners */

.partners_wrapper {
	height: auto !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;

}

.partners {
	font-size: 11px;
	color: #acb4c6;
	line-height: 14px;
	padding: 30px 40px 40px 40px !important;
	height: 200px !important;
	margin-bottom: 0px !important;
}

.partners h2 {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
	color: #de0031;
}

.partners h2 a {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
	color: #de0031;
	text-decoration: none;
}

.partners p {
	margin-bottom: 10px;
}

#partners-bottom {
	height: 120px;
	background-image: url(../images/partners-background.png);
	border-right: 1px solid #8D9EA6;
	border-left: 1px solid #8D9EA6;	
	padding: 5px;
	overflow: hidden;
	
}

.partner {
	text-align: center;
	font-size: 9px;
	margin-top: 20px;
	float: left;
	width: 255px;
	background-image: url(../images/partners-line.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	height: 90px;
}

.partner a {
	color: #333;
}

.partner img {
	margin-bottom: 5px;
}


/* News */


.news {
	width: 480px;
	float: right;
	padding-right: 30px;
}

#news_menu {
	float: left;
	width: 185px;
	padding: 5px 40px 40px 20px;
	color: #8d9ea6;
	font-size: 10px;	
}

#news_menu h2 {
	color: #de0031;
	font-size: 12px;
	margin-bottom: 4px;
}

#news_menu strong {
	font-size: 12px;
	font-weight: normal;
}

#news_menu a {
	color: #333;
}

.news_items {
	color: #8d9ea6;
	font-size: 11px;
	padding-top: 30px !important;
}

.news_items h2 {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.news_item strong {
	font-size: 12px;
	font-weight: normal;
}

.news_item a, .news_item a:visited {
	background-image: url(../images/white-bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;	
	color: #7ab350 !important;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
}

.news_item a:hover {
	text-decoration: underline;
}


