/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/bgr.gif) #ffffff;
	color: #663300;
	padding: 50px 0;
	font: 12px "Lucida Sans unicode","Lucida Grande","Trebuchet MS", sans-serif;
	
	/*Alternate Fonts. Try changing according your needs.*/
	/*font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;*/
	/*font: 12px "MS Sans Serif", Geneva, sans-serif;*/
}
a{
	color: #dc759c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
table td,  table th{
padding:5px;
  ...
}
.formbutton { 
color: #663300; 
font-weight: bold; 
background-color: #f7d5e3; 
border-color: #663300; 
border: 1px solid; 
}
.orderlink { 
font-weight: bold; 
color: #663300; 
background-color: #f7d5e3; 
border-color: #663300; 
border: 1px solid; 
text-decoration: none; 
padding: 3; 
}
/*=== Layout ===*/
#page, #header, #footer{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	width: 802px;
}
/*=== Header ===*/
#header{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/header-bgr.gif) no-repeat top;
	height: 141px;
}
/*- Logo -*/
#header h1{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/logo.png) no-repeat;
	float: left;
	height: 245px;
	margin: 0 0 0 42px;
	position: absolute;
	text-indent: -9999px;
	top: 7px;
	width: 245px;
}
#header h1 a{
	display: block;
	height: 245px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 78px;
	padding: 58px 60px 0 0;
	text-align: center;
}
#nav1 li{
	float: left;
	margin: 0 0 0 5px;
}
#nav1 li span {
	display: block;
	padding: 26px 5px 0;
}
#nav1 li a, #nav1 li.inv a:hover{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/tab.png) no-repeat;
	color: #6f4339;
	display: block;
	float: left;
	height: 78px;
	width: 78px;
}
#nav1 li a:hover, #nav1 li.inv a{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/tab-inv.png) no-repeat;
	text-decoration: none;
}
/*- Nav2 -*/
#nav2{
	text-indent: -9999px;
}
#nav2 li{
	margin: 0 0 0px;
}
#nav2 li a{
	display: block;
	height: 70px;
	text-decoration: none;
	width: 127px;
}
#nav2 li a:hover{
	text-decoration: none;
}
#nav2 li#btn-shop a{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/btn-shop.gif) no-repeat top;
}
#nav2 li#btn-info a{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/btn-info.gif) no-repeat top;
}
#nav2 li#btn-cart a{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/btn-cart.gif) no-repeat top;
}
/*- Nav3 -*/
.nav3{
	color: #dc759c;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 25px;
	text-align: right;
}
/*=== All Columns ===*/
#columns{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/columns-bgr.gif) repeat-y;
	height: 1%;
	padding: 10px 40px;
}
#columns h2{
	color: #6f4339;
	font-size: 16px;
	margin: 0 0 10px;
}
#columns p{
	padding: 0 0 15px;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	margin: 50px 0 0;
	width: 127px;
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 565px;
}
/*=== Footer ===*/
#footer{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/footer-bgr.gif) no-repeat top;
	clear: both;
	color: #6f443a;
	height: 96px;
}
#footer a{
	color: #6f443a;
}
#footer a:hover{
	color: #ffffff;
}
/*- Footer Row1 -*/
.row1{
	padding: 45px 20px 0;
}
.row1 ul{
	height: 23px;
	line-height: 23px;
}
.row1 li{
	background: url(http://tesla.websitewelcome.com/~wwwprett/images/ico-sep.gif) no-repeat right;
	float: left;
}
.row1 li.last{
	background: none;
}
.row1 li a{
	padding: 0 7px;
}
/*- Footer Row2 -*/
.row2{
	clear: both;
	margin: 2px 18px 0 27px;
}
.row2 ul{
	height: 23px;
	line-height: 23px;
}
.row2 li{
	float: left;
	width: 33%;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}

