@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
	font: 13px Trebuchet Ms, Tahoma, Geneva, sans-serif;
	color: #000;
	background: #e9a541;
	}

h1 {
	font-size: 24px;
	color:#ee7b33;
	margin:0px 0px 15px;
	letter-spacing:-0.5px;
	}

h2 {
	font-size: 17px;
	color:#000;
	margin-bottom:10px;
	}

p {
	line-height: 1.5em;
	margin-bottom: 10px;
	}

a {
	color:#e8562d;
	font-weight:normal;
	}
	
img, img a {border: 0;}

/***** BUTTONS *****/
#orange{background:url(images/buttons/orange.gif) #eb7b34; text-decoration:none; height: 63px;  width: 132px; margin:17px 30px 0px 0px; float:left;}
#orange a{color:#fff; text-decoration:none; font-size:19px; text-align:center; font-weight:bold; line-height:57px; width:132px; display:block; text-align:center; }

#blue{background:url(images/buttons/blue.gif) #1842a7; text-decoration:none; height: 63px;  width: 132px; margin:17px 30px 0px 0px; float:left;}
#blue a{color:#fff; text-decoration:none; font-size:19px; text-align:center; font-weight:bold; line-height:57px; width:132px; display:block; text-align:center; }

#black{background:url(images/buttons/black.gif) #131113; text-decoration:none; height: 63px;  width: 132px; margin:17px 30px 0px 0px; float:left;}
#black a{color:#fff; text-decoration:none; font-size:19px; text-align:center; font-weight:bold; line-height:57px; width:132px; display:block; text-align:center; }

#pink{background:url(images/buttons/pink.gif) #f65a73; text-decoration:none; height: 63px;  width: 132px; margin:17px 30px 0px 0px; float:left;}
#pink a{color:#fff; text-decoration:none; font-size:19px; text-align:center; font-weight:bold; line-height:57px; width:132px; display:block; text-align:center; }

#red{background:url(images/buttons/red.gif) #e70f12; text-decoration:none; height: 63px;  width: 132px; margin:17px 30px 0px 0px; float:left;}
#red a{color:#fff; text-decoration:none; font-size:19px; text-align:center; font-weight:bold; line-height:57px; width:132px; display:block; text-align:center; }
/***** BUTTONS *****/


/***** MENU *****/
#nav {
	width: 857px;
	height: 59px;
	margin: 0 auto;
	background: url(images/bg_nav.png) no-repeat;
	}
	
#nav ul {padding: 16px 0 0 40px}
	
#nav li {
	float: left;
	margin-right: 32px;
	list-style: none;
	}
	
#nav li a {
	display: block;
	padding: 2px 24px;
	font: 19px  Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: url(images/bg_nav-a-out.gif) 0 50% no-repeat;
	}
	
#nav li a:hover {background: url(images/bg_nav-a-over.gif) 0 50% no-repeat;}
/***** MENU *****/


/***** LAYOUT *****/
.left {
	float: left;
	margin: 0 32px 24px 0;
	}

#page {background: #e9a541 url(images/bg_body.gif) repeat-x;}

#header {
	width: 857px;
	min-height: 244px;
	margin: 0 auto;
	}
* html #header {height: 244px;}
	
#logo {
	float: left;
	width: 151px;
	height: 200px;
	margin: 8px 0 0 40px;
	background: url(images/logo.jpg) no-repeat;
	}
* html #logo {margin: 8px 0 0 20px;}
	
#logo h1 strong {display: none;}

#main_image {float: right;}

#content-home {
	clear: both;
	width: 857px;
	margin: 0 auto;
	padding-bottom: 15px;
	}
	
#content {
	clear: both;
	width: 857px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: url(images/content-bottom.gif) 0 bottom no-repeat;
	}
	
#bodycopy-home {
	float: left;
	width: 510px;
	padding-left: 10px;
	color:#fff;
	font-weight:bold;
	}

#steps{
	width:142px;
	height:32px;
	background:url(images/steps-background.gif) no-repeat;
	padding:0px 0px 0px 66px;
	margin-bottom:15px;
	}
	
#bodycopy {
	padding:20px 37px 16px 37px;
	background:#fff url(images/content-top.gif) no-repeat;
	}

#bodycopy ul li{
	margin:5px 0px 0px 30px;
	}

#topLinks{margin:-15px 0px 7px; color:#c2a171;}
#topLinks a{color:#c2a171;}
	
#sidebar {
	float: right;
	width: 307px;
	}
	
#products{width:572px; height:54px; padding:15px; margin-bottom:25px; background:url(images/products/border.gif) no-repeat; display:inline-block; float:left;}

.addtocart{background:url(images/buttons/add-to-cart.gif) no-repeat #eb7b34; color:#fff; text-decoration:none; display:inline-block;  height:37px; width: 132px; font-size:19px; text-align:center;  margin:23px 0px 0px 30px; font-weight:bold; letter-spacing:-0.5px; float:left; border:0; cursor:pointer;}
	
/***** LAYOUT *****/	
	

/***** CLEAR FIX *****/	
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/***** CLEAR FIX *****/	

/***** FOOTER *****/
#footer {
	clear: both;
	margin: 0 auto 40px auto;
	padding-bottom: 8px;
	text-align: center;
	font-size: 12px;
	color:#fff;
	font-weight:bold;
	}

#footer a {color: #FFF; text-decoration: underline; font-weight:bold;}
#footer a:hover { text-decoration: none; }
/***** FOOTER *****/
