/*--------------------------------------------------------------------
		Reset Reloaded by Eric A. Meyer - http://meyerweb.com
--------------------------------------------------------------------*/
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: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*------------------------------
	END OF RESET
------------------------------*/

html, body{
	height: 100%;
	margin: 0 0 1px;
	padding: 0px;
}

body{
	background-image: url(../images/site_bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	color: #232629;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#siteContainer{
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/site_container_bg.jpg);
	background-repeat: repeat-y;
	
	text-align: left;	
}

#pageContainer{
	width: 798px;
	margin: 0px 0px 0px 106px;
		
}

#header{
	position: relative;
	width: 798px;
	height: 120px;
	
	background-color: #990000;
}

#header #phoneNumber{
	position: absolute;
	bottom: 4px;
	right: 3px;
	font-size: 0.8em;
	font-weight: bold;
	width: 386px;
	height: 21px;
}

#contentContainer{
	position: relative;
	width: 798px;
	height: 591px;
}

/*------------------------------
	MAIN NAVIGATION
------------------------------*/
#navContainer{
	position: absolute;
	left: 0px;
	z-index: 100;

	background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-y;
}

#mainNav{
	width: 134px;
	height: 491px;
}

#mainNav li{
	width: 134px;
	height: 73px;
}

#mainNav li .menuItem{
	display: block;
	position: relative;
		
	height: 73px;
	background-image: url(../images/menu_item_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#mainNav .navTextImg{
	display: block;
	position: absolute;
	top: 30px;
}

#mainNav .navImg{
	position: absolute;
	z-index: 5;
	top: -15px;
	right: -20px;
}

#mainNav #menuHome{
	display: block;
	position: absolute;
	width: 134px;
	height: 33px;
	top: 27px;
	background-image: url(../images/menu_home.jpg);
	background-position: 0px 0px;
	font-size: 1px;
	line-height: 0%;
}

#mainNav #menuHome:hover{
	background-image: url(../images/menu_home.jpg);
	background-position: 134px 0px;
	cursor: pointer;
}

#mainNav #menuServices{
	display: block;
	position: absolute;
	width: 134px;
	height: 33px;
	top: 26px;
	background-image: url(../images/menu_services.jpg);
	background-position: 0px 0px;
	font-size: 1px;
	line-height: 0%;
}

#mainNav #menuServices:hover{
	background-image: url(../images/menu_services.jpg);
	background-position: 134px 0px;
	cursor: pointer;
}

#mainNav #menuGallery{
	display: block;
	position: absolute;
	width: 134px;
	height: 33px;
	top: 27px;
	background-image: url(../images/menu_gallery.jpg);
	background-position: 0px 0px;
	font-size: 1px;
	line-height: 0%;
}

#mainNav #menuGallery:hover{
	background-image: url(../images/menu_gallery.jpg);
	background-position: 134px 0px;
	cursor: pointer;
}

#mainNav #menuTestimonials{
	display: block;
	position: absolute;
	width: 134px;
	height: 33px;
	top: 28px;
	background-image: url(../images/menu_testimonials.jpg);
	background-position: 0px 0px;
	font-size: 1px;
	line-height: 0%;
}

#mainNav #menuTestimonials:hover{
	background-image: url(../images/menu_testimonials.jpg);
	background-position: 134px 0px;
	cursor: pointer;
}

#mainNav #menuAbout{
	display: block;
	position: absolute;
	width: 134px;
	height: 33px;
	top: 27px;
	background-image: url(../images/menu_about.jpg);
	background-position: 0px 0px;
	font-size: 1px;
	line-height: 0%;
}

#mainNav #menuAbout:hover{
	background-image: url(../images/menu_about.jpg);
	background-position: 134px 0px;
	cursor: pointer;
}

#mainNav #menuContact{
	display: block;
	position: absolute;
	width: 134px;
	height: 33px;
	top: 51px;
	background-image: url(../images/menu_contact.jpg);
	background-position: 0px 0px;
	font-size: 1px;
	line-height: 0%;
}

#mainNav #menuContact:hover{
	background-image: url(../images/menu_contact.jpg);
	background-position: 134px 0px;
	cursor: pointer;
}

#mainNav div div span{
	display: none;
}

/*------------------------------
	MAIN CONTENT
------------------------------*/
#mainContent{
	position: relative;
	margin-left: 134px;
	width: 664px;
	height: 491px;
	overflow: hidden;
	background-color: #FFFFFF;

}

#slideShowContainer{
	position: relative;
}

#pictureContainer{
	color: #f9f9f9;
}

#extraContentContainer{
	position: relative;
	
	background-color: #f9f9f9;
	
	width: 798px;
	height: 100px;
}

#extraContentContainer.bg2{
	background-image: url(../images/extra_content_bg2.jpg);
	background-repeat: repeat-x;
	background-color: #990000;
}

#footer{
	position: relative;
	background-color: #f9f9f9;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;	

	border-top: 1px solid #BABABA;
	
	width: 798px;
	height: 45px;
	
	padding-top: 20px;
	color: #b1b3b7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.vFadeDownFromTop{
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 9;
	width: 100%;
	height: 18px;
	
	background-image: url(../images/vfade_down_from_top.png);
	background-repeat: repeat-x;	
}

.vFadeUpFromBottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	z-index: 10;
	width: 100%;
	height: 18px;
	
	background-image: url(../images/vfade_up_from_bottom.png);
	background-repeat: repeat-x;
}

.hFadeRightFromLeft{
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 11;
	width: 18px;
	height: 2000px;
	
	background-image: url(../images/hfade_right_from_left.png);
	background-repeat: repeat-y;
}

.hFadeLeftFromRight{
	position: absolute;
	top: 0px;
	right: 0px;
	
	z-index: 12;
	width: 18px;
	height: 2000px;
	
	background-image: url(../images/hfade_left_from_right.png);
	background-repeat: repeat-y;
}

p{
	display: block;
	margin-bottom: 1em;
}

