 
/* CSS Document */

 
 
 
 
 
 
 
 
/* CSS Document */
body {
margin:0;
padding:0;
font-family:"Trebuchet MS", Arial;
font-size:11px;
background:#d5b671 url(designimgs/body_bg3_in.jpg) repeat-x;
}

#wrapper {
margin:0 auto;
width: 800px;
padding:0;
}

#header {
height:80px;
width:100%;
margin:0;
padding:0;
}

#logo {
width:183px;
float:left;
padding-top:14px;
}

#call {
width:164px;
float:right;
text-align:center;
font-size:18px;
padding-top:15px;
color:#232323;
}

.leftwing {
float:left;
width:20px;
margin:0;
padding:0;
position:relative;
}

.rightwing {
float:left;
width:18px;
margin-bottom:2px;
padding:0;
position:relative;
}

#content {
width: 800px;
margin:0 auto;
background: url(DesignImgs/bg_content.jpg) repeat-y top left;
min-height: 380px;
margin-left: 20px;
}

#sub3 {
width:774px;
margin:0;
padding:0px 18px 0px 14px;
}


.left {
width:236px;
height:86px;
margin:0;
padding:10px 10px 0px 26px;
background:url(designimgs/silver_bg.jpg) no-repeat bottom left;
position:relative;
float:left;
}

.right {
width:164px;
float:left;
height:94px;
position:relative;
background:url(designimgs/bg_shadow.gif) repeat-x bottom;
padding-top:2px;
}

.sap {
height:94px;
padding-top:2px;
position:relative;
float:left;
}

#cont {
width:100%;
padding-left:20px;
margin:0;
background-color: #d9a783;
}

#leftpane {
width:191px;
clear:both;
margin:0px;
background:#d9a783 url(designimgs/bg_topleftpane.gif) repeat-x top;
border-right: 2px solid #d5b671;
float:left;
position:relative;
/*height:380px;*/
}


#rightpane2 {
width:521px;
/*float:left;*/
margin-left: 193px;
padding:20px;
position:relative;
margin-top: 224px;
background-color: #e2cc9c;
}

*html #rightpane2 {
	margin-top: 0;
}

*+html #rightpane2 {
	margin-top: 0;
}




#product ul {
margin-left:25px;
font-size:11px;
padding:0;
}

#product ul li{
list-style: circle;
padding-left:-20px;
color:#9e1a4a;
}

#product ul li a {
color:#000000;
text-decoration:none;
}

#product ul li a:hover {
color:#9e1a4a;
text-decoration:underline;
}


.title {
font-size:16px;
color:#981d56;
font-family:Arial, Helvetica, sans-serif;
}

#rightpane {
width:521px;
float:left;
padding:20px;
position:relative;
min-height:386px;
}

#container {
width:534px;
padding:17px 20px 0px 15px;
background:#e2cc9c url(designimgs/bg_topctn.gif) repeat-x top;
float:left;
position:relative;
/*height:363px;*/
}

#menu {
height:30px;
background-color:#981d55;
font:  12px Arial, Helvetica, sans-serif;
padding-bottom:1px;
width:762px;
float:left;
position:relative;
}

#menu ul {
	margin:0;
	padding:0;
	float:left;
}

#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	text-align:left;
	display:block;
}

#menu h2 {
	margin:0;
	padding:0;
	font: 12px Arial, Helvetica, sans-serif;
	
}
#menu ul li a {
	color:#ffffff;
	text-decoration:none;
	padding:0px 31px ;
	float:left;
	line-height:30px;
	height:30px;
	display:block;
}

#menu ul li a:hover {
	background:#ad4a77;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top:30px;
	left: 0;
	/*border:1px solid #6dabba;*/
	width:50px;
}

html>body #menu ul ul {
	width:auto;
}

#menu ul ul li {
	display:block;
}


#menu ul ul li a {
	width:110px;
	background:#d292af;
	/*border-bottom: 1px solid #6dabba;*/
	color: #680734;
	/*color:#981d56;*/
       
	display:block;
	float:none;
	padding-left:10px;
	font-weight:normal;
	height:25px;
	line-height:25px;
}

#menu ul ul li a:hover {
	background:#ad4a77;
	color:#ffffff;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}

html #menu ul li { float: left; height: 1%;}
html #menu ul li a { height: 1%; }

#menu li:hover ul, li.over ul { display: block; float:left;}




<!--[if lt IE 7]>
#menu{float:none;}
body{behavior:url(csshover.htc); }
#menu ul li{float:left; }
#menu a{height:1%;font:11px arial, helvetica, sans-serif;}

<![endif]-->


#footer {
width:100%;
margin:0;
padding:0;
clear:both;
}

#footer a{
color:#1c1c1c;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}



