* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #F00;
}

a:link:hover, a:visited:hover {
	color: #7E7E7E;
}

a img {
	border: none;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #343423;
	text-align: center;
	background:#595858 url(../images/mjBG.gif) center 75px repeat-x;
	height: 100%;
	line-height: 1.35em;
	overflow-x: hidden;
}

h1 {
 	font-size: 18px;
 	margin: 0 10px 5px 15px;
}

h2 {
	font-size: 15px;
	line-height: 1em;
 	margin: 15px 10px 2px 20px;
	clear: both;
}

#home h2 {
	clear: none;
}

label {
	font=weight: bold;
}

p {
	margin: 0 0 15px 25px;
}

ul {
	margin: 10px 0 15px 65px;
}


/* Layout Divs and Div Specific HTML Tags */
#nonFluid {
	position: relative;
	width: 780px;
	margin: 0 auto auto;
	text-align: left;
	background: #FFF;
}

#logo {
	position: absolute;
	top: 10px;
	height: 175px;
	width: 525px;
	left:0;
	z-index: 5;
	text-align: center;
}

#logo img {
	margin: 0 0 0 15px;
}

#mainContent {
	width: 500px;
	margin-top: 265px;
	float:left;
}

#menu {
	position: absolute;
	top: 210px;
	left: 0;
	width: 780px;
	height: 30px;
	background: #000;
	color: #FFF;
	z-index: 15;
	text-align: left;
}
#menu p  {
	margin: 3px 10px 0 0;
	float: left;
}

#menu a {
	text-decoration: none;
	padding: 0 16px 15px;
	color: #FFF;
}

#menu form {
	margin-top: 4px;
}

#home #menu a.home,
#about #menu a.about,
#designs #menu a.designs,
#colors #menu a.colors,
#order #menu a.order,
#payment #menu a.payment,
#contact #menu a.contact,
#menu a:hover {
	background: transparent url(../images/menuPointer.gif) center 17px no-repeat;
}

#sideBar {
	background: transparent url(../images/sidebarBG.gif) center top repeat-y;
	position: absolute;
	top: 0;
	left: 535px;
	width: 240px;
	height: 100%;
	text-align: center;
	z-index: 20;
	overflow: hidden;
}

#sidebar img {
	margin: 10px auto;
	display: block;
}

#footer {
	position: relative;
	clear: both;
	width: 550px;
	text-align: center;
}

#footer p {
	font-size: 11px;
	font-style: italic;
	padding-top: 30px;
	margin: 0 auto 5px;
}

.center {
	text-align:center;
}

.clear {
	height: 1px;
	clear: both;
}

.fLeft {
	float: left;
	margin: 0 10px 5px 0;
}

.fRight {
	float: right;
	margin: 0 0 5px 10px;
}


div.thumbs {
	width: 110px;
	height: 110px;
	margin: 10px 0 10px 15px;
	text-align: center;
	float: left;
}

#designs div.thumbs {
	width: 150px;
	height: 185px;
	margin: 10px 0 10px 15px;
	text-align: center;
	float: left;
}

div.thumbs span {
	margin: 0 auto;
	padding: 0;
	float: none;
	height: 100px;
	width: 100px;
	background: #000;
	display: block;
}

div.thumbs p {
	margin: 0 auto;
	font-style: italic;
	font-size: 11px;
}

div.thumbs span.white {
	background: #FFF;
}

div.thumbs span.silver, .silver {
	background: #7E7E7E;
	color: #FFF;
}

div.thumbs span.yellow, .yellow {
	background: #FFFF01;
}

div.thumbs span.red, .red {
	background: #FE0000;
	color: #FFF;
}

div.thumbs span.pink, pink {
	background: #FF7FFF;
}

div.thumbs span.ltGreen, .ltGreen {
	background: #7EFF40;
}

div.thumbs span.medGray,.medGray {
	background: #BFBFBF;
}

div.thumbs span.gold, .gold {
	background: #C0BF40;
}

div.thumbs span.orange, .orange {
	background: #FE6104;
}

div.thumbs span.ltBlue, .ltBlue {
	background: #017EFF;
}

div.thumbs span.black, .black {
	background: #000;
	color: #FFF;
}

div.thumbs span.blue, .blue {
	background: #0100FE;
	color: #FFF;
}

div.thumbs span.dkBlue, .dkBlue {
	background: #01007F;
	color: #FFF;
}

div.thumbs span.purple, .purple {
	background: #7E007E;
	color: #FFF;
}

div.thumbs span.dkGreen, .dkGreen {
	background: #007E01;
	color: #FFF;
}

div.thumbs span.medGreen, .medGreen {
	background: #40BE40;
}

div.thumbs span.maroon, .maroon {
	background: #7E0001;
	color: #FFF;
}

