@charset "utf-8";
/* CSS Document */

body {
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}

img {
	border:none
}
.thumb {
	border: 1px solid #999999;
	width: 40px;
	height: 40px;
}
img.thumb:hover {	
	border: 1px solid #333333;
}

/* links */
a {
	color: #5151A1;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	outline:none;
}

a:visited {
	color: #5151A1;
}
a:hover {
	text-decoration: underline;
}

/*Fonts*/
h1 {
	color: #5A5AAF;
	font-size: 22px;
	text-align: left;
	font-weight: normal;
	text-indent: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 16px;
	color: #464646;
	margin-bottom: 17px;
	margin-top: 0px;
	}
	
h3 {
	font-size: 13px;
	margin-bottom: 4px;
	margin-top: 12px;
	color: #5A5AAF;
}

h4 {
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 0px;
}	

p{
	margin-top:4px;
	margin-bottom:5px;
	line-height:150%;
	font-size: 12px;
	text-align: justify;
}

.size11text {font-size: 11px;}
.size13text {font-size: 13px;}

#master {
	width: 775px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #999999;
	padding-left: 9px;
	padding-right: 9px;
	background-color: #FFFFFF;
	text-align: left;
}

/* Header */
#header {
	border-bottom: 1px solid #CCCCCC;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 24px;
}
#logo {
	float: left;
	position: relative;
	bottom: 4px;
	right: 9px;
}
#navTabs {
	float:right;
	position:relative;
	top:22px;
	right: 8px;
	width: 300px;
}
#navTabs a {
	color: #888888;
}
#navTabsSelected {
	border-left: 2px solid #CCCCCC;
	float:left;
	padding: 0;
}
#navTabsSelected p {
	font-size: 28px;
	padding: 22px 11px 0px 7px;
	margin: 0px;
	line-height: 1.0;
}
#navTabs p:hover {
	background-color: #EEF1FF;
	text-decoration: none;
}
.navTabsNormal {
	float:left;
	padding: 0;
	border-right: 2px solid #CCCCCC;
	position: relative;
	top: 30px;
}
.navTabsNormal p {
	margin: 0;
	padding: 1px 10px 1px 10px;
}
.navTabsNormal p:hover {
	background-color:#99FF00;
}
#navTabsBreak p{
	padding: 0;
	margin: 0;
}
#navTabsBreak {
	border: none;
	background-color: #CCCCCC;
	width: 2px;
	height: 20px;
}
#phoneNumber {
	float: right;
	position: relative;
	top: 6px;
	right: 3px;
	margin-left: 7px;
}
#breadcrumbs {
	float: left;
	margin-left: 9px;
}

#headerLinks {
	margin-right: 10px;
}

.imgMiddle {
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}
/* Header End*/

/* Sidebar */
#sidebar {
	float: left;
	width: 140px;
	margin-right: 13px;
}

.menucell p {
	padding-left:5px;
	}
	
.bordertop{
	border-top: 1px solid #CCCCCC;
}

.borderright{
	border-right: 1px solid #CCCCCC;
}	
td.menutitle{
	background-image: url(../../../../images/menubox.jpg);
	background-repeat: no-repeat;
	height:22px;
	padding-left:28px;
	font-size: 14px;
	font-weight: bold;
}
.menucell p:hover {
	background-color: #EEF1FF;
	text-decoration: none;
	}
.menucell p {
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
	margin: 0px;
	}
/* Sidebar End*/
#main {
	float:right;
	width: 618px;
}
#showcase {
}
#showcase p {
	text-align:left;
}
#showcaseManufaturerDesc {
	background-color: #FAFFFF;
	border: 2px solid #E7EDED;
}
#showcaseManufaturerDesc p {
	text-align: justify;
}
#product {
}



