body{
	background-color: #f2eccd;
	margin: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 12px;
}
p{
	padding: 8px 0 8px 0;
}

h2{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 12px 0;
}

small{
	font-size: 10px;
}
#wrapper{
	background-color: #000;
	width: 941px;
	margin: 0 auto;
	padding: 6px 7px 7px 7px;
}
#home{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	padding: 290px 0 0 30px;
}
#home h1{
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-spacing: 24px;
	padding: 10px 0 10px 180px;
	
}
#nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(../images/nav_bg.png);
	height: 128px;
	color: #d4d1d1;
	clear: both;
}
#nav a{
	color: #d4d1d1;
	text-decoration: none;
	text-align: center;
	padding: 0 0 5px 0;
	background-color: #333333;
	display: block;
	float: left;
	border-right: solid 1px #666666;
	width: 103px;
}

#nav a:hover{
	color: #fff;
}
#nav_active{
	display: block; 
	float: left;
	text-align: center;
	background-color: #6e6d6d;
	border-right: solid 1px #666666;
	color: #fff;
	width: 103px;
	padding: 0 0 5px 0;
}


#clear,#navclear{
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
#sub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../images/sub_bg.jpg);
	border-top: 1px solid #000;
	padding-bottom: 5px;
}
#sub h1{
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 12px 0;
}
#sub ul{
	list-style: disc;
	margin: 0.25em 1em 0 2.5em; 
	padding: 0;
}
#product_photo{
	width: 373px;
	float: left;
	padding: 25px 25px 0 25px;
}
#specs{
	width: 360px;
	float: left;
	padding: 24px 15px 0 0;
}


#compatible_models{
	width: 733px;
	float: left;
	padding: 25px 40px 0 25px;
	float: left;
}

#where_to_purchase{
	width: 733px;
	float: left;
	padding: 25px 40px 0 25px;
	float: left;
	min-height: 350px;
}


#subnav  { 
	padding: 64px 0 0 0;
	margin: 0;
	list-style: none;
	float : left;
	width: 132px;
	text-transform: uppercase;
}
#subnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav li { 
	font-size: 10px;
	color: #fff;
	position : relative;
	width: 132px;
	float : left;
	line-height : 20px;
	background-color : #000;
	text-align: center;
	margin-bottom: 5px;
}

#subnav li a {
	display : block;
	color : #fff;
	font-weight : bold;
	text-decoration : none;
	padding: 2px;
}
#subnav a:hover {
	color: #fff;
	background-color: #666666;
}
#subactive{
	color: #fff;
	background-color: #e4080d;
	padding: 2px 0 2px 0;
}
#sublogo{
	float: right;
}
#sublogo2{
	padding-right: 5px;
}

#subbase{
	padding-right: 7px;
	clear: both;
}
#subbase a,a:hover{
	color: #000;
	text-decoration: none;
}

#thumbs{
	text-align: center;
	padding-top: 10px;
	width: 423px;
	float: left;
}
#thumbs img{
	padding-right: 5px;
}
#tp_logo{
	z-index: 1; 
	width: 244px; 
	left: 690px; 
	top: 400px; 
	position: relative;
}
#full{
	padding: 25px;
	background-color: #cbcbcb;
}
#footer{
	margin: 0 auto;	
	padding: 6px 7px 7px 7px;
	width: 941px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a{
	color: #000;
	text-decoration: underline;
}
#footer a:hover{
	color: #e4080d;
}
form dt {
   clear: left;
   width:33%;
   float:left;
   text-align:left;
   color: #000;
   font-weight: bold;
}

form dd {
   float:left;
   width:66%;
   margin:0 0 0.5em 0.25em;
}
input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}