/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. Used with Permission.                             */
/* May not be duplicated or reproduced.                                                  */
/*                                                                                       */
/* Please check for cross-browser compatibility prior to making changes                  */
/* MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */



/* basic elements
 * ------------------------------------------------------------------------------------- */
body, div, ul, li, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p,ul,ol,dd,dl,li,h1,h2,h3,h4,h5,h6,img,pre,form,div,body,html,blockquote,td,input,select,textarea,fieldset,input { 
	margin:0;
	padding:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A477C;
}
ul,ol { 
	list-style:none; 
}
a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #700000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #AF0202;
	text-decoration: none;
}

img {
	display: block;
}

p.heading { font-weight:bold; font-size:13px;}

body {
	background: #FFFFFF url(../images/bg.jpg) top left repeat-x;
}
/* end basic elements
 * ------------------------------------------------------------------------------------- */



/* main structural elements
 * ------------------------------------------------------------------------------------- */
#wrapper {
	width: 782px;
	margin: 0 auto;
	background: #FFFFFF url(../images/index/wrapper-bkgd.jpg) left top repeat-y;
	text-align: left;
}

#banner {
	background: url(../images/index/banner.jpg) left top no-repeat;
	height: 359px;
}

#content-left {
	float: left;
	display: inline;
	width: 240px;
	margin: 0 0 20px 0;
}

#content-left p { margin-left:40px;}

#content-right {
	float: right;
	display: inline;
	width: 542px;
}
	#content-right p {
		margin: 10px 50px 0 23px;
	}
	#content {
		position: relative;
		background: url(../images/index/content-bkgd.jpg) right bottom no-repeat;
	}

	#content-right ul {
		padding-left: 33px;
	}
#content-right-btm {
	width: 542px;
	background: url(../images/index/btm_spacer.jpg) repeat-y;
	}
	#content-right-btm ul{
		padding: 0;
		}
	
	#content-right-btm-left {
		width: 263px;
		padding-top: 151px;
		float: left;
		background: url(../images/index/featured.jpg) no-repeat left top;
		}
		
	#content-right-btm-right {
		width: 279px;
		padding-top: 151px;
		float: right;
		background: url(../images/index/gallery.jpg) no-repeat left top;
		}
		#content-right-btm-right p{
			margin-left: 25px;
			}
	
/* end main structural elements
 * ------------------------------------------------------------------------------------- */



/* classes
 * ------------------------------------------------------------------------------------- */
 .inline {
	display: inline;
}
 /* end classes
 * ------------------------------------------------------------------------------------- */

#bna {
	background: url(../images/sub/bna/bna_spacer.jpg) repeat-y;
}
	#bna p{
		margin-right: 50px;
		}

/* navigation 
 * ------------------------------------------------------------------------------------- */
#menubar {
	position: relative;
	text-align: left;
	height: 36px;
}

#homenav { 
	background: url(../images/index/nav.jpg) no-repeat left top;
	width: 782px;
	height: 36px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#homenav li { 
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
}

#homenav li, #homenav a { 
	height: 36px;
	display: block;
}

#homenav span { 
	display: none;
}

#homenav1 { width: 121px; left: 0px;}
#homenav2 { width: 115px; left: 121px;}
#homenav3 { width: 157px; left: 236px;}
#homenav4 { width: 170px; left: 393px;}
#homenav5 { width: 91px; left: 563px;}
#homenav6 { width: 128px; left: 654px;}

#homenav1 a:hover { background: transparent url(../images/index/nav.jpg) -0px -36px no-repeat;}
#homenav2 a:hover { background: transparent url(../images/index/nav.jpg) -121px -36px no-repeat;}
#homenav3 a:hover { background: transparent url(../images/index/nav.jpg) -236px -36px no-repeat;}
#homenav4 a:hover { background: transparent url(../images/index/nav.jpg) -393px -36px no-repeat;}
#homenav5 a:hover { background: transparent url(../images/index/nav.jpg) -563px -36px no-repeat;}
#homenav6 a:hover { background: transparent url(../images/index/nav.jpg) -654px -36px no-repeat;}
/* End navigation 
 * ------------------------------------------------------------------------------------- */



/* button nav
 * ------------------------------------------------------------------------------------- */
#button-menu {
			background: url(../images/index/button-nav.jpg) no-repeat left top;					
			width: 199px;
			height: 192px;
			padding: 0px;
			margin: 0 0 0 40px;
			position: relative;
			}
			
#button-menu li span {display: none;}
#button-menu li {margin: 0; padding: 0; list-style: none; position: absolute;}
		
#button-menu li, #button-menu a {height: 64px; width: 199px; display: block;}
#button-menu1 {top: 0px;}
#button-menu2 {top: 64px;}
#button-menu3 {top: 128px;}
		
#button-menu1, #button-menu2, #button-menu3 { left: 0px; width: 199px;}

#button-menu1 a:hover {background: transparent url(../images/index/button-nav.jpg) -199px -0px no-repeat;}
#button-menu2 a:hover {background: transparent url(../images/index/button-nav.jpg) -199px -64px no-repeat;}
#button-menu3 a:hover {background: transparent url(../images/index/button-nav.jpg) -199px -128px no-repeat;}
/* end button nav
 * ------------------------------------------------------------------------------------- */



/* footer
 * ------------------------------------------------------------------------------------- */
#footer {
	width: 782px;
	margin: 0px auto;
	clear: both;
	text-align: right;
	background: url(../images/index/footer-bkgd.jpg) left top repeat-y;
}

#footer p {
	color: #fff;
	margin: 5px 30px 0 30px;
}

	#footer li { 
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	
	#footer a:link, #footer a:visited {
		color: #F3F1E7;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #25677F;
		text-decoration: underline;
	}
/* end footer
 * ------------------------------------------------------------------------------------- */

 

/* contact form
 * ------------------------------------------------------------------------------------- */
.mainform, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #5E1533;
	background-color: #fff;
}

#quickcontactform {
	width: 150px;
	margin: 0 0 0 40px;	
	padding: 0;
	border: 0;
}

#quickcontactform p {
	margin: 10px 0 0 0;
}

.quickcontact {
	margin: 0 0 1px 0;
	width: 150px;
}

#submit-btn {
	float: left;
	margin: 3px;
	display: block;
}

#contact-main {
	margin: 40px 0 20px 50px;
}

.form-text {
	 margin-left: 135px;
}

.red {
	color: red;
}
.clear {
	clear:both;
	overflow: hidden;
	height: 1em;
}
/* end contact form
 * ------------------------------------------------------------------------------------- */
