@charset "UTF-8";
body {
	font:100%;
	background:url(../images/bg_dot.jpg) repeat-y center #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#wapper	{
	background:url(../images/bg_header.png) repeat-x;
}
#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	background:url(../images/bg_header2.jpg) repeat-x;
	height:73px;
	padding-right: 10px;
}
#header h1 {
	margin: 0;
	background:url(../images/logo.jpg) no-repeat right;
	height:58px;
	text-indent: -9999px;
}
#big_pw	{
	background:url(../images/pw_big_header.png);
	width:182px;
	height:136px;
	position:absolute;
	z-index:10;
	float:left;
	}
#main {
	padding: 0;
	background: #FFFFFF;
}
h2	{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-.5px;
	margin-bottom:0;
	}

h2.subheadline	{ color:#990000;  }

#sidebar	{
	width:170px;
	background:#303030;
	padding:15px;
	float:left;
	color:#fff;
	margin-top:0;
}
#mainContent	{
	padding:0 15px 0 15px;
	width:560px;
	float:right;
	position:relative;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
}
#mainContent h1	{
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#ff9f19;
	letter-spacing:1px;
	margin:0 0 5px 0;
}
#mainContent p	{
	margin-top:5px;
}
#phone	{
	font:10px bold Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ff9f19;
	letter-spacing:2px;
	}
.clear	{
	clear:both;
}
img a	{
	border:0;
}




.menu {
	width: 170px;
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 5px;
	margin: -30px 0 0 -5px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}



.menu, .menu ul li {
	color: #fff;
	background: #303030;
}

.menu {
	width: 170px;
}

.menu ul {
	width: 170px;
}

.menu a {
	text-decoration: none;
	color: #fff;
	padding: .4em .5em;
	display: block;
	font:Verdana, Arial, Helvetica, sans-serif;
	padding-left:20px;
}

.menu a:hover, .menu li:hover>a {
	color: #fdf001;
	font:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/nav_bullet.jpg) no-repeat 0 40%;
}

.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 100%;
}

/*]]>*/


/*****  Form        */
	#formLeft input {
		width: 250px;
		margin: 0 0 5px 0;
		border: none;
		text-align: center;
		background: none;
		margin: 10px 0 0 8px;
		font-size: 1.4em;
	}
	#formLeft .input-bg {
		background: url(../images/form-sm-bg.jpg) bottom left no-repeat transparent;
		height: 45px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
		background: url(../images/form-sm-bg.jpg) top left no-repeat transparent;
	}
	#formRight textarea {
		width: 298px;
		height: 209px;
		display: block;
		border: none;
		background: none;
		margin: 0 0 0 20px;
		padding: 20px 0;
		font-family: Helvetica, sans-serif;
		font-size: 1.3em;
		overflow: auto;
	}
	#formRight .message-bg {
		background: url(../images/message-bg.jpg) bottom left no-repeat transparent;
		height: 238px;
	}
	#formRight .active {
		background: url(../images/message-bg.jpg) top left no-repeat transparent;
	}
label {
	display: block;
	font-size: .8em;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -19px;
	right:75px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: left;
	padding-left: 15px;
}
fieldset	{
	border:none;
	width:350px;
	}
a	{
	color:#ff9f19;
	}
	
.photo img	{ border:1px solid #303030; }

a:hover	{
	color:#FFCC00;
	}
	
	#footer{
	        width:800px;
	        height:20px;
			background:#CCCCCD;
			 height:34px;
	   background:#fff;
	   border-style:solid;
	   border-color:#C0C0C0;
	   border-width:1px;
	}
	
.bottom_images img	{ padding:5px; margin: 0 auto; border: 1px solid  }

.photo	{ position:relative; width:375px; height:448px; float:left; margin:0px 15px 15px 0px; }

.photo span	{ width:166px; height:137px; display:block; position: absolute; background:url(../images/span.png) no-repeat; }