@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	background-color: #000000;	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	min-height: 625px;
	text-align: left;
	border: solid 1px #FFFFFF;
	background-color:#000000;
	margin-top: 50px;
}

#header {
	position: relative;
	text-align: center;
	background-color:#000000;
	height: 90px;
}

#menu {
	position: relative;
	float: left;
	text-align: left;
	width: 898px;
	min-height: 29px;
}

#content {
	position: relative;
	float: left;
	margin-top: 20px;
	text-align: left;
	min-height: 400px;
	width: 898px;
}

#shoptext {
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	width: 776px;
	text-align: left;
	min-height: 100px;
	line-height: 150%;
	letter-spacing: .05em;
	background-color: #CCCCCC;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	pdding-bottom: 5px;
}

#viewcart {
	width: 776px;
	text-align: right;
	float: left;
	margin-left: 40px;
}

#leftcatalog {
	float: left;
	margin-top: 30px;
	margin-left: 37px;
	width: 250px;
}

#centercatalog {
	float: left;
	margin-top: 30px;
	margin-left: 37px;
	margin-right: 37px;
	width: 250px;
}

#rightcatalog {
	float: right;
	margin-top: 30px;
	margin-right: 37px;
	width: 250px;
}

#testimonialscontent {
	position: relative;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	min-height: 400px;
	width: 898px;
}

#testimonials {
	background-color:#CCCCCC;
	min-height: 400px;
	color:#333333;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: 40px;
	margin-left: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#gallery {
	visibility: hidden;
}

#footer {
	position: relative;
	margin-left: 25px;
	margin-top: 25px;
	width: 750px;
	min-height: 25px;
	border-top-color: #252525;
	border-top-style: solid;
	border-top-width: 1px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
}
	