* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Verdana, sans-serif;
	width: 100%;
    background: #FFFFFF url(images/body-top-bg.jpg) top center repeat-x ;
}
a {
	color: #000000;
	outline: none;
	text-decoration:    none;
}
a:hover {
	text-decoration:    underline;
}

img {
	border: none;
    display: block;
}
input {vertical-align: middle}
#wrapper {
	width: 1002px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 256px;
}
#logo {
  height: 203px;
  background: url(images/header-bg.jpg) top no-repeat;
  overflow: hidden;
}

#logo img {
  float: left;
}
#menu_top {
  font-size: 14px;
  color: #20A3D9;
  text-align: right;
  padding-top: 20px;
}
#menu_top a {
  color: #FFFFFF;
}
#logo_desc {
  width: 400px;
  font-size: 14px;
  color: #434343;
  clear: both;
  padding-top: 20px;
}
#menu {
  height: 53px;
  background: url(images/menu-bg.jpg) top repeat-x;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}

#nav, #nav li {
  list-style: none;
}
#nav {
  padding-top: 1px;
  margin-left: 3px;
}

#nav li {
  float: left;
  display: block;
  height: 52px;
  line-height: 52px;
  margin-right: 1px;
}
#nav li.splitter {
  float: left;
  display: block;
  height: 46px;
  overflow: hidden;
  border-left: #2CAADD 1px solid;
}
#nav li.bord {
  float: left;
  display: block;
  height: 46px;
  overflow: hidden;
  border-left: #5BCDFD 1px solid;
}
#nav li a {
  background: url(images/menu-btn-bg.jpg) top center no-repeat;
  line-height: 52px;
  float: left;
  display: block;
  height: 52px;
  padding: 0 32px;

  color: #FFFFFF;
}
#nav li a:hover {
  background: url(images/menu-btn-bg-active.jpg) top center no-repeat;
  height: 52px;
  text-decoration: none;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
    background: url(images/bg.jpg) top repeat-y;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
    background: url(images/bg-top.jpg) top no-repeat;

	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 240px;

    background: url(images/bg-bottom.jpg) bottom no-repeat;
    overflow: hidden;
}
#content h2 {
  font-family: "Myriad Pro Light";
  font-size: 16px;
  text-transform: uppercase;
  color: #1174AC;
  padding-left: 30px;
  margin-left: 2px;
  margin-bottom: 5px;
  background: url(images/title-icon.jpg) left no-repeat;
}
.pictures_block {
    border: #B9BEC1 1px solid;
    margin-bottom: 5px;
    padding: 0 5px 5px 5px;
}
.pictures_block img {
  border: #484A4B 1px solid;
  padding: 2px;
  margin: 2px;
  background-color: #FFFFFF;
}
.pictures_block img:hover {
  background-color: #70E6FB;
}

.sites_block {
    border: #B9BEC1 1px solid;
    margin-bottom: 5px;
    padding: 0 5px 5px 5px;
}
.sites_one {
    border: #B9BEC1 1px solid;
    font-size: 11px;
    width: 177px;
    margin: 2px;
}
p.site_url {
  padding: 5px ;
}
p.site_url a {
  color: #5C5C5C;
}

p.site_category {
  padding: 0 5px 10px 5px ;
  font-size: 9px;
}
.movies_block {
    border: #B9BEC1 1px solid;
    margin-bottom: 5px;
    padding: 5px 0px;
}
.movies_block img {
  border: #484A4B 1px solid;
  padding: 2px;
  margin: 2px;
  background-color: #FFFFFF;
}
.movies_block img:hover {
  background-color: #70E6FB;
}

.more {
  padding: 5px 2px 2px 0;
  text-align: right;
}

.more a {
  font-family: "Myriad Pro Light";
  font-size: 16px;
  text-transform: uppercase;
  color: #484A4B;
  padding: 2px 10px;
  border: #484A4B 1px solid;

}
.more a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #777;
}
.friends_block {
    border: #B9BEC1 1px solid;
    /*margin-bottom: 10px;*/
    padding: 0 5px 5px 5px;
    font-weight: bold;
}
.friends_block table {
  margin: 0 auto;
}

.friends_block a {
  background: url(images/star-black.jpg) left no-repeat;
  padding-left: 22px;
  margin-bottom: 8px;
  display: block;
}
.friends_block a:hover {
  background: url(images/star.gif) left no-repeat;
  color: #1D92C3;
  text-decoration: none;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 232px;
	margin-left: -100%;
	position: relative;
    border: #B9BEC1 1px solid;
    border-bottom: none;
    margin-bottom: 10px;
}
#sidebar h2 {
  font-family: "Myriad Pro Light";
  font-size: 16px;
  text-transform: uppercase;
  color: #1174AC;
  padding-left: 5px;
}
.l_blue {
  color: #00ADEE;
}

.sb_block {
  padding: 0 15px 20px 2px;
}
ul.sb_top, ul.sb_top li {
  list-style: none;
}
ul.sb_top li {
  padding: 5px 0;
  border-bottom: #B9BEC1 1px dotted;
}

ul.sb_top li a {
  background: url(images/star.gif) left no-repeat;
  padding-left: 25px;
  font-weight: bold;
}
ul.sb_hard, ul.sb_hard li {
  list-style: none;
}
ul.sb_hard li {
  padding: 5px 0;
}
ul.sb_hard li a{
  background: url(images/star-black.gif) left no-repeat;
  padding-left: 25px;
  font-weight: bold;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	min-height: 59px;
    margin-top: 10px;
	/*background: url(images/footer-bg.jpg) top left repeat-x; */
    /*text-align: center;*/
    font-size: 10px;
    border-top: #66CCFF 5px solid;
    padding: 10px;
    background-color: #E1ECEE;
}
#footer p {
  padding-top: 5px;
}


