/* GENERAL START */
body{
	padding: 0px;
	margin: 0px;
}

html ,body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2a1002;
	line-height: 1.5em;
	background: #f5f2eb none;
	width: 100%;
	height: 100%;
}

table, p{
	padding: 0px;
	margin: 0px;
}

table td,
table th{
	vertical-align: top;
}

form, dl, dd, dt{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul, ol{
	margin-top: 0;
	margin-bottom: 0;
}

a, a:hover{
	color: #cc3300;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a:focus{
	outline: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 1em;
}

h1, h1 a, h1 a:hover,
h2, h2 a, h2 a:hover,
h3, h3 a, h3 a:hover,
h4, h4 a, h4 a:hover,
h5, h5 a, h5 a:hover,
h6, h6 a, h6 a:hover{
	color: #cc3300;
}

input, select, textarea{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2a1002;
	line-height: normal;
}

img{
	display: block;
	border: 0px;
}

.content p{
	padding-bottom: 0.6em;
}

.page{
	width: 960px;
	height: 100%;
	background: transparent url(../images/page_bg.gif) repeat-y center top;
	margin: auto;
}

.page_bg{
	float: left;
	background: transparent url(../images/page_bg.gif) repeat-y center top;
}
/* GENERAL END */
/* HEADER START */
.header{
	width: 960px;
	height: 221px;
	float: left;
	background: transparent url(../images/header_bg.png) no-repeat left top;
}

.header .header_lang{
	width: 125px;
	margin: 13px 0 0 790px;
	position: absolute;
	text-align: right;
}

.header .header_lang,
.header .header_lang a,
.header .header_lang a:hover{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.header .header_lang a.active,
.header .header_lang a.active:hover{
	color: #cc3300;
}

.header .header_box{
	width: 125px;
	height: 26px;
	margin: 40px 0 0 790px;
	position: absolute;
	text-align: right;
}

.header .header_box a,
.header .header_box a:hover{
	height: 16px;
	line-height: 16px;
	float: right;
	display: block;
	padding: 0 0 10px 26px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/icon_contact.png) no-repeat left center;
}

.header_logo,
.header_logo a,
.header_logo a:hover{
	width: 225px;
	height: 190px;
	display: block;
	float: left;
}

.header_logo{
	padding: 17px 0 0 17px;
}

.header_logo .text{
	display: block;
	text-indent: -9999px;
}

.header_menu{
	float: left;
	padding-top: 117px;
}

.header_menu ul,
.header_menu li,
.header_menu li a,
.header_menu li a:hover{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

.header_menu li{
	float: left;
	padding: 0 12px;
}

.header_menu li a,
.header_menu li a:hover{
	color: #fff;
	font-weight: bold;
}

.header_menu li.active a,
.header_menu li.active a:hover{
	color: #cc3300;
}
/* HEADER END */
/* MAIN START */
.main{
	width: 640px;
	float: left;
	padding: 5px 69px 15px 251px;
	background: transparent url(../images/main_bg.gif) repeat-y left top;
}
/* PANEL START */
.panel{
	width: 120px;
	float: right;
}

.panel .box,
.panel .box_header,
.panel .box_content{
	width: 120px;
	float: left;
}

.panel .box{
	padding-bottom: 10px;
}

.panel .box_header .box_title{
	padding-bottom: 0.9em;
}

.panel .box_content{
	line-height: normal;
	font-size: 0.714em;
}

.panel .box_content p{
	padding-bottom: 0.9em;
}

.panel .box_content,
.panel .box_content a,
.panel .box_content a:hover{
	color: #000;
}
/* PANEL END */
/* CONTENT START */
.content{
	width: 460px;
	float: left;
}

.content .componentheading,
.content .contentheading{
	font-size: 1.714em;
	padding-bottom: 0.5em;
}

.content .componentheading,
.content .componentheading a,
.content .componentheading a:hover,
.content .contentheading,
.content .contentheading a,
.content .contentheading a:hover{
	color: #cc3300;
}

.content #page{
}

.content .createdate{
	width: 46px;
	height: 46px;
	position: absolute;
	margin-left: -60px;
	margin-top: 5px;
	line-height: normal;
	color: #666563;
	text-align: center;
	text-transform: uppercase;
	background-color: #e6e4df;
}

.content .createdate strong{
	position: relative;
	top: -1px;
	display: block;
	padding-bottom: 1px;
	line-height: 24px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
/* CONTENT END */
/* MAIN END */
/* FOOTER START */
.footer{
	width: 930px;
	float: left;
	padding: 20px 15px;
	font-size: 0.786em;
	text-align: center;
	background: transparent url(../images/footer_bg.gif) no-repeat left top;
}

.footer,
.footer a,
.footer a:hover{
	color: #fff;
}
/* FOOTER END */
