body{
	font-family: Arial,sans-serif;
	color: #e6c12d;
	line-height: 1.166;
	background-color: #000;
	width: 900px; 
	margin:0 auto;
    padding:0;
	/* position: relative; was added as left menu content move out of box without it in ie  */
	position: relative;
}

a{
	color:#069;
    text-decoration:none;
}

a:link{
	color: #e6c12d;
	text-decoration: none;
}

a:visited{
	color: #e6c12d;
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: none;
}

a:active{
	color: red;
	text-decoration: none;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 124%;
 color: #e6c12d;
 margin: 0;
 padding: 0;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: red;
 margin: 0;
 padding: 0;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333;
 margin: 0;
 padding: 0;
}

ul{
 list-style-type: square;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/*************Layout Divs ************/
#masthead{
	padding: 10px 0 0 0;
	border-bottom: 2px solid lime;
	width: 100%;
}

#navBar{
	float: left;
	width: 17%;
	margin: 0;
	padding: 0;
	background-color: #000;
	border-right: 4px solid #e6c12d;
	border-bottom: 4px solid #e6c12d;
	border-left: 4px solid #e6c12d;
}

#headlines{
    float:right;
	width: 15%;
	border-left: 1px solid red;
	border-bottom: 1px solid red;
	border-right: 1px solid red;
    padding-right: 10px;
}

#content{
	float: left;
    width: 63%;
    font-family: Arial,sans-serif;
    font-size: 120%;
    color: #e6c12d;
}

/************* #topNav styles **************/
#topNav{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid red;
	color: lime;
	text-align: center;
}

#topNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** .currentpage link styles **************/
.currentpage{
   color: #FFF;	font-size: 100%; font-weight:bold;
	border-top: 2px solid #e6c12d;
	padding: 2px 0 2px 10px;
}
.currentpagetop{
   color: #FFF;
   font-size: 90%;
   padding: 0 4px 0 0;
}
/*************** #pageName styles **************/

#pageName{
	margin: 0;
	padding: 4px 0 0 0;
	text-align:center;
}
/************* #breadCrumb styles *************/
#breadCrumb{
	font-size: 80%;
	padding: 0 2px 0 0;
	color: lime;
}
/************** .feature styles ***************/
.feature{
	padding: 0 0 10px 10px;
	font-size: 90%;
	text-align: justify;
}

.feature h3{
	padding: 6px 0 8px 0;
	text-align: center; color:#e6c12d;
	font-size: 110%;
}
.feature h4{
	padding: 5px 0 6px 0;
	text-align: center; color:lime;
	font-size: 100%;
}

.feature img{
	float: left;
	padding: 0 10px 0 0;
}
.feature .midipicright{
	float: right;
	padding:0 0 0 10px;
}

.feature .midipic{		
    vertical-align: middle;
    float: none;
	padding: 0 4px 0 4px;
}

/************** sm gb map on home page *****************/
.feature .midipictop{		
    float: none;
	padding: 0 4px 0 4px;
}
/************** end *****************/
.feature a:link{text-decoration: underline;}
.feature a:visited{text-decoration: underline;}
.feature a:hover {color: white; text-decoration: none;}
.feature a:active { color: red;}
/**** centering big pic on carry page and border on small map on prices page ***/
img.mid_pic {
     display: block;
     margin-left: auto;
     margin-right: auto; padding:0; float: none; border-color:lime}

/************** .featurecontact on contact page *****************/
.featurecontact {
	padding: 20px 0 60px 10px;
	font-size: 90%;
	text-align:center;
}

.featurecontact h3{
	padding: 5px 0 10px 0;
	text-align: center;
	font-size: 100%; color:#e6c12d;
}

.featurecontact img{
	float: none;
	padding: 0;
}

/************** .story styles *****************/
.story{
	clear: both;
	padding: 0 0 10px 0;
	font-size: 80%; text-align:center;
}
.story p{
	padding: 0 0 10px 0;
}
.story a:active { 
    color: red;}

/*** #footer styles (without width ie7 there is higher gap above text) ***/

#footer{
	clear: both;
	border: 1px solid red;
	font-size: 75%;
	color: lime;
	padding:10px;  width:878px;
}

/************* #search styles ***************/
#search{
    float:right;
	padding: 0 5px 0 0;
	border-bottom: 0;
	font-size: 80%;
}

#search form{
 margin: 0;
 padding: 0;
}

/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block; font-weight:bold}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #e6c12d;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/
#sectionLinks{
    position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #e6c12d;
	font-size: 100%;
}

#sectionLinks h3{
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #e6c12d;
	text-align: center;
}

#sectionLinks a {
	display: block;
	border-top: 2px solid #e6c12d;
	padding: 2px 0 2px 10px;
}

#sectionLinks a:hover{
	background-color: red;
	color: #fff;
}

/*********** .relatedLinks styles ***********/
.relatedLinks{
	position: relative;
	margin: 0;
	padding: 0 0 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0 2px 0;
	text-align: left;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/
#advert{
	padding: 2px 0 8px 0;
		font-size: 100%;
}

#advert img{
    display: block;
    margin-left: auto;
    margin-right: auto; padding-top:6px; padding-bottom:6px;
}
  .centeredp
    {
    text-align:center;
    margin-top:0;
    margin-bottom:0;
    padding:0;
    }

/************** #headlines styles **************/
#headlines{
	margin: 0;
	padding: 10px 10px 8px 10px;
	font-size: 100%;
	color: #e6c12d;
}

#headlines p{
	padding: 0 0 2px 0;
		font-size: 80%;
}

#headlines h3{
	text-align: center;
}

#headlines a { color: lime; text-decoration: none;}
#headlines a:link {color: lime; text-decoration: none;}
#headlines a:visited { color: lime;}
#headlines a:hover {color: #fff; text-decoration: underline;}
#headlines a:active { color: red;}

#headlines p.con  a { color: red; text-decoration: none;}
#headlines p.con a:link { color: red; }
#headlines p.con a:visited { color: red;}
#headlines p.con a:hover {color: red; text-decoration: underline overline;}
#headlines p.con a:active { color: #fff;}

.midipic{		
    vertical-align: middle;
    float: none;
	padding: 0 3px 0 0;
}

.hr  { color: #e6c12d;
}

/************** #contact box on home and carry page **************/
#headlinebox{
    float: none;
	margin-left:0; margin-right:0;
	padding-top: 6px; padding-right:6px; padding-bottom:8px; padding-left:6px;
	background-color:#000;
	border: 2px solid #e6c12d;
	font-weight:bold; text-align:center;
}
 
#headlinebox a:link {color: #e6c12d; text-decoration: none;}
#headlinebox a:visited { color: #e6c12d;}
#headlinebox a:hover {color: #fff; text-decoration: underline;}
#headlinebox a:active { color: red;}
 
/**************    **************/
table.linkstable {font-size: 100%; font-weight:bold; color: #e6c12d;}
 
p.linkstable2 a:link {  color: lime; text-decoration: underline;} 
p.linkstable2 a:visited {  color: lime; text-decoration: underline;}
p.linkstable2 a:hover {color:#fff;text-decoration: none;}
p.linkstable2 a:active {  color: red;}

p.linkstable2 {font-size : 8pt;font-family: Arial;color: lime;}

h3.linkstable1 a:link {  color: lime; text-decoration: underline;}
h3.linkstable1 a:visited {  color: lime; text-decoration: underline;}
h3.linkstable1 a:hover {color:#FFF;text-decoration: none;}
h3.linkstable1 a:active {  color: red;}
/**************  used on prices red links page and...  **************/
p.con  a { color: red; text-decoration: underline;}
p.con a:link { color: red; }
p.con a:visited { color: red;}
p.con a:hover {color:#FFF; text-decoration: none;}
p.con a:active { color: red;}

/**************  carry content link  **************/
h4.linkstable1 { text-align: center; padding:10px;}
h4.linkstable1 a:link {  color: lime; text-decoration: underline; }
h4.linkstable1 a:visited {  color: lime; text-decoration: underline;}
h4.linkstable1 a:hover {color:#FFF;text-decoration: none;}
h4.linkstable1 a:active {  color: red;}

/**************  colored text   **************/
.red {color:red; font-weight:bold;}
.lime {color:lime; font-weight:bold;}
.white {color:#FFF; font-weight:bold;}
.grey {color:#999; font-weight:bold;}
.gold {color:#e6c12d; font-weight:bold;}
/************** google map search   **************/
#searchg{
	padding: 0 10px 0 0;
	font-size: 80%; margin: 0;
}
#searchg label{
	color:#e6c12d; font-weight:lighter;
}	
