/*
Theme Name: A0000
Theme URI: http://www.psd2site.com/
Description: maqui
*/
* {
  margin: 0px;
  padding: 0px;
  border: none;
}
p {
	margin: 0;
	padding: 7px 0;
	line-height: 23px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #09a0f2;
}
h1 {
 font-size: 24px;
}

h2 {
 font-size: 18px;
 color: #000;
}

h3 {
 font-size: 16px;
}

a:link, a:visited {
 color: #09a0f2;
 outline: none;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  background: #d0eafa url(images/body_bg.gif) repeat-x top left;
  font-size: 14px;
  color: #636363;
}
#header {
	height: 111px;
	margin-bottom: 33px;
	padding-top: 4px;

}
#logo {
	padding-top: 37px;
	width: 370px;
	float: left;
}
#logo a {
	display: block;
	width: 335px;
	height: 54px;
	text-indent: -999px;
	background: url(images/logo.gif) no-repeat top left;
}


#nav {
	float: left;
	list-style: none;
}
#nav li {
	float: left;
	padding: 0 10px;
}
#nav li a {
	float: left;
	padding-top: 43px;
	color: #4f4942;
	text-decoration: none;
}
#nav li a:hover, #nav li.selected {
	background: url(images/nav_a.gif) no-repeat top center;
	color: #09a0f2;
}
.wrapper {
	width: 1020px;
	margin: 0 auto;
}
#page {
	background: url(images/page_bg.png) repeat-y top left;
	height: 1%;
	overflow: hidden;
}
#page.wrapper {
	width: 1006px;
}

#sidebar {
	width: 295px;
	float: left;
	margin-right: 24px;
	background: url(images/sidebar_top.gif) no-repeat top left;
	padding: 20px;
}
.editor-choise {
	position: absolute;
	width: 106px;
	height: 107px;
	background: url(images/editor-choise.gif) no-repeat top left;
	margin-left: -22px;
	margin-top: -26px;
}
.line {
	height: 19px;
	background: url(images/line_bg.gif) no-repeat center center;
	margin: 15px 0;
}
.line-big {
	height: 30px;
	background: url(images/line-big.gif) no-repeat center center;
	margin: 15px 0;
}
#content {
	width: 607px;
	float: left;
	background: url(images/content_top.gif) no-repeat top left;
	padding: 20px;
}
#ul {
	padding: 10px;
}
#facts {
	padding: 10px;
}
#facts li {
	padding: 5px 0 5px 25px;
	background: url(images/facts_li.gif) no-repeat center left;
}

.details {
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 350px;
}
#content ul li {
	list-style: none;
}
.polls {
	width: 300px;
	float: right;
	margin-top: 20px;
	color: #2499e8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.polls td {
	padding: 3px;
}
#content strong {
	color: #34a9f8
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
#page-bottom {
	background: url(images/page_bottom.png) no-repeat;
	height: 12px;
	width: 1006px;
	margin: 0 auto 20px auto;
}
#footer {
	background: url(images/footer_bg.gif) repeat-x;
}
#footer .wrapper {
	padding: 10px 0px;
	color: #909090;
	height: 1%;
	overflow: hidden;
	font-size: 12px;
}
#footer .box {
	width: 255px;
	float: left;
	margin-bottom: 40px;
}
#footer h3 {
	color: #e1e0e0;
	font-size: 14px;
	font-weight: bold;
	background: url(images/footer_h3.gif) repeat-x bottom left;
	padding: 10px 0;
}
#footer ul {
	padding: 10px 0;
}
#footer ul li {
	list-style: none;
	padding: 5px 0;
}
#footer a, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #09a0f2;
}
#footer .copy {
	color: #909090;
	text-align: center;
}
#footer .copy a, #footer .copy a:visited {
	color: #1b9ae6;
	text-decoration: none;
}

