/* 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; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

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

a:hover {
	text-decoration: underline;
	color: #333333;
}

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

h1, h2, h3, h4, h5 {
	color: #03567d;
	clear: both;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 15px;
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	
}
h1{border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #03567d;
	
	}


h2 {
	font-size: 20px;
	color: #F90;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #03567d;
}
h3 {
	font-size: 16px;
	color: #03567d;
}
h4 { font-size: 14px; }
h5 { font-size: 12px; }

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 {
	background: #f0f0f0;
	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 {
	margin-top: 14px;
	position: absolute;
	top: 0;
	left: 0;
}
#headerRss {
	position: absolute;
	top: 120px;
	right: 20px;
	z-index: 0;
}

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

#nav {
	border: 1px solid #006993;
	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 #006993;
	display: block;
	float: left;
	position: relative;
}
#nav li a {
	background: url("../img/nav-bg.png") repeat-x top;
	border-bottom: 1px solid #54bcdf;
	border-right: 1px solid #54bcdf;
	color: #003333;
	display: inline-block;
	height: 30px;
	padding: 9px 14px 0 14px;
}
#nav li a:hover, #nav li a.selected {
	background: url("../img/nav-selected-bg.png") repeat-x top;
	text-decoration: none;
}

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

/* 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;
}

#fullpageColumn {
	
	display: inline;
	float: left;
	width: 880px;
	margin-left:15px;
	padding-left:20px;
	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;
	color: #f8f8f8;
	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: inline-block;
	padding: 4px 4px 4px 8px;
	width: 278px;
}
.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 #13719F;
	height: 18px;
	padding: 4px;
	width: 192px;
}
form.search button {
	background: #13719F;
	border: 0;
	color: #f8f8f8;
	height: 28px;
	padding-bottom: 3px;
	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: #C2E0EF;
	border-bottom: 1px solid #3399cc;
	border-right: 1px solid #3399cc;
	color: #003366;
	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: #15374b url("../img/column-title.png") repeat-x top;
	border: 1px solid #b0b0b0;
	font-size: 16px;
	font-weight: normal;
	height: 24px;
	margin: 0 0 6px 0;
	padding: 6px 10px 0 10px;
	color: #03567d;
}
ul.columns li p {
	padding: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

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

/* 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 #1D485F;
	list-style: none;
	margin: 0;
}
#footer ul li {
	border-bottom: 1px solid #1D485F;
	margin-bottom: 4px;
}
#footer .column ul li, #footer ul li a {
	color: #d9d9d9;
}
#footer ul li a:hover {
	color: #eeeeee;
	text-decoration: none;
}
#footer ul li small {
	color: #99cccc;
}

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