body {
	background:#030000;
	width:1000px;
	margin:0px auto;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	color:#FFF;
	font-size:14px;
	text-align:justify;
}
.bgLeft {
	background:url(images/bgLeft.jpg) repeat-x;
	position:absolute;
	width:50%;
	height:750px;
	left:0;
	top:0;
	overflow:hidden;
}
.bgMainLeft {
	position:absolute;
	background:url(images/bgMainLeft.jpg) no-repeat;
	right:500px;
	top:0;
	width:100px;
	height:750px;
}
.bgRight {
	background:url(images/bgRight.jpg) repeat-x;
	position:absolute;
	width:50%;
	height:750px;
	right:0;
	top:0;
	overflow:hidden;
}
.bgMainRight {
	position:absolute;
	background:url(images/bgMainRight.jpg) no-repeat;
	left:500px;
	top:0;
	width:100px;
	height:750px;
}
.content {
	float:left;
	background:url(images/bgMain.jpg) no-repeat top center;
	width:1000px;
	position:relative;
	z-index:1;
}
.header {
	float:left;
	background:url(images/headerBg.jpg) no-repeat;
	width:1000px;
	height:103px;
	position:relative;
	z-index:10;
}
.header h1 {
	float:left;
	font-size:14px;
	margin:25px 0 0;
}
.header h1 a {
	background:url(images/logo.png) no-repeat;
	width:249px;
	height:54px;
	display:block;
	color:#000;
}
.header p {
	float:left;
	font-size:14px;
	width:988px;
	height:21px;
	display:block;
	margin:-7px 0 0 12px;
}
.header span {
	display:none;
}
.mainContentTop {
	float:left;
	background:url(images/mainBgTop.png) no-repeat;
	width:1000px;
	height:3px;
}
.mainContent {
	float:left;
	background:url(images/mainBg.png) repeat;
	width:1000px;
	min-height:575px;
}
.menu {
	float:left;
	background:url(images/menuBot.png) repeat-x bottom;
	width:998px;
	height:36px;
	margin:-2px 1px 0;
	padding-bottom:4px;
}
.menu span {
	display:none;
}
a.homeButton  {
	float:left;
	background:url(images/homeButton.png) no-repeat;
	width:113px;
	height:36px;
	display:block;
}
a.homeButton:hover {
	background:url(images/homeButtonHover.png) no-repeat;
}
a.homeButtonCurrent  {
	float:left;
	background:url(images/homeButtonHover.png) no-repeat;
	width:113px;
	height:36px;
	display:block;
}
a.creationButton  {
	float:left;
	background:url(images/creationButton.png) no-repeat;
	width:141px;
	height:36px;
	display:block;
}
a.creationButton:hover {
	background:url(images/creationButtonHover.png) no-repeat;
}
a.creationButtonCurrent {
	float:left;
	background:url(images/creationButtonHover.png) no-repeat;
	width:141px;
	height:36px;
	display:block;
}
a.portfolioButton {
	float:left;
	background:url(images/portfolioButton.png) no-repeat;
	width:146px;
	height:36px;
	display:block;
}
a.portfolioButton:hover {
	background:url(images/portfolioButtonHover.png) no-repeat;
}
a.portfolioButtonCurrent {
	float:left;
	background:url(images/portfolioButtonHover.png) no-repeat;
	width:146px;
	height:36px;
	display:block;
}
a.blogButton {
	float:left;
	background:url(images/blogButton.png) no-repeat;
	width:105px;
	height:36px;
	display:block;
}
a.blogButton:hover {
	background:url(images/blogButtonHover.png) no-repeat;
}
a.blogButtonCurrent {
	float:left;
	background:url(images/blogButtonHover.png) no-repeat;
	width:105px;
	height:36px;
	display:block;
}
a.quoteButton  {
	float:left;
	background:url(images/quoteButton.png) no-repeat;
	width:115px;
	height:36px;
	display:block;
}
a.quoteButton:hover {
	background:url(images/quoteButtonHover.png) no-repeat;
}
a.quoteButtonCurrent {
	float:left;
	background:url(images/quoteButtonHover.png) no-repeat;
	width:115px;
	height:36px;
	display:block;
}
a.contactButton {
	float:left;
	background:url(images/contactButton.png) no-repeat;
	width:129px;
	height:36px;
	display:block;
}
a.contactButton:hover {
	background:url(images/contactButtonHover.png) no-repeat;
}
a.contactButtonCurrent {
	float:left;
	background:url(images/contactButtonHover.png) no-repeat;
	width:129px;
	height:36px;
	display:block;
}
.menuRight {
	float:left;
	background:url(images/menuRight.png) repeat-x;
	width:234px;
	height:36px;
}
.menuRightLeft {
	float:left;
	background:url(images/menuRightLeft.png) no-repeat;
	width:15px;
	height:36px;
}
.liveHelp {
	float:left;
	width:150px;
	height:24px;
	margin:6px 5px;
}
.socialIcons {
	float:right;
	width:25px;
	height:24px;
	margin:6px 5px;
}

.topWindow {
	float:left;
	background:url(images/topWindowBg.jpg) no-repeat;
	width:970px;
	height:241px;
	margin:15px;
}
.topWindowLeft {
	float:left;
	width:660px;
	height:210px;
}
.topWindowLeft h2 {
	font-size:22px;
	margin:60px 20px 20px;
}
.topWindowLeft p {
	margin:5px 20px;
	font-size:16px;
}
.topWindowLeft a {
	color:#333366;
	text-decoration:none;
}
.topWindowLeft a:hover {
	color:#FFF;
	text-decoration:underline;
}
#display_text {
	min-height:165px;
}
.topWindowRight {
	float:left;
	width:245px;
	height:214px;
	margin:17px 45px 0 20px;
	overflow:hidden;
}
.topWindowRight img {
	overflow:hidden;
}
pre {
	display:none;
}
.main {
	float:left;
	background:url(images/mainContentBg.gif) repeat-x bottom #EAEAEA;
	width:970px;
	min-height:256px;
	margin:0 15px;
}
.main a {
	color:#4B9BC2;
	font-weight:bold;
	text-decoration:underline;
}
.main a:hover {
	color:#333366;
	text-decoration:none;
}
.mainGradient {
	float:left;
	background:url(images/mainTextGradient.gif) repeat-y right top;
	width:970px;
	min-height:256px;
}
.mainText {
	float:left;
	background:url(images/mainContentBg.jpg) no-repeat bottom right;
	width:960px;
	min-height:256px;
	padding:0 5px;
	font-size:12px;
	color:#000;
}
.fPGradient {
	float:left;
	background:url(images/mainTextGradient.gif) repeat-y right top;
	width:320px;
	min-height:256px;
}
.fPWindow {
	float:left;
	background:url(images/fPWindow.jpg) no-repeat bottom right;
	width:300px;
	height:255px;
	padding:5px 10px;
	overflow:hidden;
}
.fPWindow h3 {
	background:url(images/headerUnderline.gif) repeat-x bottom;
	margin:5px 0 5px 10px;
	font-size:16px;
	height:25px;
	color:#993333;
}
.fPWindow h4 {
	background:url(images/headerUnderline.gif) repeat-x bottom;
	margin:5px 0 12px 10px;
	font-size:16px;
	height:25px;
	color:#996600;
}
.fPWindow h5 {
	background:url(images/headerUnderline.gif) repeat-x bottom;
	margin:5px 0 12px 10px;
	font-size:16px;
	height:25px;
	color:#336600;
}
.pageGradient {
	float:left;
	background:url(images/mainTextGradient.gif) repeat-y right top;
	width:640px;
	min-height:256px;
}
.pageWindow {
	float:left;
	background:url(images/fPWindow.jpg) no-repeat bottom right;
	width:620px;
	min-height:246px;
	padding:10px;
}
.pageWindow h3 {
	background:url(images/headerUnderline.gif) repeat-x bottom;
	margin:5px 0 5px 10px;
	font-size:16px;
	height:25px;
	color:#993333;
}
.pageWindow h3 a {
	color:#993333;
	text-decoration:none;
}
.pageWindow h3 a:hover {
	color:#000;
	text-decoration:underline;
}
.pageWindow h4 {
	margin:5px 0 5px 10px;
	font-size:16px;
	height:25px;
	color:#996600;
	clear:left;
}
.pageWindow h4 a {
	color:#996600;
	text-decoration:none;
}
.pageWindow h4 a:hover {
	color:#000;
	text-decoration:underline;
}
.pageRHGradient {
	float:left;
	background:url(images/mainTextGradient.gif) repeat-y right top;
	width:320px;
	min-height:256px;
}
.pageRHWindow {
	float:left;
	width:300px;
	min-height:246px;
	padding:10px;
}
.pageRHWindow h4 {
	background:url(images/headerUnderline.gif) repeat-x bottom;
	margin:5px 0 12px 10px;
	font-size:16px;
	height:25px;
	color:#996600;
}
.links {
	float:left;
	width:620px;
	text-align:left;
}
.pageSepDiv {
	background:url(images/sepDiv.gif) repeat-x scroll 0 0 transparent;
	float:left;
	font-size:1px;
	height:2px;
	margin:5px 10px;
	width:600px;
	clear:both;
}
.sepDiv {
	background:url(images/sepDiv.gif) repeat-x scroll 0 0 transparent;
	float:left;
	font-size:1px;
	height:2px;
	margin:5px 10px;
	width:280px;
	clear:both;
}
.quotePrice {
	font-size:36px;
	font-weight:bolder;
	color:#333366;
}
.picRight {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	clear:both;
}
.picLeft {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	clear:both;
}
.update {
	float:left;
	width:290px;
}
.fPWindow img {
	border:1px solid #000;
}
.update .smallText {
	font-size:10px;
	color:#666;
	margin:5px;
}
.captcha {
	background:#FFF;
	color:#000;
	margin:0px;
	font-size:12px;
}
.captcha a {
	color:#333366;
	text-decoration:underline;
}
.captcha a:hover {
	color:#4B9BC2;
	text-decoration:none;
}
.footer {
	float:left;
	width:1000px;
	height:35px;
	position:relative;
	z-index:1;
}
.footerLeft {
	float:left;
	width:500px;
	height:35px;
	margin-top:10px;
}
.valid {
	float:left;
	width:200px;
	margin:0px 290px 0 10px;
}
.footerRight {
	float:left;
	text-decoration:none;
	width:490px;
	height:33px;
	text-align:right;
	padding:10px 10px 0 0;
	color:#FFF;
	font-size:10px;
}
.footerRight a {
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}
.footerRight a:hover {
	color:#4B9BC2;
	text-decoration:underline;
}