/* Core Elements */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 12px;
	font-family: Arial, Tahoma, Serif;
	font-weight: normal;
}

img {
	border: none;
}

a  {
	color: #222222;
	text-decoration: none;
}

a:hover {
	color: #E38F2D;
	text-decoration: underline;
}

p {
	font-size: 12px;
	margin: 5px 0px;
	text-align: justify;
	color: #444444;
}

h1, h2, h3, h4, h5 {
	color: #5F2B90;
}

h1 {
	font-size: 20px;
	margin: 5px 0px;
}

h2 {
	font-size: 24px;
	margin: 5px 0px;
	font-weight: 100;
}

h3 {
	font-size: 16px;
	margin: 5px 0px;
}

h4 {
	font-size: 14px;
	margin: 5px 0px;
}

h5 {
	font-size: 12px;
	margin: 5px 0px;
	font-weight: bold;
}


/* Page Content */

#mainBody {
	width: 851px;
	margin: 5px auto;
}

#content {
	width: 851px;
	padding: 5px 3px 5px 1px;
}

.sideBarHolder {
	float: left;
	padding: 0px 5px;
}

.sideBar {
	padding: 0px 0px;
	width: 178px;
}

.innerContent {
	float: right;
	display: inline;
	width: 620px;
	padding: 5px;
	margin-left: 0px;
}

.fullContent {
	position: relative;
	padding: 5px;
	text-align: left;
	width: 600px;
	margin: 50px auto;
}

.sidebarad {
	margin-top: 10px;
	margin-left: 10px;
	border: none;
}


/* Header */

#header {
	width: 850px;
	margin: 0px 0px 5px 0px;
}

#header .logo {
	width: 124px;
	height: 70px;
	border: none;
	float: left;
}

#header .greatLogo {
	width: 99px;
	height: 66px;
	border: none;
	float: right;
	margin-top: 7px;
}


/* Menu */

#menu {
	width: 845px;
	height: 30px;
	background-repeat: no-repeat;
	padding: 4px 0px 0px 10px;
	background-image: url( ../images/menu/white/background2.gif );
}

#menu li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
	padding: 3px 0px 3px 0px;
}

#menu li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#menu li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #E2CAF9;
}

/* Header Bar */
#header-bar {
	font-weight: bold;
	color: #535A4A;
	height: 80px;
	border: 1px solid #000;
	width: 845px;
	margin: 5px 0px 4px 2px;
}

#header-bar img {
	float: left;
	display: inline;	
}


/* Footer */

#footer {
	width: 850px;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px;
	border-top: 1px solid #231F20;
}

#footer li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
}

#footer li a {
	font-size: 10px;
	color: #231F20;
	font-weight: bold;
	text-decoration: none;
}

#footer li a:hover {
	color: #E38F2D;
	font-weight: bold;
	text-decoration: underline;
}

p.smallprint {
	color: #888888;
	font-size: 10px;
}


/* Categories */

#categories {
	width: 850px;
	margin-top: 2px;
	padding: 10px 0px 10px 20px;
}

.catList {
	float: left;
	margin-right: 30px;
}

.catList li {
	list-style-type: none;
	border-top: 1px solid #666666;
	padding: 2px 0px;
	width: 180px;
	text-align: right;
}


/* Additional Content */

#additionalContent {
	width: 848px;
}

#additionalContent p {
	margin: 10px 0px;
}

.additionalContent {
	width: 848px;
	background-color: #5F2B90;
	text-align: center;
}

.additionalContent p {
	margin: 10px 0px;
}


/* Home Panels */

.mainPanel {
	float: left;
	width: 275px;
	margin-right: 10px;
	margin-left: 1px;
}

.panelHolder {
    float: left;
}

.panelHolder li {
	list-style-type: none;
	margin-bottom: 4px;
}


/* Page Content */

.wideImage {
	width: 420px;
	height: 225px;
	margin-right: 10px;
}

.smallImage {
	width: 175px;
	height: 225px;
}

#additionalContentPage {
	width: 600px;
}

#additionalContentPage p {
	margin: 10px 0px;
}


/* Misc */

.strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.chevron {
	font-weight: bold;
	font-size: 14px;
	color: #F20978;
	position: relative;
	top: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

.banner {
	margin-top: 10px;
	margin-left: 60px;
}

.button {
	margin: 10px 10px 5px 0px;
	border: none;
}

.browse {
	float: right;
	margin: 5px 10px 5px 0px;
	width: 161px;
	height: 28px;
}

.info {
	float: right;
	width: 161px;
	height: 28px;
	margin: 5px 8px 5px 0px;
}

.requestDirectory {
	margin-top: 10px;
	margin-left: 0px;
	border: none;
}

.smallSearchBox {
	height: 26px;
	width: 163px;
	background-repeat: no-repeat;
	margin-left: 17px;
}

#headerSearch .searchButton {
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 24px;
	width: 69px;
} 

.searchButtonBig {
	position: relative;
	top: 8px;
	left: 10px;
}

.bigSearchBox {
	width: 500px;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.searchP {
	text-align: right;
	color: #777777;
}

.searchP2 {
	color: #777777;
}

.smallSearchBox input#q {
	position: relative;
	float: left;
	border: 1px solid #5F2B90;
	margin-top: 0px;
	margin-left: -80px;
	padding: 4px;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
	width: 155px;
	text-align: right;
	color: #5F2B90;
	font-family: Arial, Tahoma, Serif;
}

.smallSearchBox input#submit {
	display: none;
	height: 1px;
	width: 1px;
}

.bigSearchBox input#q {
	border: 1px solid #5F2B90;
	margin-top: 0px;
	margin-left: 2px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	width: 350px;
	background: inherit;
	color: #3C1A60;
	font-family: Arial, Tahoma, Serif;
}

.bigSearchBox input#submit {
	display: none;
	height: 1px;
	width: 1px;
}

#products li {
	list-style-type: none;
	border-bottom: 1px dashed #DDDDDD;
	padding: 10px 0px 10px 0px;
}

#products li:last-child {
	border-bottom: none;
}

#products li img.img {
	float: left;
	width: 50px;
	border: 1px dashed #9449CC;
	padding: 0px 5px;
	margin-right: 10px;
}

#products li h3 {
	color: #3C1A60;
	font-size: 14px;
	width: 690px;
}

#products li p.searchP2 {
	width: 690px;
}

#products li div.pricing {
	width: 100px;
	float: right;
	text-align: right;
	padding-top: 10px;
}

#products li div.pricing span.old {
	text-decoration: line-through;
	color: #C10202;
	font-weight: bold;
	font-size: 12px;
}

#products li div.pricing span.new {
	color: #775C8B;
	font-weight: bold;
	font-size: 16px;
}

#products li div.pricing img.buyNow {
	height: 24px;
	width: 87px;
	margin-top: 5px;
	border: none;
}

#filter {
	padding: 5px;
	border: 1px solid #D0BBE0;
	background-color: #E2CFF1;
	margin-top: 5px;
}

#filter label{
	font-weight: bold;
	color: #3C1A60;
	margin-right: 5px;
}

#filter select{
	padding: 1px;
	font-weight: bold;
	color: #3C1A60;
	margin-right: 5px;
	width: 100px;
}

#filter input{
	padding: 1px 5px;
	margin-right: 5px;
	color: #3C1A60;
}

.pages {
	margin: 0px 0px 10px 0px;
}

.pages li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	font-weight: bold;
	color: #543381;
}

.pages li a {
	color: #A564CA;
	text-decoration: underline;
	font-weight: normal;
}

p.error {
	color: #c10202;
	position: relative;
	top: 10px;
}

#headerSearch {
	width: 300px;
	float: right;
	text-align: right;
	margin-right: 30px;
	margin-top: 9px;
}

#headerSearch .smallSearchBox {
	float: right;
}

#headerSearch p.searchP {
	margin-top: 0px;
	padding-top: 0px;
}

#headerSearch .smallSearchBox input {
	text-align: left;
}