/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
html {
	background: #2b2c2c;
}

body {
	background: #273b0c url(../images/bg.png) repeat-x;
	color: #a6a6a6;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h1, h2, h3 {
	background: #000;
	color: #fff;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding: 0 5px 0 50px;
}

p {
	margin-bottom: 10px;
}

a {
	color: #a6a6a6;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.readMore {
	color: #a6a6a6;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/menu.jpg) repeat-x;
		padding-left: 6px; padding-right:6px;
		margin-top: 5px;
		border:1px solid #000;
}

a.readMore:hover {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/menu.jpg) repeat-x;
		padding-left: 6px; padding-right:6px;
		margin-top: 5px;
		border:1px solid #000;
}

a.LinkSite {
	font-size: 11px;
	color: #CC3333;
	text-decoration: none;
	font-weight: normal;
		background: url(../images/menu.jpg) repeat-x;
		padding-left: 6px; padding-right:6px;
		margin-top: 5px;
		border:1px solid #000;
}

a.LinkSite:hover {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
		background: url(../images/menu.jpg) repeat-x;
		padding-left: 6px; padding-right:6px;
		margin-top: 5px;
		border:1px solid #000;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/

/* usually for <br /> tag to clear the float */
.clear {
	clear: both;
	line-height: 0;
}

/* div (or whatever else element that serves as wrapper that clears the floats)  */
.floatClear {
	overflow: hidden;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper {
	margin: 0 auto -40px auto;
	width: 1023px;
	position: relative;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 206px;
	position: relative;
}

/*------------------------------------------------------*/
/* =LOGO							*/
#logo {
	position: absolute;
	top: 45px;
	left: 25px;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	background: url(../images/menu.jpg) repeat-x;
	border: 1px solid #000;
	height: 41px;
	overflow: hidden;
}

#menu li {
	background: url(../images/menu-li.jpg) no-repeat top right;
	float: left;
}

#menu li.last {
	background: none;
	padding-right: 0;
}

#menu a {
	color: #a6a6a6;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
	padding: 0 27px;
}

#menu a:hover {
	color: #dc2727;
	text-decoration: none;
}

#menu li.active a {
	background: url(../images/menu-active.jpg) no-repeat bottom center;
	color: #fff;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {
	background: #40602e url(../images/content.jpg);
	min-height: 200px;
	padding: 25px 18px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* MAIN */
#main {
	float: left;
	margin-right: 20px;
	width: 461px;
}

#main h1 {
	background: url(../images/h2-main.png) no-repeat;
}

#main h2 {
	background: url(../images/h2-main.png) no-repeat;
}

#main h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main .container {
	background: #454548;
	padding: 15px 10px;
}

#main .containerBottom {
	background: url(../images/main-box-bottom.png) no-repeat;
	height: 3px;
	margin-bottom: 10px;
}

/* BOXES */
#main .boxContainer {
	background: #fff;
	border: 1px solid #eae8e7;
	margin-bottom: 10px;
	padding: 1px;
}

#main .box {
	background: #f6f5f5;
	color: #222;
	overflow: hidden; /* clearing the floats */
	padding: 20px 15px;
}

#main img.logo {
	background: #cccccc;
	border: 1px solid #eae8e7;
	padding: 1px;	
}
	
#main .stars li {
	display: inline;
}

/* rates box */
#main .rates {
	float: left;
	width: 125px;
}

/* info box */
#main .info {
	float: right;
	overflow: hidden;
	width: 270px;
}

#main .infoturf {
	float: inherit;
	overflow: hidden;
	width: 400px;
}

#main .readMore {
	float: right;
}

#main .LinkSite {
	float: left;
}

/* PAGINATION */
.pagination {
	padding: 0 20px;
	text-align: right;
}

.pagination li {
	display: inline;
	padding: 0 1px;
}	

.pagination a {
	padding: 0 3px;
}

.pagination li.active a {
	color: #de2727;
}
	
/* SIDEBAR LEFT */
#sidebarLeft {
	float: left;
	margin-right: 20px;
	width: 207px;
}

#sidebarLeft h1 {
	background: url(../images/h2-sidebar-left.png) no-repeat;
}

#sidebarLeft h2 {
	background: url(../images/h2-sidebar-left.png) no-repeat;
}

#sidebarLeft .box {	
	background: #454548;
	padding: 15px;
}

#sidebarLeft .box a {	
	color: #FFFFFF;
}


#sidebarLeft .boxBottom {
	background: url(../images/sidebar-left-box-bottom.png) no-repeat;
	height: 4px;
	margin-bottom: 20px;
}

#sidebarLeft table {
	margin-bottom: 10px;
	width: 100%;
}

#sidebarLeft th {
	font-weight: bold;
	padding: 1px 1px;
}

#sidebarLeft td {
	border-bottom: 1px dotted #949494;
	padding: 4px 1px;
}

#sidebarLeft .last td {
	border: none;
}

#sidebarLeft .right {
	text-align: right;
}

#sidebarLeft .banner {
	margin: 0 auto;
	padding: 25px 0;
	width: 123px;
}

/* SIDEBAR RIGHT */
#sidebarRight {
	float: left;
	width: 277px;
}

#sidebarRight h3{
	background: url(../images/h3-sidebar-right.png) no-repeat;
}

#sidebarRight h4 {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 1px 4px 1px;
}

/* box */
#sidebarRight .box {	
	background: #454548;
	overflow: hidden;
	padding: 15px;
	position: relative;
	z-index: 1;
}

#sidebarRight .box.withTable {	
	padding: 15px 0;
}

#sidebarRight .box.withTable .viewMore {	
	margin-right: 15px;
}

#sidebarRight .boxBottom {
	background: url(../images/sidebar-right-box-bottom.png) no-repeat;
	height: 4px;
	margin-bottom: 20px;
}

#sidebarRight table {
	width: 100%;
}

#sidebarRight td {
	background: #2f2f32;
	border-bottom: 10px solid #454548;
	padding: 5px 0;
	margin-bottom: 5px;
}

#sidebarRight img {
	border: 1px solid #fff;
	margin-left: 15px;
	vertical-align: middle;
}

#sidebarRight a.viewMore {
	color: #a6a6a6;
	font-size: 11px;
	float: right;
	text-align: right;
}

/* news */
#sidebarRight .news li {
	border-bottom: 1px dotted #949494;
	margin-bottom: 15px;
}

#sidebarRight .news li  span a{
	background: url(../images/news-span.jpg) no-repeat;
	color: #a6a6a6;
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	padding-left: 23px;
}

#sidebarRight .news li p {
	margin-bottom: 10px;
}


/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: #2b2c2c;
	border-top: 5px solid #5e8233;
	color: #4a4b4b;
	height: 165px;
	padding-top: 50px;
	text-align: center;
}

#footer ul {
	padding: 15px 0;
}

#footer li {
	display: inline;
	padding: 0 14px;
}

#footer a {
	color: #818285;
	font-size: 12px;
	font-weight: bold;
}

#footer p {
	padding: 10px 0;
}
