@charset "utf-8";
/* CSS Document */

body{
	background:#FFF;
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
#wrapper{
	width:990px;
	margin:auto;
	margin-top:10px;
}
#header{
	width:auto;
}
#header h1{
	font-size:18px;
	font-weight:normal;
}
#header h2{
	font-size:12px;
	font-weight:normal;
	margin-bottom:20px;
}
#header h3{
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
}
#logo{
	margin-bottom:10px;
	width:158px;
	height:60px;
	float:left;
	margin-right:20px;
}
.splitter{
	width:970px;
	height:2px;
	background:#999;
	margin:auto;
}
#preview{
	background:url(images/gugel-toolbar.jpg) no-repeat;
	height:142px;
	width:983px;
}
#content{
	width:950px;
	height:auto;
	background:#f9f9f9;
	margin:auto;
	padding-top:5px;
	padding-bottom:5px;
}
#left{
	width:420px;
	height:auto;
	float:left;
}
#download{
	width:420px;
	height:auto;
	font-weight:bold;
	text-align:center;
	padding-top:55px;
	padding-bottom:30px;
}
#download a{
	color:#0066FF;
	text-decoration:none;
	font-weight:normal;
}
#download a:hover{
	color:#0066FF;
	text-decoration:underline;
}
#adds{
	width:420px;
	height:auto;
	margin-bottom:10px;
	text-align:center;
}
#right{
	width:450px;
	float:right;
	padding-left:50px;
	margin-top:50px;
	padding-bottom:20px;
}
#right a{
	text-decoration:none;
	color:#333;
}
#right a:hover{
	text-decoration:underline;
	color:#333;
}
#footer{
	width:100%;
	height:50px;
	margin-top:10px;
}
.links{
	width:500px;
	height:50px;
	float:left;
}
.links p{
	float:left;
	font-weight:bold;
}
.links a{
	float:left;
	margin-left:5px;
}
.copyright{
	width:300px;
	height:50px;
	float:right;
}
.copyright a{
	float:left;
	padding-top:12px;
	margin-left:2px;
}
.copyright p{
	float:left;
	margin-left:10px;
}
/*MISC*/
.clearfix{
	height:0;
	width:0;
	clear:both;
	line-height:0;
}
/*LINKS*/
.best{
	background:url(images/best.gif) no-repeat;
	height:50px;
	width:auto;
	padding-left:60px;
	margin-bottom:10px;
}
.hand_picked{
	background:url(images/hand_picked.gif) no-repeat;
	height:50px;
	width:auto;
	padding-left:60px;
	margin-bottom:10px;
}
.search{
	background:url(images/search.gif) no-repeat;
	height:50px;
	width:auto;
	padding-left:60px;
	margin-bottom:10px;
}
.alerts{
	background:url(images/alerts.gif) no-repeat;
	height:50px;
	width:auto;
	padding-left:60px;
	margin-bottom:10px;
}
.radio{
	background:url(images/radio.gif) no-repeat;
	height:50px;
	width:auto;
	padding-left:60px;
	margin-bottom:30px;
}
.lock{
	background:url(images/lock.png) no-repeat;
	height:16px;
	width:16px;
	padding-left:20px;
}
#right a.lock{
	color:#0066FF;
}
/*LINKS END*/

/*FIREFOX*/
#firefox{
	background:url(images/firefox.jpg) no-repeat center;
	width:auto;
	height:691px;
}
/*FIREFOX END*/

/*WELCOME*/
#content table p{
	font-size:12px;
	font-weight:normal;
	color:#00C;
}
/*WELCOME END*/

/*SITEMAP*/
.sitemap{
	background:#FFF;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	height:180px;
	width:800px;
	padding:10px;
	margin:auto;
	color:#0066FF;
	font-size:14px;
}
.sitemap a{
	color:#0066FF;
	text-decoration:none;
}
.sitemap a:hover{
	color:#0066FF;
	text-decoration:underline;
}
.sitemap ul{
	list-style:circle;
}
.sitemap ul li{
	margin-left:10px;
}
.sitemap ul li a{
}
.padding-left10{
	margin-left:5px;
}
/*SITEMAP END*/