/*
 * Client: 
 * Site Name: 
 * URL: 
 *
 * Author: 
 * URL: http://www.whitespace-creative.com/
 *
 * Created: 
 *
 * --------------------------------------------------------------- */

/* Reset default padding, margin, link decoration, etc. */
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,p,ul,ol,li,img,fieldset,blockquote,caption,table,tr,th,td,dl,dt,dd { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
img,fieldset { border: 0; }
a { text-decoration: underline; color:#333333;}
a:visited { text-decoration: underline; color:#333333;}
a:hover { text-decoration: underline; color:#000000;}

/* Basic Structure */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background:url(../../elements/interior/BG2.jpg);
	background-repeat:no-repeat;
	background-position: top;
	float: inherit;
}
#wrapper {}
#TopNav {
	color:#FFFFFF;
	position:relative;
	top:5px;
	left:0px;
	font-weight:bold;
	text-transform:uppercase;
	float: right;
	padding-right: 10px;
	padding-top: 5px;
}
#TopNav a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#TopNav a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#TopNav a:hover{
	color:#CCCCCC;
	text-decoration:none;
}
#SideNav{
	float:left;
	position:absolute;
	left:0;
	top:250px;
	width:180px;
	text-align: left;
	padding-left: 15px;
	
}
#SideNav ul {
	list-style: none;
	line-height: 1;
	list-style-type: none;
	font-size:17px;
	font-weight:bold;
	color:#666666;
	text-align:left;
}
#SideNav a {
	display: block;
	padding: 0px 15px;
	line-height:32px;
	font-weight: bold;
	text-transform: lowercase;
	color:#666666;
	padding-right:5px;
	padding-left:16px;
	text-decoration:none;
	text-justify: left;
}
#SideNav a:hover {
	color:#000000;
	text-decoration:none;
	text-align: left;
}
#SideNav a.Selected {
	display: block;
	padding: 0px 15px;
	line-height:32px;
	font-weight: bold;
 	text-transform: lowercase;
	color:#000000;
	background-image:url(../../elements/interior/navstar.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-right:20px;
	text-decoration:none;
}
#SideNav li ul {
	font-size:12px;
	font-weight:normal;
}
#SideNav li ul a{
	line-height:16px;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
}
#SideNav li ul a:hover{
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

#main {
	position:absolute;
	width:500px;
	top:150px;
	left:200px;
	padding-left:20px;
}
.Head{
	font-size:22px;
	font-weight:bold;
	color:#000000;
}
#SubHead{
	margin-top:30px;
	display:block;
	width:500px;
}
.Paging{
	display:block;
}
.PageControls{
	display:block;
	float:right;
	padding-top:7px;
}
#CopyTable{
	font-size:12px;
	line-height:18px;
}
.SmallForm{
	font-size:10px;
}

#ProductTable{
	margin-top:20px;
	width:490px;
	display:block;
	border:0px;
	min-height:300px;
}
#ProductTable td{
	padding:2px;
	padding-top:6px;
}
.ProductImage{
	padding:2px;
	border:solid 1px #999999;
	margin-bottom:5px;
}
#BottomPaging{
	margin-top:10px;
	padding-top:15px;
	background-image:url(../../elements/interior/BottomPagingLine.gif);
	background-repeat:no-repeat;
	padding-bottom:5px;
}

#footer {
	height:30px;
	background-image:url(../../elements/interior/footerline.gif);
	background-repeat:no-repeat;
	padding-top:15px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
