/* CSS Document */

body{
	margin:0px auto;
	background:#333333;
	}
input{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; border:1px solid #a9a6a0; background:#ffffff; width:220px; height:18px;}

td, tr, div{font-family:Arial, Helvetica, sans-serif; font-size:12px;}

a.topmenu:link, a.topmenu:visited, a.topmenu:active{font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#470000; padding-left:5px; padding-right:5px; text-decoration:none}
a.topmenu:hover{text-decoration:none; color:#b5171d;}
a.prol:link, a.prol:visited, a.prol:active{font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#9d1419;  text-decoration:underline;}
a.prol:hover{text-decoration:none; color:#b5171d;}
a.allr:link, a.allr:visited, a.allr:active{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; text-decoration:none; line-height:20px;}
a.allr:hover{text-decoration:underline; color:#ffffff;}

.input1{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; border:1px solid #a9a6a0; background:#ffffff; width:120px; height:18px;}
#wrap{
	width:1000px;
	margin:0px auto;
	height:auto;
	
	}
#header{
	width:1000px;
	margin:0px auto;
	
	background:url(../images/topbg.jpg);
	height:150px;
	padding:0px;}
#header1{
	width:1000px;
	height:140px;
	margin:0px auto;
	
	background:#E3010F;
	padding:0px;}
	
.logo{
	float:left;
	padding:10px 0px 0px 15px;
	}
.toplinks{
	float:right;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#4c4538;
	padding:10px 10px 0px 0px;
	}
.search{
	font-family:"Myriad Pro","Trebuchet MS", Arial; font-size:13px; color:#ffffff; text-transform:uppercase; font-weight:bold;}
#toppanel{
	width:750px;
	float:right;
	padding:10px 5px 0px 0px;
	}
.top1{
	float:right;
	width:320px;
	margin:0px auto;
	}
	
	.solid-green{
	font-family:Arial, Verdana;
	font-size:12px;
	width:50%;
	text-align:center;
background:#86b134;
color:#FFFFFF;
border:1px solid #699516;
font-weight:bold;
padding:4px;

}
	
.cart{

	width:200px;
	height:50px;
	float:right;
	margin-top:10px;
	margin-right:10px;
	background:#f4a650;
	padding:5px;
	border-radius: 10px;
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;
	}
.myac{
	font-family:"Myriad Pro","Trebuchet MS", Arial; font-size:15px;
	color:#540000;
	text-align:left;
	vertical-align:top;
	padding:3px 0px 5px 0px;
	}
.carticon{
	width:50px;
	float:left;
	margin-left:8px;
	}
.bodytext{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#181818;}
	
#menu{
	width:1000px;
	height:44px;
	margin:0px auto;
	background:url(../images/menubg.jpg) repeat;
	float:left;
	}
	

.hornav {
	width:950px;
	overflow:hidden;
	float:left;
	}
.hornav ul {
	margin:0;
	padding:0;
	font:16px bold arial;
	list-style-type:none;
	}
.hornav li {
	display:inline;
	margin:0;
	}
.hornav li a {
	float:left;
	display:block;
	font-family: "Myriad Pro","Trebuchet MS", Arial;
	font-size:16px;
	text-decoration:none;
	text-align:center;
        font-weight:bold;
	margin:0;
	padding:14px  22px ;
	border-right: 1px solid #ce595d;
	color:#f4f4f4;
	background:url(../images/menubg.jpg) repeat;
	}
.hornav li a:visited {
   color:#FFFFFF;
    }
.hornav li a:hover, .hornav li.selected a {
	background:url(../images/menubgh.jpg) repeat;
	}
	
.callus{
	width:337px;
	background:url(../images/greybg.jpg) repeat;
	height:48px;
	float:left;
	
	}
.call{
	font-family:"Myriad Pro","Trebuchet MS", Arial;
	font-size:15px;
	font-weight:normal;
	color:#ffffff;
	padding:10px 0px 0px 10px;
	}
#bodycontent{
	margin:0px auto;
	width:1000px;
	background:#ffffff;
	float:left;
	
	}
.quicklinks{
	width:193px;
	background:#fbcfa0;
	float:left;
	height:269px;
	box-shadow: 3px 3px 4px #9b9b9b;
	}
.quicklinks1{
	width:190px;
	float:left;
        background:#fbcfa0;
	margin:4px 0px 0px 4px;
	border:1px solid #CCCCCC;
	}

.verticalmenu{
width: 180px; /*width of menu*/
margin-left:10px;
}

.verticalmenu .headerbar{
font: bold 13px Arial;
color: white;
color:#932424;
margin:4px auto;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
padding: 2px 0 4px 5px; /*header text is indented 10px*/
}

.verticalmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.verticalmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
background:#f2942f;
}

.verticalmenu ul li a{
color: #ffffff;
background: url(../images/arrow.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #e4c791;
    font-family: "Myriad Pro","Trebuchet MS", Arial;
    font-size: 17px;
}

.verticalmenu ul li a:visited{
color: #ffffff;
}

.verticalmenu ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background-color: #9d2c23;
}
h1{
	font-family:"Myriad Pro","Trebuchet MS", Arial;
	font-size:22px;
	color:#4c4538;
	margin:10px 0px 0px 5px;
	}
.bodycontent{
	width:980px;
	margin:3px auto;
	float:left;
	padding-left:10px;
	background:#ffffff;
	}
.bodycontentn{
	width:680px;
	float:left;
	margin:3px auto;
	padding-left:0px;
	background:#ffffff;
	}

.box{
	width:148px;
	float:left;
	margin:0px 40px 20px 0px;
	}
.box2{
	width:760px;
	float:left;
	padding:10px;
	margin:0px 0px 20px 10px;
	}
.box2 ul{
margin:0px auto;	
	}
.box2 li{
	float:left;
	width:148px;
		margin:0px 40px 0px 0px;
	list-style-type:none;
	padding:0px;
	}
.box2 li a{
	display:inline;
	float:left;
margin:0px 35px 0px 0px;
border:0px solid #e4e3e1;
	}
.box1{
	width:960px;
	float:left;
	padding:10px;
	margin:0px 0px 20px 10px;
	}
	
.box1 ul{
margin:0px auto;	
	}
.box1 li{
	float:left;
	width:148px;
		margin:0px 40px 0px 0px;
	list-style-type:none;
	padding:0px;
	}
.box1 li a{
	display:inline;
	float:left;
margin:0px 35px 0px 0px;
border:0px solid #e4e3e1;
	}
.box1 li a:visited{
	padding:0;
	float:left;
	}
.box1 li a:hover{
	float:left;
	margin:0px 35px 0px 0px;
	}
.box_des{
	width:750px;
	float:left;
	margin:0px 20px 10px 8px;
	}
.boxtop{
	background:url(../images/bgbg.jpg);
	width:181px;
	height:25px;
	float:right;
	text-align:center;
	font-size:17px;
	font-family:"Myriad Pro","Trebuchet MS", Arial;
	color:#FFFFFF;
	}
.boxinner{
	width:148px;
	margin:0px 40px 0px 0px;
	border:0px solid #e0cea8;
	-moz-border-radius: 3px;
border-radius: 3px;
float:left;

	}
.boxinner1{
	width:180px;
	margin:0px auto;
	
	-moz-border-radius: 3px;
border-radius: 3px;
float:left;

	}
.boxinner_des{
	width:375px;
	margin:0px auto;
	border:1px solid #e0cea8;
	-moz-border-radius: 3px;
border-radius: 3px;
padding:5px;
float:right;

	}
	.sub_des{
	width:650px;
	margin:0px auto;
	border:0px solid #e0cea8;
	-moz-border-radius: 0px;
border-radius: 0px;
padding:5px;
float:right;
height:60px;
font-weight:bold; 
color:#CC6633; 
padding:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;

	}
.product{
	width:265px;
	float:left;
	
	}
.productconte{
	width:140px;
	vertical-align:top;
	float:right;
	
	}
.productconte1{
	vertical-align:top;
	float:left;
	padding:8px;
	width:220px;
	
	}
.productconte_des{
	width:440px;
	vertical-align:top;
	float:right;
	
	}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#9d1419;
	margin:2px auto;
	}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d3b37;
	margin:2px auto;
	}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#ffffff;
	font-weight:normal;
	margin:5px auto;
	}
.topc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#ffffff;
	font-weight:normal;
	margin:5px auto;
	}
.but{
	width:104px;
	height:20px;
	background:url(../images/but.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	padding:5px 0px 0px 0px;
	margin:4px 0px 5px 0px;
	}
#footer {
   left:0px;
   bottom:0px;
   height:97px;
   width:1000px;
   background:url(../images/footerbg.jpg);
 
   float:left;
}

/* IE 6 */
* html #footer {
   position:absolute;
   
}
.footlinks{
	width:150px;
	color:#ffffff;
	padding:10px 0px 0px 50px;
	text-align:left;
	float:left;
	}
.footlinks1{
	width:350px;
	color:#ffffff;
	padding:10px 0px 0px 50px;
	text-align:left;
	float:left;
	}
.verticalmenu1{
width: 180px; /*width of menu*/
margin-left:10px;
}

.verticalmenu1 .headerbar{
font: bold 13px Arial;
color: white;
color:#932424;
margin:4px auto;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
padding: 2px 0 4px 5px; 
}

.verticalmenu1 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.verticalmenu1 ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
background:#f2942f;
}

.verticalmenu1 ul li a{
color: #ffffff;
background: url(../images/arrow.png) no-repeat center left;  /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 18px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #e4c791;
    font-family: Arial;
    font-size: 12px;
}

.verticalmenu1 ul li a:visited{
color: #ffffff;
}

.verticalmenu1 ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background-color: #9d2c23;
}
.transparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}
/*Dharani */

.bodycontent1{
	width:760px;
	height:auto;
	margin:3px auto;
	float:left;
	padding-left:10px;
	background:#ffffff;
	}
	
.bodycontents1{
	width:760px;
	height:auto;
	margin:3px auto;
	float:left;
	
	background:#ffffff;
	}
	
fieldset{
	width:700px;
	margin:0px 0px 5px 0px;
	border:1px solid #ccc;
	
	}
.fieldset1{
	width:450px;
	height:230px;
	border:1px solid #ccc;
	background-color:#ebebeb;
	box-shadow: 5px 5px 5px #ccc;
	
	}
	.fieldset2{
	width:450px;
	height:309px;
	border:1px solid #ccc;
	background-color:#ebebeb;
	box-shadow: 5px 5px 5px #ccc;
	margin:10px auto;
	
	}
	
.textfiled {
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    display: block;
    font-size: 16px;
    padding: 9px;
    width: 75%;
}	
.lock{
width:450px;
float:left;
background:#eaeaea;
}
.image1{
width:100px;
float:right;
height:120px;

}

.image2{
width:340px;
float:left;
height:120px;
}
	
label {
	float: left;
	text-align:left;	
	width: 250px;
	padding: 5px;
	font-size: 13px;
	font-weight:normal;
	
}
#allfilds{
width:700px;
float:left;
}
.allfilds
{
width:200px;
height:40px;
float:left;
font-family:Arial, Helvetica, sans-serif; font-size:13px; color: #9D1419;
font-weight:bold;
}
.allfilds1
{
width:400px;
text-align:right;
height:40px;
float:right;
font-family:Arial, Helvetica, sans-serif; font-size:13px; color: #9D1419; 
font-weight:bold;
}
.Choose
{
width:600px;
height:20px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color: #9D1419; }

.please{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
float:left;
height:60px;
}
.button{
-webkit-box-shadow:rgba(0,0,0,0.98) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.98) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.98) 0 1px 0 0;
	background-color:#EEE;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border:1px solid #999;
	color:#666;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,Sans-serif;
	font-size:11px;
	width:80px;
	font-weight:700;
	padding:2px 6px;
	height:28px}
	
.checkbox{
width:18px;
float:right;
}

.bodytext3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d3b37;
	font-weight:normal;
	padding-top:15px;
	}
.textbox{
	border: 1px solid #6297BC;
	width: 100px;}
.location{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#9D1419;;
font-weight:bold;}
	
.check1 {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.submit {

    background: none repeat scroll 0 0 #ccc;
   
    color: #000000;
	text-align:center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	font-weight:bold;
    

    border: 1px solid #A9A6A0;
    height: 26px;
    width: 70px;
}


