/* style reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-weight:bold;}

/* global styles */
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	color: #fff;
    background: #fff;
}

a, a:visited {text-decoration: none; color:#fff;}
a:hover {text-decoration: underline;}

div.clearfix {clear: both;}

#container {width:666px; margin:auto;}

#top{width:666px; height:75px; position:relative;}
	.logo{position:absolute; right:0; top:20px;}

#menu{width:666px; height:19px; background:#303062; margin-bottom:20px;}
	#menu ul li {float:left;}
	#menu ul li a {color:#fff; display:block; height:17px; padding:2px 12px 0 12px; border-right:2px solid #63cfce;}
	#menu ul li a:hover{color:#aaa; text-decoration:none; }
	.search_form {padding:2px 0 2px 10px;}
	.search_form .submit{float:left; border:0; background:none; font-family:Arial,Helvetica,sans-serif; font-size:11px; color:#fff; margin-right:10px; cursor:pointer;}
	.search_form .text{float:left; border:0; background:#fff; width:60px; height:15px; padding:0 2px; }
	
#content{width:666px; height:435px; background:url(../img/background.jpg) no-repeat top; position:relative;}
	.buttons{position:absolute; top:16px; right:60px;}
	.buttons li{float:left;}
	.buttons li img{float:left;}
	
	.slider{position:absolute; top:125px; left:60px; width:540px; height:210px;}
	.arrow_prev{float:left; margin:100px 26px; width:13px; height:19px;}
	.arrow_next{float:left; margin:100px 26px; width:13px; height:19px;}
	.item{ padding: 0 10px 0; height:210px; }
		.item_img{float:left; margin:40px 10px 20px 0;}
		.item h3{font-size:20px; padding-bottom:10px;}
		.item p{font-size:12px; padding-bottom:5px;}
	.follow_bar{position:absolute; right:16px; bottom:11px; background:url(../img/follow_bar.png) no-repeat; height:24px; width:118px; padding:5px 0 5px 160px}
		.follow_bar img{float:left; margin-right:5px;}

#footer{width:666px; height:17px; background:#303062; margin-top:20px; text-align:center; padding-top:2px}
	