/* General layout */

body {
/*	background: #93969D; */
	background: #000000;
	color: #FFFFFF;
	font: 76% tahoma, verdana, sans-serif;
	width: 100%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#container {
	background: #fff; 
	margin: 0px auto 10px; 
	padding: 2px 20px 10px; 
	width: 890px;
}

#innerCont {
	padding: 2px 0px 0px; 
}

#logo {
	border: none;
	background-color: #000000;
	height: 200px;
	width: 890px;
}

/* Tags */

a {
	color: #303030; 
	text-decoration: none;
}

a:hover {
	color: #303030; 
	text-decoration: none;
}

a img {
	border: 0;
}

h2 a {
	font-size: 20px; 
	margin: 0 0 12px;
	color: #006600;
}

h1 {
	font-size: 2.2em; 
	font-weight: 400; 
	margin: 0 0 5px; 
	padding: 0;
}

h2 {
	font-size: 1.8em; 
	font-weight: 400; 
	margin: 0 0 12px;
	color: #000000;
}

h3 a {
	font-size: 12px; 
/*	margin: 0 0 10px; */
	color: #006600;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

p {
	line-height: 1.5em; 
	margin: 0 0 15px; 
	text-align: left;
}

ul,ol {
	margin: 0 0 15px 15px; 
	padding: 0;
}

li {
	margin: 0 0 3px 0;
}



/* Navigation menu */

#navigation {
	clear: both;
}

.navitab {
	background: #e0e0e0 url(../images/corner.gif) top right no-repeat; 
	border-bottom: 1px solid #fff; 
	border-left: 1px solid #fff; 
	font-size: 1.1em; 
	margin: 5px 0 0 4px; 
	padding: 4px 8px; 
	text-decoration: none;
}

.navitab:hover {
	background: #d0d0d0 url(../images/corner.gif) top right no-repeat; 
	border-bottom: 1px solid #fff; 
	text-decoration: none;
}

.activenavitab {
	background:	#505050 url(../../images/corner.gif) top right no-repeat; 
	color:	#fff; 
	font-size: 1.1em; 
	margin: 0 0 5px; 
	padding: 4px 8px 5px; 
	text-decoration: none;
}

.activenavitab:hover {
	color: #fff; 
	text-decoration: none;
}

/* Glossy Tabs */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 40px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 18px; /*Padding to accomodate left tab image. Do not change*/
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* Header description area */

#desc {
	background: #ffffff; 
	clear: both; 
	color: #000000; 
	margin: 0 0 15px; 
	padding: 0 0 5px 0;
	width: 890px;
}

#desc p {
	font-size: 1em; 
	line-height: 1.3em; 
	padding: 0 0 0 15px; 
	width: 600px;
}

#desc h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em; 
	padding: 0 0 0 15px; 
	width: 550px;
}

#desc h4 {
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.3em; 
	padding: 0 0 0 15px; 
	width: 550px;
}

#desc h2 {
	color: #000000;
	font-size:22px; 
	padding: 15px 15px 0;
}

#desc a {
	border-color: #fff; 
	color: #FF0000; 
	text-decoration: none;
}

#desc .car {
	width: 600px;
}

/* Pricing Page content */


#price {
	background: #ffffff; 
	clear: both; 
	color: #000000; 
	margin: 0 0 15px; 
	padding: 0 0 5px 0;
	width: 400px;
}

#price p {
	font-size: 1em; 
	line-height: 1.3em; 
	padding: 0 0 0 15px; 
	width: 400px;
}

#price small {
	font-size: 9px; 
	line-height: 1.3em; 
	padding: 0 0 0 15px; 
	width: 400px;
}

#price h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em; 
	padding: 0 0 0 15px; 
	width: 430px;
}

#price h4 {
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.3em; 
	padding: 0 0 0 15px; 
	width: 430px;
}

#price h2 {
	color: #000000;
	font-size:22px; 
	padding: 15px 15px 0;
}

#price a {
	border-color: #fff; 
	color: #FF0000; 
	text-decoration: none;
}

#paypal {
	padding: 0 0 0 15px;
	vertical-align: top;
	text-align: center;
}

/* Specials content */

#specials {
	float: right;
	width: 175px;
	padding: 15px 12px;
	margin: 15px 25px;
	}

#specials p {
	color: #000000;
	font-size: 12px;
	}

/* Shop content */

#shop {
	position: absolute;
	top: 245px;
	right: 13px;
	width: 424px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	}

#shop p {
	color: #000000;
	font-size: 12px;
	}
	
#shop h2 {
	color: #000000;
	font-size:22px;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
	
#shop h3 {
	color: #000000;
	font-size:18px; 
	padding: 15px 15px 0;
	text-align: center;
}
	
#shop img {
	border: 0;
	float: left;
	padding: 5px;
	}

/* Main content */

#main {
	border-right: 1px solid #d8d8d8; 
	float: left; 
	margin: 0; 
	padding: 0 15px 0 0; 
	width: 360px;
}

#main2 {
/*	border-right: 1px solid #d8d8d8;  */
	float: left; 
	margin: 0 5px; 
	padding: 5px 15px 0 0; 
	width: 360px;
}

#main2 a {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	line-height: 18px;
	text-decoration: none;
}

#main_media {
/*	border: 1px solid #d8d8d8; */
	float: left; 
	margin: 10px 0 0 0; 
	padding: 0 30px 0 0; 
	width: 360px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}

#main_fixture {
/*	border: 1px solid #d8d8d8;  */
	float: left; 
	margin: 10px 0 0 0; 
	padding: 0 30px 10px 0; 
	width: 300px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#main_fixture img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

/* Sidebar */

#sidebar {
	border-left: 1px solid #d8d8d8;
	float: right; 
	width: 135px;
}

#sidebar p {
	font-size: 0.9em; 
	line-height: 1.3em; 
	margin: 0 0 15px;
}

#sidebar ul {
	margin: 0 0 15px 0; 
	padding: 0;
}

#sidebar li {
	list-style: none;
}

#sidebar img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

ul.sidelink li {
	list-style: none; 
	margin: 0 0 3px; 
	padding: 0;
}

ul.sidelink li a{
	background: #f0f0f0 url(../images/corner.gif) top right no-repeat; 
	border: none; 
	display: block; 
	margin: 5px 10px 5px 0; 
	padding: 3px 4px 3px 8px; 
	text-align: left; 
	width: 140px;
}

ul.sidelink li a:hover {
	background: #e0e0e0 url(../images/corner.gif) top right no-repeat; 
	border: none; 
	text-decoration: none;
}

/* Footer */

#footer {
	background: #fff; 
	border-top: 1px solid #d8d8d8; 
	clear: both; 
	margin: 0; 
	padding: 0;
}

#footer a {
	color: gray;
}

#footer a:hover {
	color: #303030;
}

#footer p {
	color: gray; 
	font-size: 10px; 
	line-height: 1.3em; 
	margin: 15px 0 0; 
	padding: 0;
	text-align: center;
}

/* Additional classes */

.photo {
	background-color: #f0f0f0; 
	border: 1px solid #d8d8d8; 
	margin: 0 0 15px; 
	padding: 2px;
}

.timestamp {
	font-size: 1.2em; 
	color: #606060; 
	margin: -12px 0 12px 0;
}

.right {
	margin: -8px 0 8px 0; 
	text-align: right;
}

.block {
	background: #f0f0f0; 
	padding: 10px;
}

.hide {
	display:none;
}

.red {
	font-size: 1em;
	color: #FF0000;
	line-height: 1.3em;
	font-weight: bold; 
}

.redL {
	font-size: 1.5em;
	color: #FF0000;
	line-height: 1.3em;
	font-weight: bold; 
}

