@import "styles_currentlink.css";

/* Main Styles */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}
#main {
	background-color: #BD004A;
	height: 100%;
}

/* Header Styles */
#header {
	height: 97px;
	width: 760px;
	background-color: #FFFFFF;
	text-align: right;
}
#main_nav {
	height: 20px;
}
a.main_nav:visited,a.main_nav:link,a.main_nav:active {
	background-color: #FFFFFF;
	margin-right: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BD004A;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
a.main_nav:hover {
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
	margin: 0px 0px 0px 1px;
	padding: 4px 5px 3px;
}
#divider {
	background-color: #CCCCCC;
	height: 15px;
	width: 760px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #FFFFFF;
	clear: both;
}

/* Content Styles */
#content {
	background-color: #FFFFFF;
	width: 760px;
}
#sub_content {
	padding: 10px 20px 10px 10px;
}
.message_text {
	padding: 13px 20px 0px 0px;
	height: 144px;
	width: 170px;
	line-height: 14px;
	font-size: 10px;
	z-index: 99;
	background: url(../images/text_area.gif);
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #BD004A;
}

#right_column {
	background-image: url(../images/right_column_bkg.gif);
	background-color: #F0F0F0;
	background-repeat: repeat-y;
	width: 200px;
}
.products_menu_header {
	width: 180px;
	background-color: #BD004A;
	padding: 7px 10px 8px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a.products_menu:visited, a.products_menu:link, a.products_menu:active {
	width: 180px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #D9D9D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	color: #000000;
	text-decoration: none;
}
a.products_menu:hover {
	width: 180px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #B9B9B9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	color: #000000;
	text-decoration: none;
}
.contact_box {
	background-color: #FFFFFF;
	padding: 10px;
	width: 178px;
	float: right;
	line-height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9D9D9;
}
.spacer {
	clear: both;
}
.homepage_box {
	background-color: #FFFFFF;
	width: 249px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9D9D9;
	padding: 15px;
}
.homepage_box_header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BD004A;
	width: 270px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 10px;
	background-image: url(../images/title_bar.gif);
}
.insert_box {
	background-color: #F0EFEF;
	width: 227px;
	border: 1px solid #D9D9D9;
	padding: 5px 10px;
}
#footer {
	padding: 15px;
	width: 730px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	line-height: 14px;
	background: #EBEBEB;
}
.float_right {
	float: right;
	width: 170px;
}
.float_left {
	float: left;
	width: 370px;
}


/* Link Styles */
a:visited, a:link, a:active {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a.red:visited, a.red:link, a.red:active {
	color: #BD004A;
	text-decoration: none;
}
a.red:hover {
	color: #BD004A;
	text-decoration: underline;
}
a.white:visited, a.white:link, a.white:active {
	color: white;
	text-decoration: none;
}
a.white:hover {
	color: white;
	text-decoration: underline;
}
a.black:visited, a.black:link, a.black:active {
	color: black;
	text-decoration: none;
}
a.black:hover {
	color: black;
	text-decoration: underline;
}

