html,body,p,form,input,ul,li,label,h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #BDBDC0;
}

ul {
	list-style: none;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}

div.hr {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear:both;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

#header {
	height: 217px;
	width: 100%;
	overflow: hidden;
}


#header td {
	vertical-align: top;
}

#header .left {
	background:url(../i/headerLeftBg.jpg) right top repeat-x;
	text-align: right;	
}

#header .middle {
	width: 1000px;
}

#header .middle img.background {
	position: absolute;
}

#header .right {
	background: url(../i/headerRightBg.jpg) left top repeat-x;
	text-align: left;
	padding-right: 7px;
}

#logo {
	position: absolute;
	left: 50px;
	top: 25px;
	width: 300px;
	height: 160px;
	display: block;
	text-decoration: none;
}

#header .navigation {
	position: absolute;
	left: 37px;
	top: 0px;
}

#header .navigation a {
	display: block;
	float: left;
	height: 16px;
	width: 107px;
	margin-right: 1px;
	background-position: left top;
	background-repeat: no-repeat;
}

#header .navigation a.home {
	background-image:url(../i/home.gif);
}

#header .navigation a.home:hover {
	background-image:url(../i/homeHover.gif);
}

#header .navigation a.contactus {
	background-image:url(../i/contactus.gif);
}

#header .navigation a.contactus:hover {
	background-image:url(../i/contactusHover.gif);
}

#header .navigation a.sitemap {
	background-image:url(../i/sitemap.gif);
}

#header .navigation a.sitemap:hover {
	background-image:url(../i/sitemapHover.gif);
}

#header .search {
	position: absolute;
	left: 630px;
	top: 162px;
	height: 28px;
	width: 370px;
	background: url(../i/searchBg.gif) left top no-repeat;
	font-size: 14px;
	color: #FFFFFF;
}

#header .search form {
	margin-left: 33px;
	margin-top: 3px;
	margin-bottom: 1px;
}

#mainWrapper {
	text-align: center;
	background:url(../i/contentBg.jpg) left top repeat-x;
}

#main {
	text-align: left;
	margin: 0px auto;
	position: relative;
	width: 1000px;
    background-color: #FFFFFF;
}

#main img.leftBg {
	position: absolute;	
	left: -22px;
}

#main img.rightBg {
	position: absolute;
	left: 1000px;
}

#sitebar {
  width: 254px;
  color:#FFFFFF;
  background-color:#15181F;
}

#sitebar .block {
	background-color: #202329;
	border-top: solid 1px #383B40;
	padding: 10px 15px 15px 15px;
}

#sitebar div.subscribe form {
	margin-top: 3px;
}

#sitebar h4 {
	color: #FF8B04;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#sitebar h3 {
	color: #FF8B04;
	font-size: 16px;
	font-weight: normal;
	margin: 12px 5px;
	padding: 0px;
	padding-left: 27px;
}

#sitebar h3.categories {
	background:url(../i/categoriesBg.gif) left center no-repeat;
}

#sitebar div.categories {
	padding-top: 8px;
	padding-bottom: 10px;
}

#sitebar div.categories li {
	padding: 2px 0px 2px 20px;
	background:url(../i/arrow.gif) left center no-repeat;
}

#sitebar div.categories a {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#sitebar div.categories a:hover {
	color: #05AFEB;
	text-decoration: underline;
}


#sitebar h3.recentcomments {
	background:url(../i/recentCommentsBg.gif) left center no-repeat;
}

#sitebar div.recentcomments {
	background-color: #15181F;
	padding-bottom: 0px;
}

#sitebar div.recentcomments li {
	padding: 0px 0px 15px 20px;
	background:url(../i/squareOrange.gif) left top no-repeat;

}
#sitebar div.recentcomments a {
	color: #BBBBBB;
	text-decoration: none;
}
#sitebar div.recentcomments a:hover {
	text-decoration: underline;
}

#sitebar .banner a {
	margin: 3px 0px 0px 1px;
	display: block;
}

#menu {
	background:url(../i/menuTopBg.gif) left top no-repeat;
	padding-top: 13px;	
	clear: both;
}

#menu ul li {
	padding: 0px 1px 1px 1px;
}

#menu a {
	display: block;
	background:url(../i/menuItemBg.gif) left center no-repeat #25282E;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px 0px 24px;
	height: 21px;
}

*html #menu li {
	padding-bottom: 0px;
}

#menu a:hover {
	background-color: #36383C;
	color: #05AFEB;
	text-decoration: underline;
}

#contentTop {
	border-bottom: solid 1px #C7C7C7;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-bottom: 20px;
}

#contentTop div.date {
	float: left;
	padding-left:20px;
}

#contentTop div.account {
	float: right;
}

#contentTop div.account li{
	float: left;
}

#contentTop div.account li a {
	font-size: 11px;
	padding: 0px 1em;
	color:#000000;
	text-decoration: none;
}

#contentTop div.account li a:hover {
	text-decoration: underline;
}

#content {
	padding: 0px 10px 4em 10px;
}

a {
	color: #05AFEB; 
}

a:hover {
	color: #D80000;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	color: #D80000;
	font-weight: bold;
	padding-left: 7px;
	padding-bottom: 0.4em;
	text-align: left;
	margin-bottom: 0.5em;	
}

h1.border, h3.border {
	background:url(../i/borderDotted.gif) left bottom repeat-x;

}

h2 {
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 1em;
	color: #D80000;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #D80000;
	padding-bottom: 0.4em;
	margin-bottom: 0.5em;
}


#footer {
	background:url(../i/footerBg.gif) left top repeat-x #7F7F81;
	height: 100px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}

#footer .menu {
	padding-top: 20px;
	padding-bottom: 30px;
}

#footer ul {
	width: 755px;
	list-style: none;
	margin: 0px auto;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 1em;
}
#footer a:hover {
	color: #05AFEB;
	text-decoration: underline;
}

div.turning {
	color: #FFFFFF;
	text-align: center;
	background-color: #B90002;
	padding-top: 12px;
	padding-bottom: 12px;
	clear: both;
	width: 746px;
	position: absolute;
	left: auto;
	margin-left: -10px;
	bottom: 0px;
}

*html div.turning {
	margin-bottom: -1px;
}

div.turning a {
	color: #FFFFFF;
	text-decoration: none;
}

div.turning a:hover {
	text-decoration: underline;
}

div.form {
	padding: 0px 0px 1em 0px;
	font-size: 14px;
}

div.addComment {
	background:url(../i/commentBg.gif) left top repeat-x;
	padding: 25px 20px 1em 20px;
}

div.addComment textarea {
	width:270px;
	height:105px;	
}


div.form h3 {
	margin-bottom: 0.7em;
	padding-bottom: 0px;
}

input.text, textarea.text {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #000000;
}

input.text {
	height: 18px;	
	margin: 0px;
	padding: 0px;
}

input.button {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #B90002;
	border: 1px solid #FFFFFF;
	padding: 1px 0px;
	margin: 0px;
}


input.submitButton {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background: url(../i/submitButtonBg.gif) left top no-repeat;
	height: 25px;
	width: 75px;
	border: none;
}

div.comment, div.highlightComment {
	padding: 5px 0px 5px 15px;
	border: solid 1px #FFFFFF;
	position: relative;
	margin-top: 5px;	
	margin-bottom: 5px;
	padding: 5px 0px 5px 15px;
}

div.highlightComment {
	background-color: #FFF8E0;	
	border: 1px dotted #DEDEDE;	
}

div.comment div.header, div.highlightComment div.header {
	background:url(../i/borderDotted.gif) left bottom repeat-x;
	margin-bottom: 5px;
	font-size: 11px;
	color: #868686;
	margin-left: 58px;
	padding-bottom: 5px;
}

div.comment div.header h3, div.highlightComment div.header h3 {
	padding-top: 5px;
	margin-bottom: 0px;
}


div.comment div.header img, div.highlightComment div.header img {
	float: left;
	position: relative;
	margin-left: -58px;
	margin-right: 10px;
}


.note {
	font-size: 11px;
}

.ligthgray {
		color: #ABABAB;
	}

.chery, a.chery, #contentTop div.account a.chery {
	color: #B90002;
}	

.red {
	color: #D80000;
}

.black {
	color: #000000;
}

.blue, a.blue {
	color: #05AFEB;
}