/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #666;
	background-color: #FFF;
}

.logo {
	height:126px;
	margin-left:37px;
	margin-top:22px;
	position:absolute;
	width:290px;
	z-index:10;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:14pt;
	font-weight: bold;
	color: #000;}
h3 {
	font-size:10pt;
	font-weight: bold;
	color: #000;
}
h4 {font-size:10pt;
	font-weight: bold;
	color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {color: #CC6600;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

.td_h
{
	background-repeat:no-repeat;
}

.td_t
{
	background-repeat:no-repeat;
	padding-right:10px;
}
.maintable
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

.mainlevel
{
	margin:5px;
}

.cen_table
{
	padding:10px;
}

.vcard {
float:left;
}
.vcard a {
color:#fff;
}

.some_inp
{
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px inset #ff9237;
}
#breadcrumbs {
	margin:0; 
}
#breadcrumbs h4 {
	margin:0;
}
#products {
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
#prev_prod {
	width:50%;
	text-align:left;
}
#next_prod {
	width:50%;
	text-align:right;
}
.mail_footer {
	margin-top:2px;
}
.mail_footer a, .mail_footer a:visited {
	color:white;
}
/* #######################  END GENERAL SETTINGS ############################ */
