/*
Theme Name: PropGFX
Theme URI: http://www.propgfx.co.uk
Description: Theme for propGFX.
Version: 2
Author: Mark Wilkinson
Author URI: http://www.equaldesign.co.uk
*/

body {
	background-color: #000000;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin-top: 20px;
}
p {
	margin-top: 0px;
}
h2 {
	margin-top: 0px;
}
a {
	color: #E0D400;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

#container {
	width: 697px;
	margin-right: auto;
	margin-left: auto;
	background-color: #023D67;
	z-index: 2;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}
#header {
	width: 737px;
	height: 328px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	position: relative;
}
#home-link a {
	display: block;
	text-indent: -9999px;
	height: 125px;
	width: 425px;
}
#navbar {
	width: 737px;
	padding-top: 14px;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	float: left;
}
#navbar ul li a {
	display: block;
	text-indent: -9999px;
	width: 105px;
	height: 40px;
}
#navbar-left {
	float: left;
}
#navbar-right {
	float: right;
}
#content, #content-home {
	width: 450px;
	margin-top: -105px;
	line-height: 1.6em;
	padding-right: 20px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #014474;
	padding-bottom: 20px;
}
#content-home {
	width: 697px;
	border: none;
}

#sidebar {
	width: 200px;
	float: right;
	margin-top: -110px;
	margin-left: 20px;
	padding-bottom: 20px;
}

#sidebar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#sidebar ul li {
	margin-bottom: 8px;
}

#homeleft {
	width: 320px;
	padding-right: 40px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #014474;
}
#homeleft h2, #homeright h2 {
	color: #DFD001;
}
#homeright {
	width: 297px;
	float: right;
}
#homeright ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-image: url(images/news-bullet.png);	
}
#homeright ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	font-size: 1.3em;
}
#featured-product {
	width: 697px;
	height: 134px;
	background-image: url(images/featured-products-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}


#footer {
	width: 697px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}

/* Shopping Carts Styles */

.cart_title {
	margin-bottom: 5px;
	font-size: 1.3em;
}
#sliding_cart {
	margin-top: 5px;
}
.gocheckout {
	margin-top: 5px;
}
table.shoppingcart tr td {
	line-height: 1.6em;
	font-size: 9pt;
}

/* Shopping Products Styles */

.cattitles {
	display: none;
}
h2.prodtitles {
	font-size: 1.1em;
}
.wpsc_description {
	font-size: 0.9em;
}
#product_2_submit_button {
	margin-top: 5px;
}