@charset "utf-8";
/* CSS Document */

#displaybox {
z-index: 10000;
filter: alpha(opacity=75); /*older IE*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); /* IE */
-moz-opacity: .75; /*older Mozilla*/
-khtml-opacity: .75;   /*older Safari*/
opacity: .75;   /*supported by current Mozilla, Safari, and Opera*/
background-color:#000000;
position:fixed; top:0px; left:0px; width:100%; height:100%; color:#000000; text-align:center; vertical-align:middle;
}

#addedby_popup {
position:absolute;
top:80px;
left:230px;
width:758px;
height:610px;
background-color:#FFFFFF;
color:#000000;
z-index: 10001;
padding-top:30px;
padding-left:20px;
padding-right:20px;
font-family: Arial;
font-size:14px;
text-align:center;
}

#addedby_popup div {
text-align:center;
}

body {
background:#231F20;
}

#border {
position:relative;
width:900px;
margin:auto;
top:14px;
}

#top {
width:900px;
padding-bottom:5px;
}

#top img {
float:left;
}

#thin_orange_stripe {
width:900px;
height:5px;
background:#D06F19;
margin-top:5px;
}

#menu{
float:left;
width:890px;
padding-top:4px;
padding-bottom:4px;
padding-left:10px;
border-bottom:dotted thin #666666;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
	
#menu ul li {
display:inline;
float:left;
color: #D06F19;
}

#menu li a {
text-decoration: none;
font-family: Arial;
font-size:12px;
text-align:center;
padding-top:3px;
font-weight:bold;
}

#menu li img {
border:0px;
vertical-align:top;
}

#menu li a:link, #menu li a:visited {
color: #FFFFFF;
display: block;
}

#menu li a:hover {
color: #FFC891;
}

#text_area {
width:615px;
height:332px;
font-size:12px;
font-family:Arial;
color:#FFFFFF;
padding-left:10px;
padding-right:10px;
text-align:justify;
overflow:auto;
}

#text_area h1 {
font-size:12px;
font-family:Arial;
color:#FFFFFF;
margin-top:5px;
margin-bottom:10px;
font-weight:bold;
}

#text_area table {
font-size:10px;
font-family:Arial;
color:#FFFFFF;
float:left;
margin-right:10px;
}

#pricing_guide {
width:260px;
font-size:10px;
font-family:Arial;
float:left;
color:#FFFFFF;
text-align:justify;
}

#pricing_guide img {
border:0px;
}

#pricing_guide a, #pricing_guide a:link, #pricing_guide a:visited {
color:#FFFFFF;
text-decoration:none;
}

#pricing_guide a:hover {
color:#FFC891;
}

#right_hand_side_picture_area {
position:absolute;
right:10px;
margin-top:15px;
width:245px;
height:471px;
text-align:center;
}

#bottom_area {
width:900px;
height:189px;
background-image:url(images/frameset/bottom.png);
background-position:bottom;
background-repeat:no-repeat;
}

#bottom_content {
position:absolute;
width:480px;
height:93px;
margin-left:85px;
margin-top:68px;
}

#bottom_phone_email {
width:190px;
height:27px;
margin-top:44px;
float:left;
font-size:10px;
font-family:Arial;
color:#FFFFFF;
}

#bottom_phone_email a {
color:#FFFFFF;
text-decoration:none;
}

#bottom_phone_email a:link, #bottom_phone_email a:visited {
color:#FFFFFF;
}

#bottom_phone_email a:hover {
color:#FFC891;
}

#bottom_awards {
width:279px;
height:71px;
background-image:url(images/frameset/awards.png);
float:left;
}

#bottom_address {
width:480px;
height:17px;
padding-top:5px;
font-size:10px;
font-family:Arial;
color:#FFFFFF;
}

#outer_footer {
width:900px;
height:87px;
background:#CCCCCC;
margin:auto;
margin-top:22px;
}

#outer_footer img {
padding-top:5px;
}

#outer_footer .left {
float:left;
}

#outer_footer .right {
float:right;
}

#clearleft {clear: left; line-height: 0; height: 0;}
#clearright {clear: right; line-height: 0; height: 0;}
#clearboth {clear: both; line-height: 0; height: 0; clear:both;}