/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
h1 {
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330066;
}
h2 {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
h3 {
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
a:link{
	color: #660066;
}
a:hover{
	color: #A088B7;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#header {
	background: url(/common/images/header_bg.gif) repeat-x top;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
#headerRight {
	float: right;
	width: 400px;
	text-align: right;
}
#nav {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: url(/common/images/nav_bg.gif) repeat-x bottom;
	border-bottom: 1px solid #FFFFFF;
}
#pageHeader {
	background: url(/common/images/productBoxBg.gif) repeat-x bottom;
	
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 15px;

}
#pageContent {
	
	padding-right: 20px;
	padding-left: 20px;	
}
#contentContainer {
	width: 592px;
	float: right;
}
#landingHeader {
	background: url(/common/images/productBoxBg.gif) repeat-x bottom;
	width: 755px;
	padding-bottom: 25px;
	margin-bottom: 25px;
		padding-left: 15px;
}

#content {
	padding-left: 15px;
	padding-right: 15px;
}
#menu {
	width: 158px;
	background: url(/common/images/menu_bg.gif) no-repeat top;
	padding-left: 15px;
	padding-top: 15px;
}

#HomeMid {
	width: 770px;
	background: url(/common/images/home_bar_bg.gif) repeat-x bottom;
	height: 296px;
}
#homeProducts {
	width: 770px;
}
#footer {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background: url(/common/images/footBarBg.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-bottom: 25px;
}
#footnav {
	padding-top: 25px;
	padding-bottom: 15px;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#container p {
	padding-bottom: 15px;
}
.logo {
	margin-top: 27px;
}
.navTab {
	border-right: 1px solid #FFFFFF;
}
#homeProducts p {
	padding-bottom: 6px;
}

/************* product styles *************/

.productBox {
	background: url(/common/images/productBoxBg.gif) repeat-x bottom;
	width: 367px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	padding-top: 19px;
	padding-right: 10px;
	padding-bottom: 14px;
}
.productBox p {
	padding-bottom: 7px;
}
.productThmb {
	padding: 1px;
	float: left;
	margin-right: 10px;
	border: 1px solid #2F0060;
}
.imgBorder {
	padding: 1px;
	
	border: 1px solid #2F0060;
}
.productIcon {
	padding: 1px;
	margin-bottom: 6px;
	border: 1px solid #2F0060;
}


/************* #footer styles *************/

#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .SP a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	padding-bottom: 10px;
	text-decoration: underline;
}
#footer .SP {
	padding-top: 10px;
	padding-right: 35px;
}
/************* #contactForm styles *************/

#contactForm {
	width: 300px;

}
.formField {
	width: 310px;
}
.contactFields {
	width: 300px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contactSide {
	float: right;
	width: 310px;
	margin-left: 45px;
	padding-top: 25px;
	padding-left: 25px;
	border-left: 1px dashed #333333;
}

/************* #menu styles *************/
.sideMenu {
	list-style-type: none;
	margin-top: 8px;
}
#sideMenuBg {
	background: url(/common/images/side_bg.gif) repeat-y left;
}
.sideMenu li {
	
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #600062;
	width: 156px;
	line-height: normal;
}
.sideMenu a:link, .sideMenu a:visited {
	width: 143px;
	display: block;
	padding: 7px 5px 7px 8px;
	color: #000000;
	text-decoration: none;

}

.sideMenu a:hover {
	background-color: #DDD5E6;	
}
.sideMenu li.last  {
	border-bottom: 1px solid #FFFFFF;
}

/***********************************************/
/* Other Styles                                 */
/***********************************************/

.errorMsg {
	color: #CC0000;
	margin-bottom: 15px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.linksList {
	list-style: none;
	
	}

.linksList li {
	background-image: url(/common/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tableHeader{
	font-weight: bold;
	color: #000000;
	background: #CEC1D8;
}
.tableRow{
	background: #F3F0F6;
}
.purple{
	color: #650065;
}
.red{
	color: #CC0000;
}
.blue{
	color: #003399;
}
.green{
	color: #006633;
}
