/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.8em;
	margin:0 auto;
	background-color:#303030;
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial;
	background-image:url(/images/bg_body.jpg);
}

a { color:#A62307; }
a img {border: none;}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }



/* ---- class settings ----------------------- */
.img_slug {
	position:relative;
	margin: 0 170px 0 0;
}


.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	bottom: 0;
	left: 0;
}

.title {
	font-size: 1.6em;
	font-weight: bold;
}

.sms_title {
	font-size: 2em;
	color: #EC6521;
	font-weight: bold;
}

.input { border: 1px solid #9b2d0a; }

.flag {font-size: 28px; color: #ff892a; text-transform:uppercase; font-weight:bolder;}

.single_button {
	float: left;
	margin: 0 3px;
}

.shopping-button {
	background-color:#E45B15; 
	padding:5px; 
	border:2px solid #BA370D; 
	margin:10px 0 0 100px;
	color:white; 
	text-align:center;
}

.shopping-button h3 a {
	color:white;
	text-decoration:none;
}

.shopping-button h3 a:hover {
	color:white;
	text-decoration:underline;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:1041px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:1041px;
	height:179px;
	background-repeat: no-repeat;
	background-image: url(/images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:270px;
	height:auto;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:1px;
	width:1041px;
	height:auto;
	padding: 0 65px 0 51px;
	background-repeat: repeat-y;
	background-image: url(/images/bg_main.jpg);
}

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:270px;
	height:auto;
	padding: 0 0 20px 0;
}

#newsletter {
	position:relative;
	top:0;
	left:0;
	float:left;
	color: #fff;
	width:269px;
	color: #fff;
	height:118px;
	font-size: 1.2em;
	background-repeat: no-repeat;
	background-image: url(/images/bg_newsletter.jpg);

}

/* ---- end side bar content settings ---------------- */

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:580px;
	height:auto;
	margin: 0 0 0 25px;
	padding: 20px;
	background-repeat: repeat-y;
	background-image: url(/images/bg_content.jpg);
}

#flash {
	position:relative;
	top:0;
	left:0;
	width:620px;
	height:auto;
	float:left;
	margin: 20px 0 0 25px;
}

#buttons {
	position:relative;
	top:0;
	left:0;
	width:620px;
	height:auto;
	float:right;
	margin: 20px 123px 0 25px;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:1px;
	width:1041px;
	height:57px;
	clear:both;
	padding: 50px 50px 0 60px;
	background-repeat: no-repeat;
	background-image: url(/images/bg_footer.jpg);
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	color: #000;
	width: 270px;
	display: block;
	padding: 2px 0;
	font-size: 1.3em;
	font-weight: bold;
	text-indent: 10px;
	text-decoration: none;
	background-color: #d2d2d2;
	border-bottom: 2px solid #6d6d6d;

}

#nav a:hover {
background-color: #ff6f0b;
background-position: right;
background-repeat: no-repeat;
background-image: url(/images/arrow.jpg);
}


