/*
	@name:		main.css
	@date:		25/06/2009
	@author:	Diego A. Peralta	
*/

/*--------------------------------------------------------------------------------
	basic
--------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}

html {
	height:100%;
}

body {
	background:#333366 url('../images/bg-body.jpg') no-repeat center top;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e2c17;
	height:100%;
}

ul li {
	list-style:none;
}

a {
	text-decoration:none;
}

a img {
	border:0;
	vertical-align:middle;
}

/*--------------------------------------------------------------------------------
	layout
--------------------------------------------------------------------------------*/

#wrapper {
	width:100%;
	min-height:100%;
  	height:auto !important;
  	height:100%;
	
}

* html #wrapper {
	height:100%;
}

#main {
	width:960px;
	margin:0 auto;
}

#header {
	height:100px;
}

#container {
	background:#cccc99 url('../images/bg-container.gif') repeat-y right top;
}

#content {
	width:641px;
	float:left;
}

#sidebar {
	width:318px;
	float:right;
}

#bottomFrame {
	background:#000066;
}

#footer {
	background:url('../images/bg-footer.gif') no-repeat left top;
	height:67px;
	clear:both;
	width:960px;
	margin:0 auto;
}

/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/

#logo {
	width:199px;
	height:85px;
	float:left;
}

#logo a {
	background:url('../images/bg-logo.gif') no-repeat left top;
	width:199px;
	height:85px;
	display:block;
	text-indent:-9999em;
}

#navigation {
	width:680px;
	font-family:"Georgia", serif;
	float:right;
	text-align:right;
	padding:0 10px 0 0;
}

#navigation ul {
	padding:30px 0 0 0;
}

#navigation ul li {
	color:#FFF;
	display:inline;
}

#navigation ul li a {
	color:#FFF;
	padding:0 5px;
}

#navigation p {
	font-size:24px;
	color:#cccc99;
}

/*--------------------------------------------------------------------------------
	navigation
--------------------------------------------------------------------------------*/

#navbar {
	background:url('../images/bg-navbar.gif') repeat-x left top;
	height:81px;
}

#navbar ul li {
	display:inline;
}

#navbar ul {
	padding:18px 0 16px 0;
	background:url('../images/bg-navbar-item.gif') no-repeat right top;
}

#navbar ul li a {
	background:url('../images/bg-navbar-item.gif') no-repeat left top;
	font-family:"Georgia", serif;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	padding:17px 38px;
}

/*--------------------------------------------------------------------------------
	container
--------------------------------------------------------------------------------*/

/*
 * @col-left
 */

.entry {
	padding:20px;
}

.entry h2 {
	font-family:"Georgia", serif;
	font-size:24px;
	margin:0 0 4px 0;
	color:#3e2c17;
	font-style:italic;
}

.entry p {
	line-height:1.5em;
	margin:0 0 1em 0;
}

/*
 * @col-right
 */

#sidebar ul {
	color:#333300;
	padding:20px 10px 0;
}

#sidebar ul li h3 {
	font-family:"Georgia", serif;
	font-size:13px;
	font-style:italic;
	color:#333300;
}

#sidebar ul li ul {
	padding:10px 0 0;
}

#sidebar ul li ul li {
	border-bottom:1px dotted #000;
	padding:5px 0;
	margin:0 0 5px 0;
}

#sidebar ul li ul li span {
	display:block;
}

#sidebar ul li ul li span em {
	font-family:"Georgia", serif;
}

#sidebar p {
	text-align:center;
	padding:10px;
}
/*--------------------------------------------------------------------------------
	search results
--------------------------------------------------------------------------------*/

#search h3 {
	font-family: "Georgia", serif;
	font-size: 24px;
	color:#3e2c17;
	font-style: italic;
	font-weight: normal;
	border-bottom:1px dotted #000;
	padding:0 0 5px 0;
	margin:0 0 1em 0;
}

#search h3 a {
	background: url('../images/print.gif') no-repeat left center;
	font-size: 12px;
	color:#3e2c17;
	font-weight: bold;
	padding:0 0 0 18px;
	float:right;
	margin:10px 0 0 0;
}

#search form {
	overflow: hidden;
}

#search form p {
	width:275px;
	float:left;
	overflow: hidden;
}

#search form p label {
	margin:0 0 5px 0;
	display: block;
}

#search form p select {
	width:260px;
}

#search form p span {
	float:left;
	width:135px;
}

#search form p span select {
	width:80px;
}

#search form p button {
	width:126px;
	height:34px;
	background: url('../images/btn-search.gif') no-repeat left top;
	border:0;
	text-indent: -9999em;
	display: block;
}

#search .paginator {
	margin: 2.2em 0;
	overflow: hidden;
}

#search .paginator span {
	display: block;
	float:left;
	width: 33%;
}

#search .paginator span.left {
	text-align: left;
}

#search .paginator span.center {
	text-align: center;
}

#search .paginator span.right {
	text-align: right;
}

#search .paginator a {
	color:#333300;
}

#search .result {
	border-bottom:1px dotted #000;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	overflow: hidden;
}

#search .result .image {
	width:203px;
	float:left;
}

#search .result .image img {
	border:3px solid #FFF;
}

#search .result .caption {
	width:380px;
	float: right;
}

#search .result .caption ul li {
	background: url('../images/tick.gif') no-repeat left center;
	padding:0 0 0 22px;
	margin:0 0 5px 0;
}

#search .result .caption p .button {
	background: url('../images/btn-details.gif') no-repeat left center;
	width:247px;
	height:35px;
	display: block;
	text-indent: -9999em;
}

/*--------------------------------------------------------------------------------
	results details
--------------------------------------------------------------------------------*/

#details h3 {
	font-family: "Georgia", serif;
	font-size: 24px;
	color:#3e2c17;
	font-style: italic;
	font-weight: normal;
	border-bottom:1px dotted #000;
	padding:0 0 5px 0;
	margin:0 0 0.5em 0;
}

#details h3 a {
	background: url('../images/arrow.gif') no-repeat left center;
	font-size: 12px;
	color:#3e2c17;
	font-weight: bold;
	padding:0 0 0 18px;
	float:right;
	margin:10px 0 0 0;
}

#details h4 {
	position: relative;
}

#details h4 a {
	background: url('../images/print.gif') no-repeat left center;
	font-size: 12px;
	color:#3e2c17;
	font-weight: bold;
	padding:0 0 0 18px;
	float:right;
	margin:0;
}

#details .slideshow {
	overflow: hidden;
	border-bottom:1px dotted #000;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}

#details .slideshow .preview {
	width:384px;
	height:290px;
	border:3px solid #FFF;
	float:left;
}

#details .slideshow .thumbnails {
	float:right;
	width:204px;
}

#details .slideshow .thumbnails ul li {
	display: block;
	float: left;
}

#details .slideshow .thumbnails ul li img {
	border:2px solid #FFF;
	margin:0 0 8px 5px;
}

#details .prop-details ul.list-details {
	overflow: hidden;
	margin:10px 0;
}

#details .prop-details ul.list-details li {
	background: url('../images/tick.gif') no-repeat left center;
	padding:0 0 0 22px;
	margin:0 0 3px 0;
	width:260px;
	float:left;
	display: block;
}

#details ul.share {
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	padding:15px 0;
	margin:0 0 10px 0;
	font-family: "Georgia", serif;
	font-style: italic;
}

#details ul.share li {
	display: inline;
}

#details ul.share li a {
	padding:0 0 0 22px;
	margin:0 30px 0 0;
	color:#3e2c17;
}

#details ul.share li a.send-friend {
	background: url('../images/email.gif') no-repeat left center;
}

#details ul.share li a.add-favorite {
	background: url('../images/favorite.gif') no-repeat left center;
}

#details ul.share li a.more-info {
	background: url('../images/info.gif') no-repeat left center;
}

#details ul.share li a.print-page {
	background: url('../images/print.gif') no-repeat left center;
}

#details p a.back {
	background: url('../images/print.gif') no-repeat left center;
	font-size: 12px;
	color:#3e2c17;
	padding:2px 0px 2px 18px;
}

#details p.alignright {
	text-align:right;
}

/*--------------------------------------------------------------------------------
	bottomFrame
--------------------------------------------------------------------------------*/

#bottomFrame .content {
	padding:20px 0;
}

#bottomFrame .content div {
	padding:30px;
}

#bottomFrame div.alpha {
	width:224px;
	float:left;
	border-right:1px solid #4c73b2;
}

#bottomFrame div.beta {
	background:url('../images/bg-beta.gif') no-repeat right center;
	width:260px;
	float:left;
}

#bottomFrame div.gamma {
	width:217px;
	float:left;
}

#bottomFrame ul li {
	line-height:1.5em;
}

#bottomFrame ul li a {
	color:#999999;
}

#bottomFrame div.gamma form {
	background:#999966;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:15px;
	width:254px;
}

#bottomFrame div.gamma form label {
	color:#FFF;
	font-weight:bold;
	display:block;
	margin:0 0 5px 0;
}

#bottomFrame div.gamma button {
	background:none;
	border:0;
	cursor:pointer;
	float:right;
}

#bottomFrame div.gamma form input {
	background:url('../images/bg-input.gif') no-repeat left top;
	width:245px;
	height:24px;
	border:0;
	padding:8px 4px;
}

/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/

#footer p {
	font-family:"Georgia", serif;
	color:#FFF;
	padding:25px 0 0 15px;
}

/*--------------------------------------------------------------------------------
	tools
--------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}