/*Snippets*/
.clearfloat {
	clear: both;
}

html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
html { overflow-y: scroll; }
/*Body Styles*/
body {
	text-align: left;
	left: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -150px;
}
.bodytop {
	background-image: url(images/980px/bodytop.jpg);
	background-repeat: repeat-x;
	height: 450px;
	z-index: -100;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bodybottom {
	background-image: url(images/980px/bodybottom.jpg);
	z-index: -110;
	background-repeat: repeat-x;
	height: 150px;
	width: 100%;
	position: relative;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




#header {
	background-image: url(images/980px/bannernew.jpg);
	height: 350px;
}
#bottombkgrd {
	background-image: url(images/980px/bottombkgd.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
/*Primary Navigation*/
#nav {
	width: 175px;
	height: 200px;
	margin-left: 10px;
	margin-bottom: 75px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}
#gallery #nav {
	width: 175px;
	height: 200px;
	margin-left: 10px;
	margin-bottom: 75px;
	float: left;
	margin-right: 10px;
}
#sidebar {
	float: left;
	width: 210px;
}

#navprime {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
}

#navprime a:link, #navprime a:visited {
	color: #FFFFFF;
	display: block;
	height: 34px;
	width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	vertical-align: middle;
	padding-top: 8px;
	background-image: url(images/button.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

#navprime a:hover {
	background-image: url(images/button_f2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d11242;
	font-size: 20px;
}

#index #navprime_index a, #the_designers #navprime_the_designers a, #gallery #navprime_gallery a, #testimonials #navprime_testimonials a, #contact_us #navprime_contact_us a {
	color: #d11242;
	background-image: url(images/button_f2.jpg);
}

#index #navprime_index a:hover, #the_designers #navprime_the_designers a:hover, #gallery #navprime_gallery a:hover, #testimonials #navprime_testimonials a:hover, #contact_us #navprime_contact_us a:hover {
	color: #d11242;
	background-image: url(images/button_f2.jpg);
}
#navprime a:active {
	color: #d11242;
	background-image: url(images/button_f2.jpg);
}


/*Secondary link styles*/

#content a:link, #content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#fieldco_linkholder {
	height: 600px;
	width: 174px;
	margin-left: 10px;
	margin-bottom: 50px;
	float: left;
}

#content a:hover, #content a:active {
	color: #d11242;
}

	/*Content Styles Here*/
#content {
	margin-right: 5px;
	float: left;
	margin-bottom: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#leftcontent {
	float: left;
	width: 450px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	margin-bottom: 50px;
}
#flashholder {
	height: 300px;
	width: 400px;
	margin-left: 30px;
	margin-bottom: 20px;
	float: left;
	margin-top: 20px;
}



#rightcontent {
	float: left;
	width: 250px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 20px;
}
#leftcontent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #FFFFFF;
	padding-right: 8px;
}
#rightcontent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #FFFFFF;
}

#content h3 {
	color: #FFFFFF;
	text-align: center;
}
#content h4 {
	color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
}

.imagefloat {
	float: none;
	margin-left: 40px;
}


/*sidebar/badges*/
#badges {
	width: 206px;
	margin-left: 8px;
	margin-bottom: 75px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.badgelink {
	width: 206px;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 5px;
}
.badgetext {
	text-align: center;
	width: 206px;
	height: 30px;
}
/*contact form styles*/
.contact_text_right {
	text-align: right;
	vertical-align: top;
}
#contact_table {
	width: 200px;
}
.contact_leftindent {
	padding-left: 10px;
}

