@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus { outline: 0; }

body {
	color:#000000;
	background:#efefef;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	font-size:14px;
}

h1, h2, h3, h4, h5 { color:#919191; margin:0 0 10px 0;}
h1{ font-size:21px; text-transform:uppercase; }
h2{ font-size:20px; color:#ce9e29; }
h3{ font-size:18px; }
h4{ font-size:16px; }
h5{ font-size:14px; }

.text_1 { font-size:13; font-weight:bold; color:#6e6a6a; }


table { border-collapse: separate; /*border-spacing: 0;*/ }
caption, th, td { font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a			{ color: #0000ff;}
a:hover		{ color: #ff0000;}
a img		{ border:none;}

b, strong	{ font-weight:bold; }
i, em	 	{ font-style:italic;}

.clearBoth 	{ clear:both; }

ul{
	list-style:disc;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
}

/*********************************************************************************************************************************/
#page {
	width:800px;
	margin:0 auto;
	text-align: left;
}
/**************** H E A D E R ***************************/
#header{ 
	width:800px; 
	height:69px; 
	display:block;
	background:url(/images/header.png) 0 0 no-repeat;
}

#logo { 
	width:219px; 
	height:33px; 
	display:block; 
	float:left; 
	margin:29px 0 0 24px; 
	cursor:pointer;
}
#livechat_phone_wrapper {
    float:right;
}
	#livechat{
		width:84px;
		height:27px;
		display:block;
		float:right;
		margin:15px 14px 0 0px;
		cursor:pointer;
	}
	#phone{
		float:right;
		margin:24px 7px 0 0px;
	}
/****************** M E N U *****************************/
#menu_wrapper{
	width:500px; 
	height:21px; 
	display:block;
	float:right;
	margin:6px 15px 0 0;
}

#Menu1 { 
    margin: 0 0 2px 0;
	list-style:none;
}

	#Menu1 li{ 
		width:100px !important;
		height:21px !important;
		float:left;
		background:url(/images/menu.png) 0 0 no-repeat;
		text-align:center;
	}
	#Menu1 li:hover{ 
		background:url(/images/menu_over.png) 0 0 no-repeat;
	}
		#Menu1 li a{
			color:#494949;
			font-family:"Courier New", Courier, monospace;
			font-size:14px;
		    padding:5px 10px 0px 15px;
			text-align:center;
			text-transform:uppercase;
		}

/********************* V I D E O ******************************/
#video_wrapper{ 
	width:800px;
	height:242px;
	display:block;
	margin:0;
	background:url(images/bg_video.png) 0 0 no-repeat;
}
    #video{
	    margin:0 auto;
	}

/************** C O N T E N T **************************/
#content_form_wrapper{
	width:800px;
	min-height:259px;
	display:block;
	background:url(/images/bg_content.png) 0 0 no-repeat;
}
    #content_wrapper{
	    float:left;
		margin:20px 0 22px 11px;
	}
    #content_top{
	    width:546px;
		height:7px;
		display:block;
		background:url(/images/content_top.png) 0 0 no-repeat;
	}
    #content{
	    width:506px;
		min-height:164px;
		display:block;
		background:url(/images/content_middle.png) 0 0 repeat-y;
		padding:20px;
	}
    #content_bottom{
	    width:546px;
		height:7px;
		display:block;
		background:url(/images/content_bottom.png) 0 0 no-repeat;
	}
.photogallery { text-align:center; }
/******************** F O R M ****************************/
#form_wrapper{ 
    width:211px;
	height:213px;
	display:block;
	float:right;
	margin:20px 13px 0 0;
}
#contact_form{
    width:211px;
	height:213px;
	display:block;
	background:url(/images/bg_contact.png) 0 0 no-repeat;
}

/****************** F O O T E R **************************/
#footer{
	width:800px;
	height:30px;
	background:#7c7b77;
	color:#FFF;
}
	#copyright{
		font-size:10px;
		float:left;
		margin:8px 0 0 12px;
	}
    	#copyright a{ color:#FFFFFF; }
	
    #footerMenu_wrapper{ 
        float:right;
		margin:2px 12px 0 0;
        font-size:10px;
        text-align:right;
        line-height:13px;
    }
    .footerNav{ float:left;}
    
	    #footerMenu_wrapper a{
		    color:#FFF;
			font-size:10px;
            font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
		}
		.footerNavSpacer{
			display:inline-block;
			width:13px;
			height:9px;
			background:url(/images/spacer_footer.png) 0 3px no-repeat;
		}
