﻿
/* common class */
.siteWidth
{
	width: 942px;
}
.alignCenter
{
	margin-left: auto;
	margin-right: auto;
}
.clearFloat
{
	clear: both;
}
/* ends here */





/* site classes */
a.greylink
{
	text-decoration: none;
	font-family: Verdana,Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #818181;
}
a.greylink:hover
{
	text-decoration: underline;
}
/* ends here */





/* Site Main Structure */
*
{
	margin: 0;
}
html, body, form
{
	height: 100%;
	position: relative;
}
#contentWrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -90px;
}
#footerWrapper, #footerSpace
{
	height: 90px;
}
#footerTopSpace
{
	height: 20px;
}
/* ends here */





/* header */
#header
{
	height: 89px;
}
#headerLeft
{
	width: 50%;
	float: left;
	text-align: center;
	width: 336px;
	height: 67px;
	padding-top: 15px;
	background-color: #fff;
}
#headerRight
{
	text-align: right;
	width: 50%;
	float: right;
	width: 606px;
	height: 67px;
}
.phno
{
	height: 33px;
}
.menutab
{
	height: 58px;
	text-align: right;
	line-height: 58px;
	vertical-align: middle;
}
/* ends here */





/* footer */
#footerLeft
{
	width: 50%;
	float: left;
	text-align: left;
}
#footerRight
{
	text-align: right;
	width: 50%;
	float: right;
}
#footerbg
{
	height: 30px;
	background: url(../images/footer-bg.jpg);
	background-position: center top;
}
/* ends here */





/* html tag */
body
{
	background: url(../images/bg.jpg) repeat-x;
	font-family: Verdana,Helvetica, sans-serif;
	color: #686868;
	font-size: 11px;
}
img
{
	border-style: none;
}
input
{
	font-size: 12px;
	color: #686868;
}
select
{
	font-size: 12px;
	color: #686868;
}
h1, h2, h3
{
	font-weight: bolder;
	font-family: 'century gothic' , Arial,Helvetica, sans-serif;
	text-align: left;
	letter-spacing: -1px;
}
h1
{
	color: #6F1401;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 30px;
}
h2
{
	color: #ccc;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
}
h3
{
	color: #fff;
	margin: 0px;
	font-size: 20px;
}
h4
{
	color: #fff;
	font-size: 16px;
}
ul
{
	margin:1em 0;
	padding-left:40px;
}
a
{
	text-decoration: none;
	color: #6F1401;
	font-family: verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a:hover
{
	text-decoration: underline;
}
/* ends here */


.btninput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/btn-back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #24292c;
	color: #ffffff;
	font-weight: bold;
	height: 23px;
}
.exmenu
{
	border: 0;
	width: 153px;
	text-align: left;
	float: left;
}
.exmenu UL
{
	font-size: 11px;
	display: block;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.exmenu LI
{
	display: block;
	background-color: #cccccc;
	border: 1px solid #666666;
	margin-top: 5px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}
.exmenu LI A
{
	display: block;
	width: 141px;
	height: 25px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
}
.exmenu LI A:hover
{
	display: block;
	background-color: #e3e3e3;
	width: 141px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	color: #6F1401;
	text-decoration: none;
}

