@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: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	vertical-align:top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	line-height: 25px;
	color: 000000;
	background: white;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#515151;
	background:#FFFFFF;
}
b, strong{font-weight:bold;}
em{ font-style:italic;}
p{margin:5px 0 5px 0}
h1{
	color:#ed164f;
	font-size:21px;
	margin:0px;
}
h4{
	color:#ed164f;
	font-size:16px;
	font-weight:bold;
	margin:0px;
}
a              { color: #0000FF; text-decoration:underline;}
a:hover        { color: #ed164f;}
a img          { border:none;}

br.clearFloat, li.clearFloat, #contact br, div.clearFloat {
	display:block 	!important;
	float:none 		!important;
	height:0 		!important;
	line-height:0 	!important;
	font-size:1px 	!important;
	clear:both 		!important;
}
.clearBoth { clear:both; }

#page{
	width:952px;
	display:block;
}

/**********************HEADER*****************************/
.header_text{
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:36px;
	margin:150px 20px 0 20px;
}
/**********************MENU*****************************/
#menu{
	width:262px;
	height:555px;
	float:left;
	background:url(images/bg_menu.jpg) 0px 0px no-repeat;
}
#menu ul{ margin:20px 0 0 0;}
#menu ul li{
	line-height:40px !important;
	margin:0 0 0 20px;
	background:url(images/menu.jpg) 0px 3px no-repeat;
	text-align:left;
}
#menu ul li:hover{ background:url(images/menu_over.jpg) 0px 3px no-repeat; }

#menu a{
	color:#3c3c3c;
	display:block;
	padding:0 0 0 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
}
#menu a:hover{ color:#ffffff; }
/**********************CONTENT*****************************/
#content{
	width:690px;
	min-height:600px;
	float:left;
	text-align:left;
}
#content_wrapper{padding:15px;}
/**********************FOOTER*****************************/
.footerNav{ padding:50px 0 0 0; }

#footer_1{
	width:952px;
	height:69px;
}
#footer_1 a{ 
	color:#c94750;
	font-size:10px;
	text-decoration:none;
}
#footer_2{
	width:952px;
	height:118px;
	color:#c94750;
	font-size:10px;
	text-align:center;
}
.footerNavSpacer{
	width:31px;
	height:10px;
	display:inline-block;
	background:url(/images/footer_divider.png) top left no-repeat;
}
/**********************GALLERY*****************************/
#gallery a{
	text-decoration:none;
	color:#ed164f;
	font-size:12px;
	font-weight:bold;
}
.gallery_img1{
	max-width:210px;
	margin:0 0 5px 0;
}
.gallery_img2{
	max-width:320px;
	margin:0 0 5px 0;
}
.gallery_discr{
	width:210px;
	line-height:1;
	margin:0 0 10px 0;
}
/********************** F O R M *****************************/
#form, #contact_form{width:600px; height:150px;}

/********************** B A N N E R S *****************************/
#banners{
	width:840px;
	height:131px;
	display:block;
	margin:0 0 0 60px;
}
.banner{ float:left;}
#newsletter{ 
	width:301px;
	height:131px;
	display:block;
	background:url(/images/banner_newsletter.jpg) left top no-repeat;
}