/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
  
body {
font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#b6b6b5;
}

/*
* { border:1px red dashed; }
*/
/***** Wrapper *****/
 
#wrap {
width:707px;
margin:0 auto;
position:relative;
border:1px white solid;
padding:0 0 0 0 ;
}

#dual_red_boxes{
	width:707px;
	background:url(../images/dual_red_box_bkg.gif);
}
#redbox_one{padding:21px 18px; width:315px; float:left}
#redbox_one{padding:21px 18px; width:315px; float:right}

#footer{
	height:64px;
	width:707px;
	text-align:center;
	padding:16px 0 0 0 ;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8A8B8B;
	clear:left;
	margin:0; 
}

#footer_newsletter{
	
	width:707px;
	text-align:center;
	padding:16px 0 0 0 ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8A8B8B;
	clear:left;
	margin:0;
}


#msg{
	border:1px dashed #971112;
	padding:15px;
	margin:10px 0;
	color:#971112;
	display:block;
}


#contact_content{
position:absolute;
margin: 0 0 0 300px;
}

#home_image_box{
	height:351px;
	overflow:hidden;
}
#home_col_one{ width:67px; height:450px; background:url(../images/home_left_col.gif) repeat-y; float:left; padding:0;  }
#home_col_two{ width:762px; height:450px; float:left; padding:0;  }
#home_col_three{ width:70px; height:450px; background:#795F3E; border-left:1px solid white; float:left; padding:0;  }

#sub_box{
	width:707px;
	position:relative;
	background:url(../images/port_divider.gif);
}

#about_box{ width:707px; position:relative; }
#big_image{
	width:473px;
	margin:0;
	float:left;
	text-align:center;
}

#about_text{width:449px; margin:0 0 0 142px; padding:30px 38px; float:left;  height:450px;}

.arrows{margin-bottom:-1px;}

#newsletter_tagline {
	position:absolute;
	left:363px;
	top:45px;
	font-size:10px;
	text-align:center;
	width: 335px; 
}


#footer-nav {margin: 0 0 10px 0;}
#footer-nav li{ list-style-type:none; border-right:1px solid white; position:relative; overflow:visible; display:inline }
ul#footer-nav li a { padding:0 10px; line-height:12px; display:block; color:#8a8b8b; font-size:11px; display:inline  }



/***** NAV ******/

ul#nav { width:707px; margin:2px 0; padding:0;  height:44px; text-align:left; z-index:500; position:relative}
ul#nav li {display:block; list-style-type:none; border-right:1px solid white; position:relative; overflow:visible; margin:0; padding:0; float:left; }
ul#nav li a { padding:0 21px; line-height:44px; color:#FFF; background:#9c9a97; font-size:11px; display:block; margin:0;  }
ul#nav li a:hover { background:#b6b6b5;   }




#nav ul {position:absolute; padding:0; margin:0; top:-999em;   z-index:400; background-color:#9c9a97; overflow:hidden; border:1px solid #fff; border-bottom:none; border-right:none; width:200px }	



#nav ul li{ float:none; padding:0; margin:0;  width:auto; z-index:400;  display:block; margin:0;  border-bottom:1px solid #fff;   }

#nav ul li a{ background-image:none; text-indent:0;  color:#fff; font:11px Arial, Helvetica, sans-serif; padding:6px 15px; display:block; line-height:18px;  float:none; margin:0; text-align:left; text-transform:uppercase; white-space:nowrap }

#nav ul li a:hover{ color:#FFF;  }

#nav ul li img{margin:0 6px -6px 0}
#nav li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul#nav li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */
{
	left:-1px; /* position first submenu directly under parent li */
	top:44px; /* VARIABLE. This is calculated by adding 1em text height to top and bottom anchor element padding (original skin: .75em top + .75em bottom + 1em text height = 2.5em) */
	z-index:150;
}

/**** Very important ****/
/* this negates the pure CSS hovers so submenu remains hidden and JS controls when and how it appears. This is in turn is overridden by the .sfHover rules above as they have greater specificity */
/* notice there are three selectors here. You need three for a four tier menu system. If you had a five tier system you would copy the last selector of these three and paste it below to create a fourth selector and add another li just after the .superfish part. On the other hand if you only had a three tiered menu you could delete the third line here and save some file size.*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; /* hide submenu in screen-reader and search-engine friendly way */
}

 



#logo_banner{position:relative; clear:left; z-index:0;}

#port {
	position:absolute;
	left:245px;
	top:25px;
	width: 450px;
	text-align:center;
	text-transform:uppercase
}

#port a { color:#b6b6b5; text-decoration:none; text-align:center; font:Arial, Helvetica, sans-serif; font-size:12px; padding:0; line-height:12px;  }

#port a:hover, #port a.current  { color:#383838; text-decoration:none  }

#port li {

margin:10px 10px 0 0;

display:inline-block;
list-style:none;
border-right: 1px solid #b6b6b5;
height:12px;
padding:0 10px 8px 0;
}

#port li.last { border-right:0 none; }
#port li.first { padding-left:10px; }



#port_thumbs{ width:230px; padding:0px 0;  }
.thumb{ border-bottom:4px white solid; border-right:4px white solid; float:left}
.thumb_selected{border-bottom:4px white solid; border-right:4px white solid;  float:left; }

#col_right{
	float:right;
	
}

#text_sub_page{
	
	padding:29px 83px;
	background-color:#f1f1f1;
	font-size:11px;
	color:#636361;

}


#newsletter_images{
	background-color:#FFF;
	font-size:11px;
	color:#636361;

}

#red_area{
background:#971112;
color:#fff;
margin-top:5px;
padding:23px 19px;
font-size:10px;
}

#text_sub_page{
	font-size:12px;
	
	line-height:18px;
}


#text_sub_page h1{
	font-size:20px;
	margin:0 0 15px 0;
	font-weight:bold;
	
}

a .thumb_selected img {filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

 
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
 
h3 {
font:1em "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
}
 

ul, ol {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
 

ul, ol {
	list-style:none;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
text-decoration:none;
color: #795F3E;

}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
table tr td {
padding:2px;
}


/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:707px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


a
{
  outline: none;
}
:-moz-any-link:focus {
  outline: none;
}



/* Form stuff */
form div { 
	margin:0 0 8px 0;
	clear:left;
}

label {
	float:left;
	display:block;
	width:6em;
	font-weight:bold;
	padding-right:1.5em;
	vertical-align:middle;
}

form { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

form div.actions {
margin-left:6em;
padding-left: 1.5em;
}


#shop{

	position:absolute;
	right:0;
	top:27px;
}


.properties_text
{
	padding:5px;
	text-align:center
}


#home-content{
	background:#971112;
	displsay:block;
	padding:15px;
	color:#FFF;
	font-size:12px;
	margin:4px 0;
}

#port-content{
	background:#971112;
	displsay:block;
	padding:15px;
	color:#FFF;
	font-size:12px;
	margin:4px 5px 4px 0;
}

.page-img{
float:left;
border:2px solid #636361;
margin:0 10px 5px 0
}

#home-tr{
	float:right;
	margin:0 0 4px 0 
}

#home-br{
	float:right;
}

#home-main, #home-anim{
float:left;	
}
