html
{
	height:100%;
	background:#000000;
}
body
{
	/*font:62.5% Verdana, Arial, Helvetica, sans-serif;*/
	font:62.5% "Myriad Web Pro", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	padding:0;
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

.textright
{
  text-align:right;
}

.clear
{
	clear:both;
}

h1 {font-size:1.7em;}
h2 {font-size:1.5em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5 {font-size:1.3em;}

#page
{
	width:988px;
	margin:0 auto;
	padding-top:20px;
}

#topbox
{
	width:980px;
}

#topbox .usermsg
{
	height:30px;
	line-height:30px;
	font-size:1.1em;
	padding-left:20px;
	margin-left:10px;
	float:left;
	
	background:url('/files/images/user_gray.png') center left no-repeat;
}

#topbox .usermsg a
{
	color:#09f;
	text-decoration:none;
}

#topbox .tabs
{
	height:30px;
	line-height:30px;
	font-size:1.1em;
	float:right;
	margin-right:5px;
}

#topbox .tabs ul
{
	margin:0;
	padding:0;
	
	list-style:none;
}

#topbox .tabs ul li
{
	margin:0 5px 0 0;
	padding:0;
	
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	font-weight:bold;
}

#topbox .tabs ul li a
{
	display:block;
	width:80px;
	height:30px;
	text-decoration:none;
	color:#fff;
}

#topbox .tabs ul li.selected
{
	background:url('/files/images/tab.jpg') center left no-repeat;
}

#topbox .tabs ul li.selected a
{
	color:#000;
}

#topbox .bigbox
{
	clear:both;
	width:980px;
	height:65px;
	padding-top:5px;
	
	background:#000 url('/files/images/bigbox_bg.jpg') top left no-repeat;
}

#topbox .innerbox
{
	height:60px;
	line-height:60px;
	width:970px;
	margin:0 5px 5px 5px;
	overflow:hidden;
	
	background:url('/files/images/innerbox_bg.jpg') top left no-repeat;
}

#topbox .bottomtab
{
	margin-right:10px;
	float:right;
	height:30px;
	
	background:url('/files/images/bottomtab_bg.jpg') top right no-repeat;
}

#topbox .bottomtab_content
{
	height:30px;
	margin-right:10px;
	
	background:url('/files/images/bottomtab_bg.jpg') top left no-repeat;
	
	line-height:30px;
	padding:0 0 0 10px;
}

#topbox .bottomtab_content ul
{
	margin:0;
	padding:0;
	
	list-style:none;
}

#topbox .bottomtab_content ul li
{
	margin:0 15px 0 0;
	padding:0;
	
	float:left;
	font-weight:bold;
}

#topbox .bottomtab_content ul li.last
{
	margin-right:0;
}

#topbox .bottomtab_content ul li a
{
	text-decoration:none;
	color:#fff;
}

.wordpress_link
{
	background:url('/files/images/wordpress.png') left center no-repeat;
	padding-left:20px;
}





#content
{
	width:970px;
	min-height:100px;
	margin:0 auto;
	color:#fff;
	font-size:1.3em;
}

#content .primaryadvert
{
  width:950px;
  height:103px;
  margin:60px auto;
  background:url('/files/images/primaryad_bg.jpg') repeat-x;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#content .primaryadvert h1
{
  color:#0282bd;
  font-size:3em;
  font-weight:normal;
  padding-top:30px;
  padding-left:20px;
}
.primaryadvert .ordernow{
  float:right;
  margin-top:-80px;
  margin-right:20px;
  }
 .primaryadvert .ordernow img{
    -moz-border-radius: 10px;
  border-radius: 10px;
}
#content .values{
  width:940px;
  padding-left:40px;
  margin-top:-50px;
}
.values .box{
  width:320px;
  height:150px;
  margin-right: 40px;
  float:left;

}
.values .box h1{
  font-size:2em;
  font-weight:normal;
  color:#7b7b7b;
}
.values .box h2{
  font-size:1.5em;
  font-weight:normal;
  color:#3a3a3a;
  margin-top:-23px;
}
.values .box p{
  margin-top:-15px;
}
.values .box a{
  text-decoration:none;
  color:#0282bd;
}
.values .box a:hover{
  text-decoration:none;
  color:#00adfd;
}
.offers{
  width:930px;
  height:220px;
  background:url('/files/images/hr_bg.jpg') top left repeat-x;
  padding:20px 20px 20px 20px;
}

.offers .box{
  width:230px;
  height:200px;
  margin-left:45px;
  background:url('/files/images/offersbox_bg.png') repeat-x;
  padding: 0px 10px 10px 10px;
  float:left;
    -moz-border-radius: 5px;
  border-radius: 5px;
}

.offers .box h1{
  font-size:2em;
  font-weight:normal;
  color:#fff;
  margin-top:10px;
}
.offers .box h2{
  font-size:1.5em;
  font-weight:normal;
  color:#3a3a3a;
  margin-top:-20px;
}
.offers .box a{
  text-decoration:none;
  color:#0282bd;
}
.offers .box a:hover{
  text-decoration:none;
  color:#00adfd;
}

.box .price{
  color:#00adfd;
}

.box .more{
  float:left;
  margin-top:10px;
  margin-left:0px;
  }
.box .more img{
    -moz-border-radius: 5px;
  border-radius: 5px;
}

#footer
{
	background:url('/files/images/hr_bg.jpg') top left repeat-x;
	padding:10px;
	color:#666;
}

#footer p
{
	margin:0;
	padding:0;
	line-height:1.4em;
}

#footer a
{
	color:#999;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}
