/* reset.css - YUI reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* tags basic styles */
a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #333333;
	letter-spacing: 0.2px;
	overflow: hidden;
}

h1, h2, h3, h4, h5 {
	color: #333333;
	clear: both;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 15px;
}
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

ul, ol {
	list-style-type: square;
	margin: 0 0 20px 40px;
}
ol {
	list-style-type: decimal;
}

p img {
	float: left;
	margin: 6px 10px 10px 0;
}

pre, code {
	color: #555555;
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 20px 20px 20px;
}

blockquote {
	border-left: 5px solid #b0b0b0;
	font-style: italic;
	margin: 0 20px 20px 20px;
	padding: 4px 15px;
}

/* classes */
.clear {
	clear: both;
}

.ui-tabs-hide {
	display: none;
}

a.button {
	display: inline-block;
	outline: none;
	height: 25px;
}
a.button.readMore { /* read more button */
	background: transparent url("../img/button-read-more.png") no-repeat top left;
	width: 110px;
}
a.button.buyNow { /* buy now button */
	background: transparent url("../img/button-buy-now.png") no-repeat top left;
	width: 85px;
}
a.button:hover {
	background-position: 0 -25px;
}

/* body */
body {
	background: #eaeaea url("../img/body-bg.jpg") repeat-x top;
	color: #333333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.8;
}

/* container */
#container {
	margin: 0 auto;
	width: 960px;
}

/* header */
#header {
	background: url("../img/header-light.png") no-repeat top;
	height: 100px;
	position: relative;
}
#headerLogo {
	position: absolute;
	top: 3px;
	left: -12px;
}
#headerRss {
	position: absolute;
	top: 120px;
	right: 20px;
	z-index: 0;
}

/* main navigation */
#navLight {
	position: absolute;
	right: 0;
	height: 101px;
	width: 450px;
	z-index: 1;
}

#nav {
	border: 1px solid #555555;
	border-right: 0;
	float: right;
	list-style-type: none;
	margin: 28px 0 0 0;
	position: relative;
	height: 40px;
	width: auto;
	z-index: 50;
}
#nav li {
	border-right: 1px solid #555555;
	display: block;
	float: left;
	position: relative;
}
#nav li a {
	background-color: #333333;
	color: #cfcfcf;
	display: inline-block;
	height: 30px;
	padding: 9px 14px 0 14px;
}
#nav li a:hover, #nav li a.selected {
	color: #f8f8f8;
	text-decoration: none;
}

/* sub menu */
#nav li:hover ul {
	display: block;
}
#nav ul {
	border: 1px solid #999999;
	border-bottom: 0;
	border-top: 0;
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	margin: 0;
	width: 200px;
	z-index: 50;
}
#nav ul li {
	border: 0;
	border-bottom: 1px solid #999999;
	display: block;
	float: none;
}
#nav ul li a  {
	background: #555555;
	border: 0;
	height: 30px;
	padding: 8px 4px 0 10px;
	width: 186px;
}
#nav ul li a:hover  {
	background: #666666;
}

/* content */
#content {
	background-color: #f8f8f8;
	clear: both;
	overflow: hidden;
	height: 100%;
}

/* leftColumn */
#leftColumn {
	background: #f8f8f8 url("../img/column-shadow.png") repeat-y right;
	display: inline;
	float: left;
	width: 580px;
	padding: 20px 30px 20px 20px;
}

#pageTitle {
	border-bottom: 1px solid #e0e0e0;
	margin: -10px 0 20px 0;
	padding: 0 0 10px 0;
}

/* rightColumn */
#rightColumn {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 290px;
	padding: 20px;
}

#rightColumn h2.title {
	background: url("../img/sidebar-title-bg.png") no-repeat top left;
	height: 25px;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 5px 0 0 10px;
}

.sidebarBox {
	margin-bottom: 20px;
	padding: 4px;	
}

/* side menu */
.sideMenu {
	list-style: none;
	margin: 0 0 20px 0;
}
.sideMenu li {
	background: url("../img/line.gif") repeat-x bottom;
	display: block;
	padding: 0 0 3px 0;
}
.sideMenu li a {
	display: block;
	padding: 4px 4px 4px 8px;
	width: auto;
}
.sideMenu li a:hover {
	background-color: #f0f0f0;
	text-decoration: none;
}

/* search form */
form.search {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
form.search button, form.search input {
	float: left;
}
form.search input {
	border: 1px solid #555555;
	padding: 4px;
	width: 192px;
}
form.search button {
	background: #555555;
	border: 0;
	color: #f8f8f8;
	font-size: 14px;
	height: 26px;
	padding-bottom: 6px;
	width: 88px;
}

/* pagination */
.pagination {
	clear: both;
	list-style-type: none;
	margin: 0;
}
.pagination li {
	border: 1px solid #b0b0b0;
	display: block;
	float: left;
	margin-right: 3px;
}
.pagination li a {
	display: inline-block;
	padding: 0 6px;
}
.pagination a:hover, .pagination a.selected {
	background-color: #eeeeee;
	color: #555555;
	text-decoration: none;
}

/* cool menu */
.coolMenu {
	margin-bottom: 15px;
}
.coolMenu h4 {
	background-color: #e2e2e2;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	height: 17px;
	margin: 0;
	padding: 4px 6px;
}
.coolMenu ul {
	background-color: #333333;
	list-style-type: none;
	margin: 0;
}
.coolMenu div {
	position: relative;
}
.coolMenu ul li a {
	color: #f8f8f8;
	display: inline-block;
	padding: 1% 2%;
	width: 96%;
}
.coolMenu ul li a:hover {
	background-color: #555555;
	text-decoration: none;
}

/* offers table */
table.offers {
	margin-bottom: 20px;
	width: 100%;
}
table.offers td, table.offers th {
	background: url("../img/line.gif") repeat-x top;
	padding: 7px 5px 5px 5px;
}
table.offers thead th {
	background-color: #f0f0f0;
	font-size: 1.15em;
}
table.offers thead th, table.offers td {
	text-align: center;
}
table.offers tbody th {
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
table.offers img {
	margin-top: 6px;
}

/* div.columnHalfPage */
div.columnHalfPage {
	display: inline-block;
	float: left;
	padding: 10px;
	width: 268px;
}

/* content columns */
ul.columns {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
ul.columns li {
	display: inline;
	float: left;
	width: 179px;
	margin: 7px;
}
ul.columns li h2 {
	background: url("../img/column-title.png") repeat-x top;
	border: 1px solid #b0b0b0;
	font-size: 15px;
	font-weight: normal;
	height: 24px;
	margin: 0 0 6px 0;
	padding: 6px 10px 0 10px;
}
ul.columns li p {
	padding: 5px;
}

/* footer */
#footer {
	background: #222222 url("../img/gradient-line.png") repeat-x top;
	padding-top: 10px;
}
#footerInner {
	margin: 0 auto;
	width: 960px;
}
#footer a {
	color: #f0f0f0;
}
#footer p {
	color: #999999;
}
#footer h3 {
	color: #c5c5c5;
	font-weight: normal;
}
#footer span {
	color: #c5c5c5;
}

/* footer columns */
#footer .column {
	background: url("../img/footer-separator.png") repeat-y right;
	display: inline; /* ie 6 */
	float: left;
	height: 190px;
	margin: 20px 0 20px 20px;
	padding-right: 20px; 
	width: 280px;
}
#footer .last {
	background: none;
}

/* footer unordered list */
#footer ul {
	border-top: 1px solid #3F3F3F;
	list-style: none;
	margin: 0;
}
#footer ul li {
	border-bottom: 1px solid #3F3F3F;
	margin-bottom: 4px;
}
#footer .column ul li, #footer ul li a {
	color: #999999;
}
#footer ul li a:hover {
	color: #b0b0b0;
	text-decoration: none;
}
#footer ul li small {
	color: #c5c5c5;
}

/* footer copyright */
#copyright {
	background-color: #565656;
	padding: 10px 0;
	overflow: hidden;
}
#copyright img {
	float: left;
	margin: 3px 0 0 20px;
}
#copyright p {
	color: #111111;
	float: left;	
	margin-left: 20px;
}