@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #ff8200;
}


.clear {
	background: none;
	clear: both;
}

/* ============================== FONT STYLES ================================= */
p {
	margin: 10px 0;
	padding: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
	text-align: justify;
}

/* ============================== HEADER ================================= */
#container {
	margin: 0 auto;
	width:980px;
	margin-top:5px;
	height:737px;
	background-color:#fff;
	-webkit-border-radius: 15px;
border-radius: 15px;
margin-bottom:50px;
		
}

#header-wrap{
width:100%;
height:151px;
	
}

#header {	
	width: 980px;
	height:151px;
	margin: 0 auto;	
	

}

#header .hleft{
width:33%;
float:left;	
	
}

#header .hleft img{
margin-top:44px;
float:left;
margin-left:20px;
}

#header .hmiddle{
width:33%;
float:left;
}

#header .hright{
width:34%;
float:left
}

#header .hright p{
color:#fff;
text-align:left;
margin-top:25px;
text-align:justify;
}

#header .hright a{
color:#6CF;
}
#header .hright a:hover{
color:#fff;	
	
}


#header-m{
display:none;	
}



/* ==================== SLIDESHOW ================= */

#sliders{
	width:980px;
	height:388px;
	margin:0 auto;
	float:left;
}

#sliders > div { 

margin:3px;
}



#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 647px; 
    height: 368px; 
	float:left;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}



#ctas{
width:300px;
height:372px;
float:right;
background-color:#e9e9e9;
-webkit-border-radius: 15px;
border-radius: 15px;
margin-right:11px !important;
margin-top:11px !important;
}

#ctas img{

margin:0 auto;
margin-top:10px;
}




/* ==================== MAIN CONTENT================= */

#main-content {
	width:980px;
	float: left;
	height:271px;
	background-color:#FFF;
	height:330px;

}

#main-content h3 {
	color:#000;
	font-size: 20px;
	font-weight:normal;
	line-height: 1.5em;
	font-family: 'Oswald', sans-serif;
	
}


#product-boxes{
	width:100%;
	float:left;
	height:250px;
	background: #cccccc; /* Old browsers */

background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 46%, #cccccc 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(46%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 46%,#cccccc 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #cccccc 0%,#eeeeee 46%,#cccccc 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #cccccc 0%,#eeeeee 46%,#cccccc 100%); /* IE10+ */

background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 46%,#cccccc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */


-webkit-border-radius: 0px 0px 15px 15px;
border-radius: 0px 0px 15px 15px;


}


#product-boxes .box{
width:23%;
height:200px;
float:left;
margin:9.5px;
background-color:#fff;	
-webkit-box-shadow: 1px 1px 3px 3px #aeaeae;
box-shadow: 1px 1px 3px 3px #aeaeae;

}

#product-boxes .box h4{
font-family: 'Oswald', sans-serif;
font-size:20px;
text-transform:uppercase;
color:#ff8200;
margin:0px;
}

#product-boxes .box a{
font-family: 'Oswald', sans-serif;
font-size:20px;
text-transform:uppercase;
color:#ff8200;
margin:0px;
text-decoration:none;
}


#product-boxes .box a:hover{

color:#000;

}



#product-boxes .box img{
margin:0 auto;

}


p.browse{
text-align:center;
margin-top:3px;
font-size:15px;	
	
}

p.browse a{
	color:#000;
}

p.browse a:hover{
	color:#666;
}


/* ===================== FOOTER ===================== */
#footer-wrapper {
	width: 100%;
	clear: both;
	float: left;
	bottom:0; 
	background-color:#000;
}
#footer {
	width: 980px;
	margin: 0 auto;
	height:100px;
	background-color:#000;
}

#footer .ftop{
width:100%;
height:54px;	
	
}

#footer .ftop p{
color:#fff;
text-align:center;
font-size:13px;

}

#footer .fbottom{
width:100%;
height:20px;	
	
}

#footer .fbottom p{
color:#fff;
text-align:center;
font-size:12px;
margin-top:20px;

}


#footer .fbottom a{
color:#666;
text-align:center;
font-size:12px;

}

#footer .fbottom a:hover{
color:#999;
text-align:center;
font-size:12px;

}



#footer p {
	
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	
	line-height:1.5em;
	
}




/* Max width of 600 pixels.________________________________________ */
@media screen and (max-width: 600px) {

body{
background-color:#000;
background-image:none;	
}



#container {
	margin: 0 auto;
	width:100%;
	margin-top:5px;
	height:auto;
	background-color:#fff;
	-webkit-border-radius: 15px;
border-radius: 15px;
margin-bottom:50px;
		
}

#header-wrap{
width:100%;
height:151px;
	
}

#header {	
	display:none;
}


#header-m{
	width: 100%;
	height:151px;
	margin: 0 auto;	
	display:block
}

#header-m img{
width:100%;
float:left;
clear:both;
margin-bottom:8px;
}



/* ==================== SLIDESHOW ================= */

#sliders{
	width:100%;
	height:auto;
	margin:0 auto;
	float:left;
}

#sliders > div { 

margin:3px;
width:100%
}



#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 100%; 
    height: 220px; 
	float:left;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow img{ 
width:100%;

}

#ctas{
width:100%;
height:auto;
float:left;
background-color:#e9e9e9;
-webkit-border-radius: 15px;
border-radius: 15px;
}

#ctas img{
margin:0 auto;
margin-top:10px;
}




/* ==================== MAIN CONTENT================= */

#main-content {
	width:100%;
	float: left;
	height:auto;
	background-color:#FFF;
	
}


#product-boxes{
	width:100%;
	float:left;
	height:auto;
	background: #cccccc; /* Old browsers */

background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 46%, #cccccc 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(46%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 46%,#cccccc 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #cccccc 0%,#eeeeee 46%,#cccccc 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #cccccc 0%,#eeeeee 46%,#cccccc 100%); /* IE10+ */

background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 46%,#cccccc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */


-webkit-border-radius: 0px 0px 15px 15px;
border-radius: 0px 0px 15px 15px;


}


#product-boxes .box{
width:100%;
height:auto;
float:left;
background-color:#fff;	
-webkit-box-shadow: 1px 1px 3px 3px #aeaeae;
box-shadow: 1px 1px 3px 3px #aeaeae;
margin:0 !important;

}


#product-boxes .box img{
margin:0 auto;

}



/* ===================== FOOTER ===================== */
#footer-wrapper {
	width: 100%;
	clear: both;
	float: left;
	bottom:0; 
	background-color:#000;
}
#footer {
	width: 100%;
	margin: 0 auto;
	height:100px;
	background-color:#000;
}

#footer .ftop{
width:100%;
height:54px;	
	
}

#footer .ftop p{
color:#fff;
text-align:center;
font-size:12px;

}

#footer .fbottom{
width:100%;
height:20px;	
	
}

#footer .fbottom p{
color:#fff;
text-align:center;
font-size:12px;
margin-top:20px;

}


#footer .fbottom a{
color:#666;
text-align:center;
font-size:12px;

}

#footer .fbottom a:hover{
color:#999;
text-align:center;
font-size:12px;

}



#footer p {
	
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	
	line-height:1.5em;
	
}



p.browse{
text-align:center;
margin-top:12px;
font-size:15px;	
	
}








}















