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

/*-----------Basic Styling-----------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #10539f;
	font-weight: lighter;
}
#clear {
	clear: both;	
}

#wrapper {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 980px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
}
#mainContent {
	padding-bottom: 30px;
}
#header {
	background-repeat: no-repeat;
	height: 250px;
	background-image: url(images/header.jpg);
	margin-top: 20px;
}
#topSideMenu {
	height: 230px;
	width: 240px;
	margin-left: 20px;
	padding-top: 20px;
	float: left;
}
#sideMenu {
	float: left;
	width: 240px;
	margin-left: 20px;
}
#rcTop {
	background-image: url(images/rcTop.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 218px;
	margin-right: 11px;
	margin-left: 11px;
}
#mainInformation {
	float: left;
	width: 668px;
	padding: 16px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 980px;
}
#sideMenu h1 {
	font-weight: 100;
	color: #1f3c6d;
	background-image: url(images/SideMenuMainTitle.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 218px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 11px;
	text-align: center;
	padding-top: 12px;
	margin-bottom: 10px;
	font-size: 22px;
}
#sideBtns a {
	display: block;
	height: 28px;
	padding-top: 12px;
	margin-right: 11px;
	margin-left: 11px;
	padding-left: 20px;
	text-decoration: none;
	color: #f4f4f4;
	background-color: #7A96A3;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #474D68;
}
#sideBtns a:hover {
	text-decoration: none;
	color: #1F3C6D;
	background-repeat: no-repeat;
	background-position: bottom;
}
#sideBtns p a.border {
	background-image: url(images/sideMenuBack.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#sideBtns p a:hover.border {
	background-image: url(images/sideMenuBack_over.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#topEmail {
	height: 100px;
	color: #FFF;
	padding-top: 6px;
	padding-left: 6px;
}
#topMenuBtns {
}
#topMenuBtns a {
	display: block;
	height: 28px;
	margin-bottom: 3px;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	text-align: right;
	padding-right: 60px;
	font-size: 14px;
}
#topMenuBtns a.home {
	background-image: url(images/home_icon.jpg);
	background-repeat: no-repeat;
}
#topMenuBtns a:hover.home {
	background-image: url(images/home_over_icon.jpg);
	background-repeat: no-repeat;
	color: #2f3b5d;
}
#topMenuBtns a.search {
	background-image: url(images/search_icon.jpg);
	background-repeat: no-repeat;
}
#topMenuBtns a:hover.search {
	background-image: url(images/search_over_icon.jpg);
	background-repeat: no-repeat;
	color: #2f3b5d;
}
#topMenuBtns a.contact {
	background-image: url(images/contact_icon.jpg);
	background-repeat: no-repeat;
}
#topMenuBtns a:hover.contact {
	background-image: url(images/contact_over_icon.jpg);
	background-repeat: no-repeat;
	color: #2f3b5d;
}
#topEmail a {
	height: 100px;
	color: #FFF;
	padding-top: 6px;
	padding-left: 6px;
	text-decoration: none;
}
#topEmail a:hover {
	height: 100px;
	color: #FFF;
	padding-top: 6px;
	padding-left: 6px;
	text-decoration: underline;
}
#login {
	float: left;
	height: 30px;
	width: 700px;
	padding-top: 216px;
	color: #FFF;
	padding-left: 10px;
}
#rcBot {
	background-image: url(images/rcBot.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 218px;
	margin-right: 11px;
	margin-left: 11px;
}
#mainInformation h1 {
	font-weight: 100;
	color: #1f3c6d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding-bottom: 10px;
	line-height: 1.6em;
}
#mainInformation p {
	line-height: 1.6em;
}
#login a {
	color: #EDDF37;
	text-decoration: none;
}
#login a:hover {
	color: #FFF;
	text-decoration: underline;
}
#mainInformation a {
	color: #933;
	text-decoration: none;
}
#mainInformation a:hover {
	color: #e0797d;
	text-decoration: underline;
}
#copyright {
	float: left;
	padding-left: 30px;
	padding-top: 6px;
	font-size: 10px;
	color: #FFF;
}
#credit {
	float: right;
	padding-top: 6px;
	font-size: 10px;
	color: #FFF;
	padding-right: 30px;
}
#credit a {
	color: #FF6;
	text-decoration: none;
}
#credit a:hover {
	color: #FFC;
	text-decoration: underline;
}
#subThumbnail {
	height: 194px;
	width: 200px;
	background-color: #FFF;
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-top: 8px;
}
#subThumbnail h1 {
	color: #FFF;
	background-color: #35405E;
	font-style: italic;
	display: block;
	height: 40px;
	padding-top: 2px;
	padding-left: 6px;
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom: 3px;
}
#subThumbnail img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#subThumbnail a {
	color: #FFF;
	text-decoration: none;
}
#subThumbnail a:hover {
	color: #DEE1E5;
	text-decoration: none;
}
#productPhoto {
	background-color: #FFF;
	float: left;
	height: 300px;
	width: 400px;
	border: 1px solid #383D5D;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#productDescription {
	float: left;
	width: 340px;
}
#productDescription h2 {
	font-size: 16px;
	color: #26436F;
	margin-bottom: 10px;
}
#sideBtn a .subBtns {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 10px;
	background-image: url(images/sideSubMenuBack.png);
}
#productDescription p {
	color: #26436F;
}
.boldSpaceBefore {
	font-weight: bold;
	padding-top: 10px;
}
#productDescription ul, li {
	margin-left: 10px;
	color: #26436F;
}
.bold {
	font-weight: bold;
}
#sideBtns p a.subBtns {
	padding-left: 20px;
	height: 24px;
	padding-top: 4px;
	background-color: #7A95A2;
	font-size: 10px;
}
#sideBtns p a.subBtns {
	padding-left: 30px;
	height: 34px;
	padding-top: 4px;
	background-color: #7A95A2;
	font-size: 10px;
	line-height: 1.5em;
}
#sideBtns p a:hover.subBtns {
	padding-left: 30px;
	height: 34px;
	padding-top: 4px;
	background-color: #7A95A2;
	background-image: url(images/sideSubMenuBack_over.png);
	background-repeat: no-repeat;
}
#sideBtns p a.subBtnsBottomBorder {
	padding-left: 30px;
	height: 34px;
	padding-top: 4px;
	background-color: #7A95A2;
	background-image: url(images/sideMenuBack.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
	line-height: 1.5em;
}
#sideBtns p a:hover.subBtnsBottomBorder {
	padding-left: 30px;
	height: 34px;
	padding-top: 4px;
	background-color: #7A95A2;
	background-image: url(images/sideMenuBack_over.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#pageNumbers {
	margin-top: 100px;
	float: right;
	color: #26436F;
}
#pageNumbers a {
	color: #26436D;
}
#pageNumbers a:hover {
	color: #7A95A2;
}
#tdTopAlign {
	vertical-align: top;
}
p .boldCompanyName {
	font-size: 16px;
	font-weight: bold;
	color: #10539F;
	line-height: 1.5em;
}
