/* CSS Document */

html, body, img, p, a, h1, h2, h3 {
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
}

body {
	background-color:#c1bfb5;
}

a {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
}

#main {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:960px;
	height:106px;
	background-color:#a1a09a;
}

.logo1 {
	width:537px;
	height:79px;
	float:left;
	margin-top:10px;
}

.logo2 {
	width:401px;
	height:79px;
	float:right;
	margin-top:10px;
}

#navbar {
	width:960px;
	height:44px;
	background-color:#d6d6d6;
}

.nav_left {
	width:13px;
	height:44px;
	background-image:url(../images/navbar_left.jpg);
	background-repeat:no-repeat;
	float:left;
}

.nav_mid {
	height:44px;
	width:934px;
	background-image:url(../images/navbar_mid.jpg);
	background-repeat:repeat-x;
	float:left;
}

.nav_link {
	float:left;
	margin-right:15px;
	margin-top:5px;
}

.nav_link a {
	font-size:18px;
	font-weight:bold;
}

.nav_link a:hover {
	color:#666;
}

.nav_right {
	width:13px;
	height:44px;
	background-image:url(../images/navbar_right.jpg);
	background-repeat:no-repeat;
	float:right;
}

#content {
	width:960px;
	background-color:#d6d6d6;
}

#footer {
	width:960px;
	height:58px;
}

.footer_left {
	width:17px;
	height:58px;
	background-image:url(../images/footer_left.jpg);
	background-repeat:no-repeat;
	float:left;
}

.footer_mid {
	height:58px;
	width:926px;
	background-image:url(../images/footer_mid.jpg);
	background-repeat:repeat-x;
	float:left;
}

.footer_right {
	width:17px;
	height:58px;
	background-image:url(../images/footer_right.jpg);
	background-repeat:no-repeat;
	float:right;
}

.copyright {
	font-size:12px;
	float:right;
	margin-top:30px;
}

.copyright a {
	color:#F00;
	text-decoration:underline;
}

/* Home Page items */
.home_content_height {
	height:800px;
}
.home_heading {
	width:960px;
	text-align:center;
}

.home_holder {
	position:relative;
	width:960px;
}

.home_image1 {
	position:absolute;
	width:327px;
	height:247px;
	left:80px;
	top:20px;
}

.home_image2 {
	position:absolute;
	width:390px;
	height:289px;
	right:50px;
	top:20px;
}

.home_image3 {
	position:absolute;
	width:358px;
	height:277px;
	top:350px;
	left:80px;
}

.home_image4 {
	position:absolute;
	width:591px;
	height:351px;
	top:380px;
	right:48px;
}

.home_image5 {
	position:absolute;
	width:244px;
	height:64px;
	right:200px;
	top:310px;
}

/*  Product Info Page */
.product_content_height {
	height:970px;
}

.product_holder {
	position:relative;
	width:960px;
}

.product_holder p {
	font-size:14px;
	line-height:18px;
}

.product_holder p span {
	font-weight:bold;
}

.product_image1 {
	position:absolute;
	width:329px;
	height:247px;
	top:20px;
	left:60px;
}

.product_image2 {
	position:absolute;
	width:553px;
	height:304px;
	top:150px;
	left:170px;
}

.product_image3 {
	position:absolute;
	width:397px;
	height:207px;
	top:460px;
	left:65px;
}

.product_image4 {
	position:absolute;
	width:432px;
	height:224px;
	top:460px;
	right:30px;
}

.product_image5 {
	position:absolute;
	width:271px;
	height:203px;
	top:770px;
	left:350px;
}

.product_text1 {
	position:absolute;
	top:40px;
	left:390px;
}

.product_text2 {
	position:absolute;
	top:120px;
	left:390px;
}

.product_text3 {
	position:absolute;
	width:210px;
	top:140px;
	right:25px;
}

.product_text4 {
	position:absolute;
	width:390px;
	top:660px;
	left:70px;
}

.product_text5 {
	position:absolute;
	width:400px;
	top:680px;
	right:60px;
}

/*  Contact Page */
.contact_content_height {
	height:600px;
}

.contact_heading {
	width:960px;
	text-align:center;
}

.contact_holder {
	position:relative;
	width:960px;
}

.usa_info {
	position:absolute;
	width: 238px;
	top:20px;
	left: 100px;
}

.canada_info {
	position:absolute;
	width: 238px;
	top:20px;
	right: 100px;
}

.usa_info p span {
	font-weight:bold;
}

.contact_product_image {
	position:absolute;
	width:462px;
	height:335px;
	top:231px;
	left:262px;
}

.contact_guarantee {
	position:absolute;
	width:960px;
	text-align:center;
	top:550px;
}

.contact_guarantee p {
	font-style:italic;
	font-size:14px;
}

.contact_guarantee p span {
	font-weight:bold;
}
