body, div, dl, dt, dd, ul, ol, li, h1, h2, h1, h2, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}



BODY {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	WIDTH: 100%;
	COLOR: #fff;
	TEXT-ALIGN: left;
	BORDER-RIGHT-WIDTH: 0px;
	font-family: Calibri;
	font-size: 80%;
	line-height: 140%;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

A:link {
	COLOR: #1C75B0;
	text-decoration: none;
}
A:visited {
	COLOR: #1C75B0;
	text-decoration: none;
}
A:hover {
	COLOR: #F90;
	text-decoration: none;
}
A:active {
	COLOR: #1C75B0;
	text-decoration: none;
}

IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}

h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

h2{
	font-size: 14px;
	font-weight: bold;	
}




	
#container {
	width: 900px;
	text-align: left;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	} 

    /*  */
    /* General styles */
#header {
        clear:both;
        float:left;
        width:100%;
    }
#banner {
	float: left;
	width: 900px;
	clear: both;
	background-image: url(../images/logo-banner.gif);
	}
	
	
/* top menu dropdown */

#nav {
	WIDTH: 61%;
	float: left;
	background-image: url(../images/menubgup.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-repeat: repeat-x;
	display: inline;
}
#navRight{
	WIDTH: 39%;
	float: right;
	background-image: url(../images/menubgup.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-repeat: repeat-x;
	height: 35px;
	font-weight: bold;
	text-align: left;
	line-height: 35px;
	}

#pad {height:140px;}

#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:35px; /* menu bar height*/
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	
}
#menu li {
	float:left;
	margin-right:1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	}
#menu li a {
	display:block;
	float:left;
	height:35px; /* menu bar height*/
	line-height:35px; /* menu bar height*/
	color:#E3E3E3;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 13px 0 13px;
	background-image: url(../images/menubgup.gif);
}
	

/* IE6 fix expanding nav height */
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
	background-color:#FC6;
}
#menu li:hover {position:relative; z-index:200;}

/* the following only works for IE7, > not working on IE6 
#menu li:hover > a {color:#FC6; background-image: url(../images/menubg_hover.gif);}
*/

/* hover works for both IE6 and 7 */
#menu li a:hover {
	background-image: url(../images/menubg_hover.gif);
}

/* dropdown menu positioning */
#menu :hover ul {
	left:0;
	top:35px; /* corresponding to menu bar height, no gap allowed*/
	width:120px;
	background-color: #fff;
}

/* keep the 'next' level invisible by placing it off screen. */

#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

/*dropdown menu border */
#menu :hover ul li {
	margin:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #868686;
}
/* dropdown menu settings  background color can only be changed by entering different color no. Not using css properties panel*/
#menu :hover ul li a {
	width:135px; /* dropdown menu width*/
	padding:0;
	text-indent:10px;
	background:#C11806;
	color:#EFEFEF;
	height:30px;
	line-height:30px;	
}

/*dropdown hover color */
#menu :hover ul :hover {
	background-color:#E11D06;
	color:#fff;
}

#nav ul li #location {
	font-weight: bold;
	float: left;
	width: 250px;
	padding-top: 10px;
	padding-right: 30px;
	margin-right:0px;
	border-right-width: 0px;
	margin-left: 300px;	
	
}
#address {
	font-weight:bold;
	margin-left:20px;
	vertical-align:middle;
	font-size: 12px;
	BORDER-RIGHT-WIDTH: 0px;
}
}

/*content starts from here */
#contentWrap {
	width: 899px;
	position: relative;
	float: left;
	clear: both;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	} /* float required to follow another float to keep position. bug fixing. DW issue */


#leftColWrap {
	float: right;
	width: 60%;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 755px;
	}
#mainContent {
	float: left;
	width: 90%;
	height: auto;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 0%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	overflow: hidden;
	font-family: Calibri;
}
.pageImg{
	float: right;
	width: 130px;
	border: 1px solid #A91804;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 15px;
}
.pageImg1{
	float: left;
	width: 130px;
	border: 1px solid #A91804;
	margin-bottom: 10px;
	margin-right: 85px;
}


.paragraphSpacing{
	margin-top: 10px;
	line-height: 20px;
	text-align: justify;
}

#mainContent h2{
	font-size: 13px;
	font-weight: bold;
	color: #C11806;
	margin-bottom: 7px;
	margin-top: 20px;
}

#mainContent h1{
	color: #C11806;	
}

#mainContent ul{
	padding-left: 30px;
}


.italicText{
	font-style: italic;
}

.italicText1{
	font-style: italic;
	font-family: Calibri;
	font-size: 13px;
	color: #369;
}

.imgBox{
	float: right;
	width: 140px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
	overflow: hidden;
}



#rightColWrap {
	float: left;
	width: 39.5%;
	overflow: hidden;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#rightInnerWrap {
	margin: 0px;
	position: relative;
	height: auto;
}

#flashWrap{
	background-color: #39F;
	float: left;
	height: 200px;
	width: 100%;
	overflow: hidden;
}

#tabWrap{
	float: left;
	height: auto;
	width: 100%;
	font-size: 12px;
}

.rightTab{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #791800;
	height: 110px;
	width: auto;
	padding-left: 20px;
	background-color: #000;/*	background-repeat: repeat-x;
	padding-right: 20px;
	background-image: url(../images/rightTabBg.gif); */
	padding-right: 20px;
}

.rightTabHeading{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rightTabList{
	display: inline;
	float: left;
	height: auto;
	width: 45%;
	margin-left: 10px;
	list-style-type: disc;
}

.rightTab A:link {
	COLOR: #fff;
	text-decoration: none;
}
.rightTab A:visited {
	COLOR: #fff;
	text-decoration: none;
}
.rightTab A:hover {
	COLOR: #FF0
}
.rightTab A:active {
	COLOR: #fff;
	text-decoration: none;
}

/*pricing page */

.pricelist{
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}


/* contact form */


.tableCell{
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.formFormat{
	margin-bottom: 5px;
	border: 1px solid #CCC;
	height: 22px;
	margin-top: 5px;
	background-color: #F5F5F5;
}
.formFormat1{
	margin-bottom: 5px;
	border: 1px solid #CCC;
	height: 180px;
	margin-top: 5px;
	background-color: #F5F5F5;
}


#footer {
	CLEAR: both;
	FLOAT: left;
	WIDTH: 100%;
	COLOR: #ffffff;
	TEXT-ALIGN: right;
	border-top: 1px solid #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #9D1803;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
	}

#footer .footerText{
	margin-right: 20px;
	line-height: 0px;
	font-size: 10px;
}


#footer P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 10px
}
#footer A {
	FONT-SIZE: 14px; COLOR: #ffffff
}
#footer A:hover {
	COLOR: #ffff00; TEXT-DECORATION: underline
}


.fltrt {
	FLOAT: right; MARGIN-LEFT: 8px
}
.fltlft {
	FLOAT: left; MARGIN-RIGHT: 8px
}
.clearfloat {
	CLEAR: both; FONT-SIZE: 1px; LINE-HEIGHT: 0px; HEIGHT: 0px
}
#emailadd {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #ffff00; POSITION: relative; TOP: 65px
}
.boldtext {
	font-weight: bold;
}
