@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #2c2c2c;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #818080;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.wrapper {
	width: 525px;
	margin: 0 auto;
}

.header {
	
}

.header .logo {
	background-image: url(../images/logo.png);
	width: 337px;
	height: 58px;
	background-repeat: no-repeat;
	float: left;
}

.header .slogan {
	display: none;
}

.header form {
	float: right;
	padding-top: 10px;
}

.header form input {
	background: none;
	border: none;
	background-image: url(../images/search-input-bg.png);
	background-repeat: no-repeat;
	width: 91px;
	height: 14px;
	padding-top: 9px;
	padding-left: 9px;
	line-height: 20px;
	float: left;
	font-size: 8px;
	text-transform: uppercase;
	color: #737171;
}

* html .header form input {
	padding-top: 3px;
	height: 20px;
	width: 90px;
}

*+html .header form input {
	padding-top: 3px;
	height: 20px;
	width: 90px;
}

.header form input.submit {
	background-image: url(../images/search-button-bg.png);
	width: 25px;
	height: 23px;
	cursor: pointer;
	padding: 0;
}

.design {
	background-image: url(../images/design-bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	min-height: 500px;
	clear: both;
	padding: 0px 17px;
}

* html .design {
	padding: 0;
	background-image: url(../images/design-bg-ie6.gif);
}

.design-top {
	background-image: url(../images/top-shadow.png);
	background-repeat: no-repeat;
	height: 17px;
	clear: both;
}

* html .design-top {
	background-image: url(../images/top-shadow-ie6.png);
}

.design-bottom {
	background-image: url(../images/bottom-shadow.png);
	background-repeat: no-repeat;
	height: 17px;
	clear: both;
}

.navigation {
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	height: 239px;
	position: relative;
}

* html .navigation {
	width: 491px;
	margin-left: 17px;
}

.navigation ul li {
	float: left;
	width: 130px;
	padding: 0 0 0 20px;
}

.navigation ul li.middle {
	padding-right: 20px;
	padding-left: 30px;
}

.navigation ul li img {
	margin: 0 0 30px 25px;
	display: block;
}

.navigation ul li.first img {
	margin-left: 18px;
}

.navigation ul li.last img {
	margin-left: 18px;
}

.navigation ul li:hover {
	background-image: url(../images/nav-hovered-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.navigation ul li a {
	padding: 23px 0 0 10px;	
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	color: #efefef;
	letter-spacing: 1px;
}

.navigation ul li a:hover {
	text-decoration: none;	
}

.navigation ul li a span {
	font-size: 10px;
	letter-spacing: normal;
	text-transform: none;
	color: #969595;
	display: block;
}

.navigation blockquote {
	background-image: url(../images/nav-blockquote.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 491px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.navigation blockquote span {
	display: none;	
}

.clear {
	clear: both;	
}

.main {
	background-image: url(../images/main-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 50px;
}

* html .main {
	margin-left: 17px;	
}

.main .left {
	float: left;
	width: 335px;
	padding-left: 5px;
}

.main .right {
	float: right;
	width: 137px;
	padding-right: 0px;
}

* html .main .right {
	margin-right: 8px;	
}

.article {
	position: relative;
	text-align: justify;
	clear: both;
}

.article .date {
	background-image: url(../images/date-bg.png);
	width: 50px;
	height: 40px;
	background-repeat: no-repeat;
	position: absolute;
	left: -20px;
	top: 0;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #1d1a19;
	padding-top: 6px;
}

.article .date div {
	font-size: 15px;	
}

.article h1 {
	padding: 0 0 0 37px;
	font-size: 16px;
	color: #c40505;
	font-weight: normal;
	text-align: left;
}

.article h1 a {
	font-size: 16px;
	color: #c40505;	
}

.article h2 {
	padding: 0 0 0 37px;
	font-size: 10px;
	color: #737373;
	text-align: left;
}

.article h2 a {
	font-size: 10px;
	color: #737373;
}

.article p {
	padding-top: 12px;
	display: block;
}

.article-bottom {
	clear: both;
	background-image: url(../images/article-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 125px;
}

.article-bottom .comments {
	float: right;
	margin-top: 23px;
	background-image: url(../images/article-comments-bg.gif);
	width: 36px;
	height:27px;
	color: #2c2c2c;
	font-size: 14px;
	padding: 20px 0 0 2px;
	text-align: center;
	font-weight: bold;
}

.article-bottom .comments:hover {
	text-decoration: none;	
}

.article-bottom .more {
	float: right;
	margin-top: 23px;
	margin-right: 9px;
	background-image: url(../images/article-more-bg.gif);
	width: 39px;
	height:70px;
}

.right h3 {
	font-size: 11px;
	color: #381919;
	text-transform: uppercase;
	padding: 0 0 2px 10px;
	border-bottom: 1px solid #818080;
	clear: both;
}

* html .right h3 {
	margin-righthttp://127.0.0.1:81/templates/136/: 1px;	
}

.right ul {
	margin-bottom: 10px;	
	float: left;
}

.right ul li {
	float: left;
	width: 137px;
}

.right ul li a {
	float: left;
	font-size: 10px;
	color: #818080;
	line-height: 14px;
	margin: 7px 0 2px 0;
	padding: 3px 4px 2px 16px;
	width: 117px;
	background-image: url(../images/right-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
}

.right ul li a:hover {
	background-image: url(../images/right-nav-hover-bg.gif);
	background-color: #FFF;
	text-decoration: none;
}

.featured {
	clear: both;
	background-image: url(../images/featured-bg.gif);
	height: 350px;
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
}

.featured .pc {
	background-image: url(../images/pc.png);
	background-repeat: no-repeat;
	width: 428px;
	height: 228px;
	margin-left: -30px;
	margin-top: 109px;
	float: left;
}

.featured .pc img {
	margin: 17px 0 0 77px;	
}

.featured a.badge {
	background-image: url(../images/badge.png);
	width: 316px;
	height: 181px;
	background-repeat: no-repeat;
	position: absolute;
	right: -27px;
	top: 0;
}

* html .featured a.badge {
	right: -10px;	
}

.footer {
	background-image: url(../images/credit-cards-bg.gif);
	background-repeat: no-repeat;
	background-position: 380px 0;
	padding: 0px 21px 10px 21px;
	font-size: 10px;
	font-weight: normal;
	color: #b4b4b4;
}

.footer a {
	color: #ff0101;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;	
}
