@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

hr {
border: 0;
height: 1px;
color: #ccc;
background-color: #ccc;
clear: both;
}

a:link, a:visited {
	color:#F17600;
	text-decoration:none;
}

a:hover {
	color:#F17600;
	text-decoration:underline;
}

#container {
	width:940px;
	margin:0 auto;
	overflow:hidden;
}

#header {
	width:920px;
	height:240px;
	padding:10px;
	overflow:hidden;
	background-image:url(../images/header-bg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#header #logo {
	width:337px;
	height:200px;
	float:left;
}

#header #rightimage {
	float:right;
	width:217px;
	height:200px;
}

#header #topnav {
	clear:both;
	background-image:url(../images/top-nav-bg.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
	width:920px;
	overflow:hidden;
}

#header #topnav ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#header #topnav ul li {
	padding:0px;
	margin:0px;
	float:left;
}

#header #topnav ul li a {
	padding:0px 18px 0px 18px;
	margin:0px;
	font-size:1.5em;
	font-weight:bold;
	line-height:40px;
	background-image:url(../images/top-nav-bg.jpg);
	background-repeat:repeat-x;
	display:block;
}

#header #topnav ul li a:link, #header #topnav ul li a:visited {
	color:#000;
	background-position:0px 0px;
	text-decoration:none;
	margin-right:1px;
	margin-left:1px;
}

#header #topnav ul li a:hover {
	color:#000;
	background-position:0px -40px;
	border-right:1px solid #C0AB87;
	border-left:1px solid #C0AB87;
	text-decoration:none;
	margin-right:0px;
	margin-left:0px;
}

#header #topnav ul li a.selected:link, #header #topnav ul li a.selected:visited {
	color:#000;
	background-position:0px -40px;
	border-right:1px solid #C0AB87;
	border-left:1px solid #C0AB87;
	text-decoration:none;
	margin-right:0px;
	margin-left:0px;
}

#header #topnav ul li a.selected:hover {
	color:#000;
	background-position:0px -40px;
	border-right:1px solid #C0AB87;
	border-left:1px solid #C0AB87;
	text-decoration:none;
	margin-right:0px;
	margin-left:0px;
}



#innercontainer {
	width:940px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	margin-top:10px;
	background-image:url(../images/inner-container-bg.jpg);
	background-repeat:repeat-y;
	background-position:0px 0px;
	font-size:1.2em;
	color:#666666;
	line-height:1.5em;
}

#innercontainer h1 {
	color:#EB7800;
	font-weight:bold;
	font-size:1.7em;
	text-transform: capitalize;
}

#innercontainer h2 {
	color:#EB7800;
	font-weight:bold;
	font-size:1.2em;
	text-transform: capitalize;
}

#innercontainer h3 {
	color:#EB7800;
	font-weight:bold;
	font-size:1.1em;
	padding:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: capitalize;
}

#innercontainer #top {
	width:940px;
	background-image:url(../images/inner-container-top.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:20px;
	clear:both;
}

#innercontainer #bottom {
	width:940px;
	background-image:url(../images/inner-container-bottom.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:20px;
	clear:both;
}

#innercontainer #middle {
	width:890px;
	overflow:hidden;
	clear:both;
	padding:0px 25px 0px 25px;
}

#innercontainer #leftpanel {
	float:left;
	overflow:hidden;
	width:700px;
	float:left;
}


#innercontainer #rightpanel {
	float:right;
	margin-left:6px;
	overflow:hidden;
	width:180px;
}

#rightpanel .banner {
	clear:both;
	margin-bottom:5px;
	overflow:hidden;
}

#ourproducts {
	overflow:hidden;
	clear:both;
}

#ourproducts .productbox {
	float:left;
	width:340px;
	overflow:hidden;
	margin-bottom:10px;
	margin-right:10px;
	border-bottom:1px solid #CCCCCC;
	min-height:205px;
  	height:auto !important;
 	height:205px;
}

#ourproducts .productbox .pimage {
	float:left;
	width:98px;
	overflow:hidden;
	border: 1px solid #ccc;
	margin-right:10px;
}

#ourproducts .productbox .pimage img {
	border:1px solid #fff;
}

#ourproducts .productbox .pinfo {
	float:left;
	width:230px;
	overflow:hidden;
}

.norightmargin {
	margin-right:0px;
}

#quote {
	clear:both;
	font-size:1.6em;
	color:#EB7800;
	font-weight:bold;
	line-height:1.3em;
	background-image:url(../images/quote-bg.gif);
	background-position:0px;
	background-repeat:no-repeat;
	height:53px;
	width:643px;
	padding:0px 22px 0px 22px;
	margin-top:10px;
	margin-bottom:10px;
}

#footer {
	clear:both;
	width:100%;
	background-image:url(../images/footer-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F4F4F4;
	height:120px;
	margin-top:10px;
	font-size:1.2em;
	color:#FFF;
}

#footer #footerinner {
	width:890px;
	margin:0 auto;
	padding:10px 25px 10px 25px;
}

#footer #fleft {
	float:left;
	width:450px;
	font-weight:bold;
}

#footer #fright {
	float:right;
	width:400px;
	text-align:right;
}

.twocolumns {
	clear:both;
	overflow:hidden;
	width:690px;
}

.twocolumns .leftcolumn {
	float:left;
	width:335px;
}

.twocolumns .rightcolumn {
	float:left;
	width:335px;
	margin-left:20px;
}

#breadcrumbs {
	clear:both;
	font-size:.9em;
}

.imgfloatleft {
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

.textfield {
	padding:3px;
	border:1px solid #999;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:240px;
}

.requiredfield {
	color:#981A07;
}


.pmainimage {
	float:left;
	width:98px;
	overflow:hidden;
	border: 1px solid #ccc;
	margin-right:10px;
}

.pmainimage img {
	border:1px solid #fff;
}

.productimage {
	border: 1px #CCC solid;
	padding: 1px;
	float:right;
	margin-left:10px;
}

.products {
	border: 1px #CCC solid;
	padding: 1px;
}

.buynowbutton{
	margin-top: 10px;
}
