/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
}

body
{
	font-size: 14px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #a90000;
}



		ul.uroven2 {
			position: absolute;				
			top: 65px;
			left:550px;
   			visibility:hidden


		}
		li.uroven1 {
			behavior: url(hovermenu.htc); 
		}
		li.uroven2 {
			/*margin-right: -1px;*/
			behavior: url(hovermenu.htc);
			
		}
		ul.uroven1 li.uroven1Hover ul.uroven2,
		ul.uroven1 li.uroven1:hover ul.uroven2 {
			visibility: visible;
		}
/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #a90000;
	padding-top: 8px;
	padding-bottom: 4px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 24px;	
	padding-top: 5px;
}

h2
{
	font-size: 20px;
	padding-top: 20px;
}

h3
{
	font-size: 18px;
	padding-top: 20px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 756px;
	margin: 0 auto;
}

#header
{
	width: 686px;
	height: 73px;
	padding-top:10px;
	padding-left:70px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
}

#header a
{
font-size:20px;
text-decoration:none;
color:#FFFF00;
}

#header span
{
font-size:15px;
text-decoration:none;
color:#000;
}

#main-photo
{
	width: 367px;
	height: 404px;
	float: left;
}

#main-photo img
{
	padding-top:5px;
}


#navigation
{
	width: 390px;
	height: 20px;
	float: right;
	padding-top: 30px;
}

#content-wrapper
{
	width: 756px;
	margin: 100;

}
#fotky
{
	width: 756px;
	margin: 30;
	margin-left: 20px;

}

#content
{
	float: right;
	width: 360px;
	color:#FFFFFF;
	background: #000000
}

#footer
{
	width: 756px;
	margin: 0 auto;
	margin-top: 25px;
	border-top: 1px solid #bcbcbc;
	height: 50px;
}

/******************************************************* Header Styles *******************************************************/

#header img.logo
{
	float: left;
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper ul
{
	padding: 15px 30px 10px 25px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e1f1f;
	padding-bottom: 9px;
	padding-left: 16px;
	background: url(../images/list-bullet.gif) left 4px no-repeat;
	list-style: none;
}

#services-box
{
	background-color: #000002;
	width: 360px;
	margin-top: 17px;
}

#services-box h6
{
	background-color: #333333;
	display: block;
	padding: 4px 12px;
	color: #fff;
	width: 336px;
	text-transform: uppercase;
}

#services-box a
{
	text-decoration: none;
	font-weight: bold;
}

#services-box ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 9px;
	padding-left: 16px;
	background: url(../images/services-list-bullet.gif) left 4px no-repeat;
	list-style: none;
}

/************************************************ Navigation Styles ************************************************/

#navigation ul
{
	height: 40px;
	line-height: 29px;
	margin: 0 0 0 20px;
	display: inline;
	float: left;
	width: 487px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
	margin-right: 1px;
	padding: 0 13px 0 10px;
	text-transform: uppercase;
	background: url(../images/nav-divide.gif) right 10px no-repeat;
}

#navigation ul li a:hover
{
	color: #FF0000;
	background-color: #333000;
}

#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	
}



/*************************************************** Footer Styles ***************************************************/

#footer ul
{
	height: 36px;
	line-height: 36px;
	margin: 0 0 0 195px;
	display: inline;
	float: left;
	width: 600px;
}

#footer ul li
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #595858;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0 10px 0 8px;
	background: url(../images/footer-divide.gif) right 14px no-repeat;
}

#footer ul li.last
{
	background: none;
}

#footer ul li a
{
	color: #595858;
}
