/*
* RESET
***********************************/
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 {
	background:url('../images/bg_body.jpg') repeat-x;
	font-size:95%;
	font-family:"Lucida Grande", Arial, Helvetica;
	color:#222;
}
#page {
	position:relative;
	margin:0 auto;
	padding-top:55px;
	padding-left:20px;
	width:880px;
	background:url('../images/bg_page.jpg') no-repeat left top;
}
p {
	margin-bottom:15px;
}
h2 {
	font-size:1.1em;
	font-weight:bold;
}
a:link, a:active, a:visited {
	color:#f00;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.list li {
	margin-left:18px;
}
li {
	margin-left:30px;
}
#branding {
	float:left;
	margin-bottom:12px;
	width:250px;
	
}
.clear {
	clear:both;
}
.image-large {
	float:left;
	width:520px;
	
	
}
#image-latest {
	float:right;
	width:267px;
	margin-right:40px;
	color:#fff;
	background:url('../images/latest_top.jpg') no-repeat left top;
	
}
#image-latest h1 {
	margin-left:10px;
	padding-top:6px;
	padding-bottom:6px;
}
#menu {
	float:left;
	margin-top:15px;
	width:600px;
}
.menu-list {
	list-style:none;
}
.menu-list li {
	float:left;
	width:150px;
	height:20px;
	padding-top:0px;
	margin-top:8px;
	text-indent:25px;
	background:url('../images/bg_menu.jpg') no-repeat left center;
}
.menu-list li:hover {
	background:url('../images/bg_menu_over.jpg') no-repeat left center;
}
a.menu-link:link, a.menu-link:active, a.menu-link:visited {
	color:#222;
	text-decoration:none;
}
a.menu-link:hover {
	color:#E2414A;
	text-decoration:none;
}

.content-large {
	float:left;
	width:550px;
	margin-top:10px;
	background:url('../images/bg_header_full.jpg') no-repeat right top; 
}
.content-full {
	float:left;
	width:840px;
	margin-top:10px;
	background:url('../images/bg_header_full.jpg') no-repeat right top; 
}
#news {
	float:left;
	width:267px;
	margin:10px 0px 0px 25px;
	background:url('../images/bg_header_full.jpg') no-repeat right top; 
}
.content-half {
	float:left;
	width:410px;
	margin-right:20px;
	margin-top:10px;
	background:url('../images/bg_header_full.jpg') no-repeat right top; 
}
.content-pers {
	float:left;
	width:410px;
	
	margin-top:10px;
	background:url('../images/bg_header_full.jpg') no-repeat right top; 
}
.content-perspic {
	float:left;
	width:410px;
	margin-right:20px;
	margin-top:10px;
	 
}
.content-large h1, #news h1, .content-full h1, .content-half h1 {
	height:31px;
	padding-top:6px;
	color:#fff;
	background:url('../images/bg_header_start.jpg') no-repeat left top;
	text-indent:10px;
}
.content-large p {
	padding-left:10px;
}
.news-item {
	border-bottom:1px solid #E2414A;
	font-size:0.8em;
}
.news-item h2 {
	font-size:1.2em;
}
.news-item h3 {
	font-size:0.8em;
	color:#E2414A;
}
#footer {
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px dotted #ccc;
}
.footer-section {
	float:left;
	width:285px;
	font-size:0.7em;
	text-align:left;
}
.footer-section h1 {
	font-size:1.2em;
}
.em-color {
	color:#E2414A;
}
#opened {
	position:absolute;
	top:115px;
	left:450px;
	width:180px;
	height:180px;
	background:url('../images/opened.png') no-repeat left top;
}
#prices {
	width:500px;
	margin:0 auto;
}
.prices-table th{
	width:350px;
	text-align:left;
	border-bottom:1px solid #ddd;
}
.prices-table td {
	text-align:right;
	border-bottom:1px solid #ddd;
}
#poweredby {
	clear:both;
	width:100%;
	text-align:right;
	font-size:8px;
	color:#ccc;
}
#poweredby a {
	color:#ccc;
	text-decoration:none;

}
.banner {
	margin-top:4px;
}
.comment {
	font-size:9px;
	text-align:center;
}
.article_photo td {
    font-size:11px;
    font-style: italic;
    padding:5px;
}