/* CSS Document */
/* HTML and Body Information */
* {
	margin:0;
	padding:0;
}
html {
	height: 100%;
}
body {
	background-color:#d7d7d7;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	height: 100%;
}
img, a img {
	border:0;
}
/* Typograpghy and Links */
a {
	text-decoration:none;
}
a:focus, a:focus img {
	outline: none;
}
/* End Links*/
/* Clear Fixes */
.clearfix {
	display: block;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1%;
	line-height: 0;
}
/* /Clear Fixes */
/* Layout Information*/
div#global {
	width:968px;
	margin:0 auto;
}
div#bucket {
	padding:26px 0 13px 0;
	float:left;
}
/* /Layout Information*/
div.header {
	width:968px;
	clear:both;
}
div.header h1 {
	clear:both;
}
/* Navigation Information*/
div.navigation {
	width:968px;
	padding:18px 0 0px 0;
	clear:both;
}
div.navigation ul li {
	display:inline;
	font-size:1.2em;
	list-style:none;
	font-weight:bold;
}
div.nav_left {
	float:left;
	width:500px;
	padding: 0 0 8px 0;
}
div.nav_right {
	float:right;
	padding: 0 0 8px 0;
	width:437px;
}
div.nav_left ul li {
	color:#ffffff;
	background:url(../images/nav_separator.gif) no-repeat right 3px;
	padding:0px 10px 0px 8px;
}
div.nav_left ul li a {
	color:#333333;
}
div.nav_left ul li a span {
	color:#ffffff;
}
div.nav_right ul li {
	color:#333333;
	background:url(../images/brand_separator.gif) no-repeat right 3px;
	padding:0px 5px 0px 5px;
}
div.nav_right ul li a {
	color:#ffffff;
}
div.navigation ul li.first {
	padding-left:0px;
}
div.navigation ul li.last {
	padding-right:0px;
	background:none;
}
/* /Navigation Information*/
/* Content Information*/
div.content {
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	float:left;
	width:968px;
	padding:13px 0 13px 0;
	clear:both;
}
div.content h2 {
	padding:29px 0 37px 0;
}
div.content div.col1_productimage {
	float:left;
	width:593px;
}
div.content div.col2_content {
	float:left;
	width:350px;
	clear:right;
}
#padding_left {
	padding-left:25px;
}
div.content div.col2_content p {
	font-size:1.2em;
	color:#333333;
	padding-bottom:20px;
}
div.content div.col2_content p a {
	color:#333333;
	text-decoration:underline;
}
div.content div.col2_content p a:hover {
	color:#ffffff;
}
div.content div.col2_content div.brandlink p {
	padding-bottom:3px;
}
div.content div.col2_content img.innerlogo {
	padding-top:149px;
}
/* /Content Information*/
/* /Front Page Information*/
div.content_front {
	width:1003px;
	margin:0 auto;
}
/* Front Page Information*/
/* Footer Information*/
div.footer {
	padding:13px 0 0 0;
	clear:both;
}
div.footer ul li {
	list-style:none;
	float:left;
}
/* /Footer Information*/
/* ContactUs Information*/
div.content div.col2_content div.contact p {
	font-size:1.4em;
	line-height:22px;
}
/* /ContactUs Information*/

