@charset "utf-8";
/* CSS Document */

#HeaderContainer {
	background-image: url(../designs/HeaderBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 360px;
	display: block;
	padding-bottom: 10px;
}
#HeaderWrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 110px;
	clear: left;
}
#LogoContainer {
	float: left;
	height: 90px;
	width: 250px;
	padding-top: 20px;
	padding-left: 10px;
	background-image: url(../designs/Logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}
#HeaderContents {
	float: right;
	height: 110px;
	width: 735px;
}
#HeaderTop {
	height: 75px;
	padding-right: 10px;
}
#TopLinksContainer {
	float: right;
	padding-right: 10px;
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#TopMenuContainer {
	display: block;
	height: 35px;
	background-image: url(../designs/TopMenu_Left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 35px;
}
#TopMenu {
	padding: 0px;
	height: 35px;
	list-style-type: none;
	background-image: url(../designs/TopMenu_Bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#TopMenu .Seperator {
	background-image: url(../designs/TopMenuSeperator.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	display: block;
}
#TopMenu li {
	height: 35px;
	float: left;
	display: block;
}
#TopMenu li a {
	display: block;
	height: 15px;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FDDAD5;
	text-decoration: none;
	font-size: 12px;
	float: left;
}
#TopMenu li a:hover {
	color: #F56652;
}



#BannerWrapper {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
}
#BannerRight {
	background-image: url(../designs/BannerRight.jpg);
	float: right;
	width: 10px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: right top;
}
#BannerLeft {
	background-image: url(../designs/BannerLeft.jpg);
	float: left;
	width: 10px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: left top;
}
#BannerContainer {
	height: 250px;
	width: 980px;
	display: block;
	float: left;
}
#LiveChat {
	height: 35px;
	width: 95px;
	padding-top: 30px;
	background-image: url(../designs/ChatExecutive.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 45px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	color: #999;
}
#LiveChat a {
	color: #AF251B;
}
#LiveChat a:hover {
	color: #671610;
	text-decoration: none;
}
#ContactInfo {
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding-right: 20px;
	padding-top: 30px;
	height: 45px;
	color: #999;
	text-align: right;
	line-height: 18px;
}
#ContactInfo a {
	color: #AF251B;
}
#ContactInfo a:hover {
	color: #62150F;
}
