@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #f0bd2a;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 5px;
} 
.twoColFixLtHdr #header {
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	padding-right: 0px;

	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 10px;
} 
.navbar {
	background-image: url(images/all_pages/navbar_bkgrnd.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	height: 35px;	
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer p a:link {
		color: #af8a20;
	text-decoration: none;
}
.twoColFixLtHdr #footer p a:hover {
	color: #CC0000;
	text-decoration: none;
}
.twoColFixLtHdr #footer p a:visited {
	color: #af8a20;
	text-decoration: none;
}
.small_font {
	font-size: 10px;
	font-weight: 300;
	color: #CCCCCC;
	line-height: normal;
	text-align: center;
}
h1 {
	color: #f0bd2a;
	font-size: 18px;
	line-height: normal;
}
h2 {
	color: #f0bd2a;
	font-size: 14px;
	line-height: normal;
}
h2 a:link {
	color: #af8a20;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
}
h2 a:hover {
	color: #CC0000;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
}
h2 a:visited {
	color: #af8a20;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
}
p {
	color: white;
	font-size: 13px;
	font-family: geneva, verdana, arial, sans-serif;
	line-height: 1.4em;
	padding: 0;
}
p a:link {
	color: #af8a20;
	text-decoration: none;
	font-size: 13px;
	font-family: geneva, verdana, arial, sans-serif;
	line-height: 1.4em;
	padding: 0;
}
p a:hover {
	color: #CC0000;
	text-decoration: none;
	font-size: 13px;
	font-family: geneva, verdana, arial, sans-serif;
	line-height: 1.4em;
	padding: 0;
}
p a:visited {
	color: #af8a20;
	text-decoration: none;
	font-size: 13px;
	font-family: geneva, verdana, arial, sans-serif;
	line-height: 1.4em;
	padding: 0;
}
ul li {
	color: #FFFFFF;
	list-style-type: none;
	font-size: 13px;
	font-family: geneva, verdana, arial, sans-serif;
	line-height: 1.9em;
	padding: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* styles from previous website */

.splashpage {
	color: #e4c23e;
	font-size: 12px;
	font-family: geneva, verdana, arial, sans-serif;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}


td {}
.thumb_forpurchase  { color: #f00; font-size: 12px; font-family: Verdana, Arial, sans-serif; border: solid 2px #f00 }
.thumb_installation   { color: #ffd700; font-size: 12px; font-family: Verdana, Arial, sans-serif; border: solid 2px #ffd700 }
.thumb_private  { color: #6495ed; font-size: 12px; font-family: Verdana, Arial, sans-serif; border: solid 2px #6495ed }
.redoutline {
	border: dotted 2px #b32502;
	background-image: url(images/all_pages/index_bkground.jpg);
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.redsolidoutline {
	border: solid 1px #b32502;
	background-image: url(images/all_pages/index_bkground.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.goldborder {
	border: solid 2px #e4c23e;
}
.sidebar {
	margin-top: 20px;
	width: 270px;
	float: left;
}
.index_textbox {
	text-align: left;
	width: 800px;
	float: left;
	
}
.index_textbox_orig {
	text-align: left;
	width: 475px;
	float: left;
	padding-left: 45px;
	
}
.specialty_index_block {
	width: 800px;
	float: left;
	min-height: 200px;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;

}

.specialty_index_image {
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
	min-width: 400px;

}
.imagepad { padding: 12px; }
.emailaddress_size { font-size: 16px; font-weight: 700; }
.contact-header {
}
.fltlft {
	float: left;
	padding-right: 20px;
}
.fltrt {
	float: right;
	padding-left: 20px;
}
.fltrt_withpad {
	float: right;
	margin: 10px;
}
.fltrt_withpad2 {
	float: right;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.margin_left95px {
	margin-left: 20px;
}
/* this is for the models page */
.gallery_mainbody_portfoliobox {
	float: left;
	width: 352px;
	margin-left: 24px;
	margin-top: 15px;
	padding-top: 0px;
	margin-right: 23px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.image_description {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 345px;
	
	text-align: center;
	display: block;
	overflow: visible;
	visibility: inherit;
	z-index: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	height: auto;
	padding-top: 30px;
}
.gallery_mainbody_portfoliobox_wide {
	float: left;
	width: 724px;
	margin-left: 30px;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.image_description_wide {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 724px;
	text-align: center;
	display: block;
	overflow: visible;
	visibility: inherit;
	z-index: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	height: auto;
	padding-top: 30px;
}
.border_gold {
	border: 1px solid #f0bd2a;
	padding: 3px;
}
.position_wingnuts {
	margin-left: 70px;
	float: left;
	}

