@charset "utf-8";


html{ 
	margin:0px; padding:0px;
	background: #666 url(../images/Assets/background.jpg) center center fixed no-repeat;
  	-moz-background-size: cover;
  	background-size: cover;
}
	@media only all and (max-width: 1024px) and (max-height: 768px) {
  html {	
    -moz-background-size: 1024px 768px;
    background-size: 1024px 768px;
  }
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper{
	width:900px; 
	background-color:#FFFFFF; 
	margin-left:auto; 
	margin-right:auto;
	-webkit-box-shadow: 0px 2px 10px ;
	-moz-box-shadow: 0px 2px 10px ;
	box-shadow: 0px 2px 10px ;
}
#Header{
	background-image: url(../images/Assets/HeaderBkg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;

}
#Header a {
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#Header a:hover, a:active {
	color: #3e3e3e;
}

#Footer{
	background-image: url(../images/Assets/HeaderBkg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
}

#Footer a {
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: bold;
}
#Footer a:hover, a:active {
	color: #3e3e3e;
}
#ListCat {
	color: #bd5d00;
	text-decoration: none;
	font-size: 12px;
	padding-left:4px;
	padding-top:4px;
}
#ListCat a {
	color: #bd5d00;
	text-decoration: none;
}
#ListCat a:hover, a:active {
	color: #3e3e3e;
	text-decoration: none;
}

/* home page all prod list section*/
.introtext {
	color: #3e3e3e;
	font-size: 11px;
	text-align: left; background-color:#FFFFFF;
}.introtext p {margin:0px; padding:2px 4px 4px 0px;}
.introtext b {font-weight: bold; font-size: 11px;
}
.introtext  h4{	font-weight: bold; font-size: 11px; padding-top:4px; margin:0px;
}
.back{	
	color: #3e3e3e;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dotted #CCCCCC;
	width: 100%;
	height:25px;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-color: #F7F7F4;
	padding: 4px;
	float: left;
}.back a{
	color: #3e3e3e;
	text-decoration: none;
}
.back a:hover{color:#bd5d00;}
#ListProd   h3{
	color: #3e3e3e;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	list-style-type: none;
	border: 1px dotted #CCCCCC;
	width: 110px;
	height:45px;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-color: #F7F7F4;
	padding: 4px;
	float: left;
}
#ListProd a:link, a:visited {
	color: #3e3e3e;
	text-decoration: none;
	font-weight: bold;

} 
#ListProd a:hover, a:active {
	color: #bd5d00;
	font-weight: bold;
}
#Catpg{background-color:#FFF;}
#Catpg a{
	text-decoration: none;
}
#Catpg h2    {
	color: #bd5d00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#Catpg h3 {
	color: #3e3e3e;
	text-decoration: none;
	font-size: 10px;
	vertical-align: top;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#Prodpg {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
#Prodpg H1 {
	font-size: 18px;
	font-weight: bold;
	color: #bd5d00;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#Prodpg H2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #bd5d00;
	text-decoration: none;
}
#Prodpg H3 {
	font-size: 10px;
	font-weight: normal;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	color: #3e3e3e;
	line-height: 12px;
}
.copyright{
	color: #999999;
	font-size: 9px;
	text-align: center;
	margin: 0px;
}
.rule{
	background-color: #bd5d00;
	margin: 0px;
	padding: 0px;
	height: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper .flaBox{
	width:900px;
	height:250px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

