


/*Global Styles*
******************************************************************/
body {
	margin: 10px auto 10px auto;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: black;
	}
	
p { font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	padding: 0 0 8px 0;
	margin: 0;
	
}
title {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	color: black;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 16px;
	color: black;
	font-weight: normal;
	margin: 0;
	padding: 0;		
}
h3 {
	font-size: 14px;
	color: black;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;	
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}
	
a { color: black; text-decoration: none; font-weight: bold;}
a:hover { color: black; text-decoration: none;}
a:visited, a:active {color: black; text-decoration: none;}	
	
table, td, tr, th {
	padding: 0 !important;
	margin: 0 !important;
}


input {
	background: white;
	color: black;
	font-size: 10px;
	height: 20px;
	border: 1px solid black;
	padding: 2px 3px 3px 3px;
	margin: 0 0 3px 0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	}

textarea {
	background: white;
	border: 1px solid black;
	color: black;
	font-size: 12px;
	margin: 0 0 3px 0;
	padding: 2px 3px 3px 3px;	
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	}
select {
font-size: 11px;
margin: 0 0 3px 0;
padding: 2px 3px 3px 3px;
color: black;
border: 1px solid black;

}




/*Layout Styles*
******************************************************************/

#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
	border: 10px solid white;
	background: #ffffff url(../images/mattbg3sale.jpg) top left no-repeat;
	height: 800px;
	
}

#container2 {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
	border: 10px solid white;
	background: url(../images/bg1px.jpg) top left;
	background-repeat:repeat-x;
	height: 800px;
}

#header {
	height: 90px;
	width: 900px;
	float: left;
}

	#header-left {
		float: left;
		width: 285px;
		height: 70px;
		padding: 20px 0 0 20px;
	}
	#header-right {
		float: right;
		width: 575px;
		height: 70px;
		padding: 20px 20px 0 0;
		text-align: right;
	}
	
	
#nav-container {
	clear: both;
	float: left;
	width: 150px;
	height: 30px;
	background: none;
	text-align: left;
	padding: 0;
	margin: 5px 0 10px 0;
	
}	
	#nav-container ul{
		display:block;
		padding: 7px 0 0 0;
		margin: 0;
	}
	#nav-container li{
		display: block;
		list-style: none;
		padding: 7px;
		background: none;
		margin: 0;
		color: white;
		border:none
	}
#nav-container li a{
		display: inline;
		list-style: none;
		padding: 7px;
		background: none;
		margin: 0;
		color: white;
	}	
	#nav-container li a:hover{
		background: white;
		color: black;
	}		
	
#main {
	width: 900px;
	float: left;
	padding: 0;
	margin: 0;
	height: 690px;

}
#main2 {
	width: 860px;
	float: left;
	height: auto;
	padding: 20px;
	margin: 0;

}
	#main-left {
		float: left;
		width: 495px;
		height: auto;	
	}
	
	#main-right {
		width: 390px;
		float: right;
		background-color:#FFFFFF;
		padding-left:10px;
		overflow:auto;
		height: 670px;	
	}


.product-thumb {
	text-align: center;
	margin-bottom:10px;

}
.thumb{
    min-height:170px;
}
.prodname
{
    height:50px;
}

.price
{
    height:20px;
}

.separator
{
}
#footer {
	height: 25px;
	width: 900px;
	float: left;
	background: white;
}

	#footer-left {
		float: left;
		width: 265px;
		height: 20px;
		padding: 5px 0 0 20px;
	}
	#footer-right {
		float: right;
		width: 555px;
		height: 20px;
		padding: 3px 20px 0 0;
		text-align: right;
	}
	
.productname
{
    padding:15px;
    background-color:Aqua;
    border:solid 2px black;
}

.checkout
{
    width:390px;
    text-align:right;
    margin-top:10px;
}

.orders
{
    width:590px;
    padding:10px;
}

.buttons
{
    width:590px;
    padding:10px;
}
.button
{
    width:118px;
    padding:10px;
    float:right;
}
