@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image:url(../imgs/tileBG.gif);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*LINK STATES*/
a:link {
	text-decoration:underline
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
/*PAGE STRUCTURE*/
#container {
	width: 901px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width:901px;
	height:140px;
	display:block;
	background-image:url(../imgs/header.gif);
}
#mainNav {
	width:901px;
	height:36px;
	display:block;
	background-image:url(../imgs/nav.gif);
	text-align:right;
}
#content {
	width:901px;
	background-image:url(../imgs/contentBG.gif);
	background-repeat:repeat-y;
}
#leftCol {
	float:left;
	width:451px;
}
#rightCol {
	float:right;
	width:450px;
	vertical-align:top;
}
#footer {
	width:901px;
	height:28px;
	background-color:#000000;
}
#footer_copyright {
	padding-top:6px;
	color:#ffffff;
	text-align:center;
}
/**/
.clearer {
	clear:both;
	font-size:1px;
	height:0px;
}

/*HOME PAGE*/
.home_leftImage {
	width:451px;
	height:949px;
	background-image:url(../imgs/home/home_img.jpg);
}

.home_rightBG {
	width:450px;
	height:498px;
	background-image:url(../imgs/home/rightBG.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.home_content {
	padding:48px 30px 0px 50px;
}

/*CONTACT PAGE*/
.contact_leftImage {
	width:451px;
	height:724px;
	background-image:url(../imgs/contactUs/contact_img.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.contact_rightBG {
	width:450px;
	height:214px;
	background-image:url(../imgs/contactUs/right_bg.gif);
	background-repeat:no-repeat;
	background-position: top;
}
.contact_img {
	width:323px;
	height:323px;
	margin: 0px 0px 0px 15px;
	border:none;
	
}	
.contact_content {
	padding:19px 41px 0px 51px;
}
/*MODEL SHOWCASE*/
#showcaseleftCol {
	float:left;
	width:605px;
	height:595px;
}
#showcaserightCol {
	float:right;
	width:296px;
	height:595px;
	background-image:url(../imgs/modelShowcase/features.gif);
	background-position:top right;
	background-repeat: no-repeat;
}

.showcase_leftImage {
	width:576px;
	height:457px;
	background-position:right;
	margin: 41px 0px 97px 28px;
}
.showcase_content {
	margin:38px 41px 0px 30px;
}

/*GENERIC TEXT STYLES*/
.txt_16pt {
	font-size:16px;
}
.txt_16ptbold {
	font-size:16px;
	font-weight:bold;
}
.txt_19pt {
	font-size:19px;
}
.txt_11pt {
	font-size:11px;
}
.txt_MSheader {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
/*
height:expression(this.scrollHeight > 600 ? "auto":"600px"); }
*/

