/* Global */
body {
	background-color:#555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0;
	margin-bottom:0;
	color:#000000;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#990000;
}
a:hover { 
	text-decoration:none; 
}
p {
	color:#333;
}
blockquote { 
	border:1px solid #DDD;
	background-color:#f2f2f2;
	color:#333;
	padding:12px 5px;
}
code { 
	border:1px solid #DDD;
	background-color:#F2F2F2;
	padding:12px 5px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	margin:0 0 0 8.5%;
	letter-spacing:+1px;
}
/* Main layout */
div#container {
	margin-left:auto;
	margin-right:auto;
	width:850px;
	background-color:#FFFFFF;
}

/* Remove/edit this style to get
   change of layout border */
div#inner {
	padding:0 1px 0 1px;
	background-color:#000000;
}
/* End remove */

/* Header and nav */
div#header {
	height:125px;
	padding:0 0 0px 0;
	background-color: #231f20;
}
div#header h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0;
	float:left;
	font-weight:normal;
	padding:21px 0 0 17px;
}
div#header h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin:0;
	float:left;
	font-size:11px;
	font-weight:normal;
	padding:29px 0px 0px 12px;
}
div#nav {
	background-image:url(images/head-1.png);
	background-repeat:repeat-x;
	height:25px;
	border-bottom-style: solid;
}
div#nav ul {
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
div#nav ul li {
	display:inline;
}
div#nav ul li a {
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	padding-top: 6px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
}
div#nav ul li a.active:hover {
	background-image:none;
	background-color:#555;
}
div#nav ul li a:hover {
	background-image:url(images/menuhover.jpg);
	background-repeat:repeat-x;
}
div#nav ul li a.active {
	background-color:#990000;
	color:#ffffff;
}

/* Content */
.clr { clear:both; }
div#content {
	background-color:#fff;

	background-image:url(images/main_bg.jpg)
	background-repeat:repeat-y;
	background-image: url(images/main_bg.jpg);
}
div#main {
	float:left;
	width:645px;
}
div#main h1 {
	padding:0;
	width:auto;
	text-align:left;
	font-size:25px;
	color:#990000;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 7px;
}
div#main h2 { 
	font-size:20px;
	margin:0 0 0 10px;
	font-weight:normal;
}
div#main p {
	font-size:13px;
	color:#333;
	padding:0;
	width: inherit;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 9px;
}
div#main a { 
	font-weight:bold; 
}

.content_list {
	color: #990000;
	font-weight: bold;
}

/* Sidebar */
div#sidebar {
	float:right;
	width:195px;
	padding-top:5px;
}
div#sidebar a { 
	color:#333;
}
div#sidebar a:hover {
	color:#FF3300;
}
div#sidebar h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	padding-left:5px;
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
	width: 195px;
}
div#sidebar ul {
	list-style:none;
	border-top:1px solid #E4E4E4;
	margin:0;
	padding:0;
	width:100%;
}
div#sidebar ul li {
	border-bottom:1px solid #E4E4E4;
}
div#sidebar ul li a {
	padding:5px 0 5px 5px;
	font-weight:bold;
	display:block;
}
div#sidebar ul li a:hover {	
	padding-left:15px;
	background-color:#DDDDDD;
	color:#FF0000;
}
div#sidebar p {
	margin:0;
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
div#sidebar form {
	padding:5px;
	margin:0;
}

/* Footer */
div#footer {
	background-color:#000000;
	padding:3px 6px 3px 0;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #333;
	border-bottom-color: #999999;
}
div#footer p {
	text-align:right;
	width:100%;
	font-size:11px;
	color:#fff;
	height: 20px;
	background-color: #000000;
	vertical-align: 0%;
}
div#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
div#footer a:hover { 
	text-decoration:none; 
}
div#pricetag {
	background-image: url(banners/pricetagweekly.png);
	background-repeat: no-repeat;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	background-position: center top;
	height: 110px;
	width: auto;
	float: none;
	position: relative;
	font-variant: normal;
}

div#pricetagdaily {
	background-image: url(banners/pricetagdaily.png);
	background-repeat: no-repeat;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	background-position: center top;
	height: 110px;
	width: auto;
	float: none;
	position: relative;
	font-variant: normal;
}

div#pricetagfort {
	background-image: url(banners/pricetagdaily.png);
	background-repeat: no-repeat;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	background-position: center top;
	height: 110px;
	width: auto;
	float: none;
	position: relative;
	font-variant: normal;
}

div#pricetagmth {
	background-image: url(banners/pricetagmonthly.png);
	background-repeat: no-repeat;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	background-position: center top;
	height: 110px;
	width: auto;
	float: none;
	position: relative;
	font-variant: normal;
}

.price {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	left: 0px;
	top: 0px;
	text-indent: 0px;
	padding-left: 95px;
	padding-top: 40px;
}
