/**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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.1%;
	font-family: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
caption{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img, img {border: none; }
/**reset END**/

body, div, table {font: 12px Tahoma, Arial, Verdana, sans-serif; color: #fff;}
html{
    height: 100%;
	background: #59abee url(../images/all-bg.png) repeat-x left top;
}
body{    
	width: 100%;
    height: 100%;
	
}

h1{
	font-size: 30px;
}
h2{
	font: bold 20px georgia;
	
	/*font-style: italic;*/
	}
h3 {
	font-size: 14px;
	}
strong{font-weight: bold;}
a {color: #ffde86; text-decoration:underline;}
a:hover{text-decoration: none;}
p {
	line-height: 18px;
	margin: 10px 0 15px 0;
}

.wrapper{
	position: relative; z-index: 2;
	margin: 0 auto;
	min-width: 1000px;
	min-height: 663px;
	background: url(../images/header-bg.jpg) no-repeat center top;
}
.wrapper-in{
	min-height: 1040px;
	padding-bottom: 460px;
	background: url(../images/footer-bg.jpg) no-repeat center bottom;
}
.header{
	width: 1000px;
	height: 270px;
	margin: 0 auto;
	overflow: hidden;
}
.header-promo{
	position: relative;
	left: 25px;
	padding-top: 130px;
	font: bold 25px georgia;
	font-style: italic;
	text-align: center;
}
	.header-promo .logo{
		margin-right: 10px;
	}
		.header-promo .logo  img{
			vertical-align: middle; 
		}

.content{
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}
.sidebar{
	float: left;
	width: 230px;
	padding: 60px 15px 65px 15px;
}
	.sidebar .block{
		margin-bottom: 50px;
	}
.global-nav{}
	.global-nav li{
		font-size: 14px;
		line-height: 36px;
		background: url(../images/nav-brdr.png) repeat-x left bottom;
	}
	.global-nav li.last{
		background: none;
	}
	.global-nav a:hover{
		text-decoration: underline;
	}
	.global-nav a{
		display: block; font-weight: bold;
		padding-left: 20px;
		color: #fff;
		text-decoration: none;
		background: url(../images/nav-bull.png) no-repeat 5px center;
	}
	
.main{
	float: left;
	width: 760px;
	padding: 0 20px 65px 20px;
}
	.main .block{
		margin-bottom: 50px;
	}
	
	.entry {display:block; width: 760px;}
	.entry img {width:95px; height:85px; float: left; margin: 5px 1em 1em 0;}

.news{
	
}
	.news h2{
		margin-bottom: 30px;
	}
	.news ul{
		margin-right: -20px;
	}
	.news li{
		display: inline-block;
		vertical-align: top;
		width: 220px;
		margin-right: 17px;
		margin-bottom: 10px;
	}
		.news li a{
			line-height: 18px;
		}
	.news .date{
		font: bold 24px georgia;
		font-style: italic;
		line-height: 30px;
		color: #8eb9dd;
		margin-bottom: 10px;
	}
		.news .date span{
			color: #b4d7f4;
		}

.last-articles{}
	.last-articles h2{
		margin-bottom: 30px;
	}
	.last-articles ul{
		margin-right: -30px;
	}
	.last-articles li{
		display: inline-block;
		vertical-align: top;
		width: 210px;
		margin-right: 30px;
	}
	.last-articles img{
		border: 3px solid #b4d7f4;
	}
	.last-articles h3{
		margin-top: 25px;
	}
	.last-articles p{
		margin: 5px 0 10px 0;
	}
	
.brands-list{
	clear: both;
	width: 1000px;
	height: 130px;
	padding-top: 10px;
	background: url(../images/brands-bg.png) no-repeat left top;
	overflow: hidden;
	text-align: center;
}
	.brands-list li{
		display: inline;
		vertical-align: middle;
		margin: 0 20px;
	}
	.brands-list img{
		vertical-align: middle;
	}

/*footer*/
.footer{
	position: absolute;
	bottom: 400px;
	left: 0;
	overflow: hidden;
	width: 100%;
	padding: 0 0 0 0;
}
.footer-main{
	width: 960px;
	margin: 0 auto;
}
.footer .copyright{
	width: 420px;
	float: left;
}

.footer .counter{
	float: left;
}

.footer .created-by{
	float: right;
}

