@charset "utf-8";
/*----------------------------------------------------
                 RR - CSS File
------------------------------------------------------*/

body{
	padding:0;
	margin:0;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#666;
	line-height:16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

/* float menu */

#float2 {
  position: fixed;
  width:120px;
  background-color:#ff9900;
  padding:8px;
  right: 0;
  top: 50%;
  margin-top: -2.5em;

}

#float2 ul li{
  position: fixed;
  width:120px;
  background-color:#000;
  padding:8px;
  right: 0;
  top: 50%;
  margin-top: -2.5em;

}



/* end float menu */

/* links */
a, a:visited{
	color:red;                    /* #666666; */
	text-decoration:none;
	vertical-align:top !important;
}
a:hover{
	color:#2daae1;
	text-decoration:underline;
}
a img{
	border:none;
}
.imgcenter{
	margin:4px auto 20px auto;
	display:block;
}
.imgmiddle{
	vertical-align:middle;
	margin-right:8px;
}

.imgleft{
	float:left;
	margin:3px 14px 0px 0;
}
.imgright{
	float:right;
	margin:3px 0 18px 14px;
}
.shadow{
	padding:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	box-shadow:0px 0px 4px #afaeae;
	-webkit-box-shadow:0px 0px 4px #afaeae;
	-moz-box-shadow:0px 0px 4px #afaeae;
}
hr {
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:1px;
	line-height:0;
	margin:30px 0 !important;
	page-break-after:always;
	clear:both;
}
.clr{
	clear:both;
	height:1px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote{
	margin-bottom:5px;
}
blockquote{
	background-image:url("../images/quote2.png");
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin:0px;
	padding:8px 0 8px 10px;
}
blockquote.quote{
	background-image:url("../images/quote.png");
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin:0px;
	font-size:11px;
	padding:8px 0 8px 10px;
}
/* code */
code{
	border-left:2px solid #cccccc;
  	background:#f7f7f7;
  	padding:5px 10px;
	font-size:11px;
  	display:block;
  	color:#858585;
  	margin-bottom:10px;
}
ul li{
	padding:0;
	line-height:20px;
}
ol li{
	list-style:decimal;
	line-height:20px;
	list-style-position:inside
	

}

.bullets {
	margin-left:30px;
	line-height:20px;
	background-image:url("../images/list-blue.png");
	background-repeat:no-repeat;
	color:#ffffff;
}

/* heading */
h1, h2, h3, h4, h5, h6{
	color:#868686;
	margin-bottom:15px;
	font-weight:normal;
}


h1{font-size:32px;line-height:34px;font-weight:bold;color:#2daae1;}
h2{
	font-size:24px;
	line-height:26px;
	color:#00779E;
}
h3{
	font-size:20px;
	line-height:20px;
	color:#00779e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h4{
	font-size:16px;
	line-height:18px;
	color:#00779e;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h5{font-size:14px;line-height:16px; color:#2daae1}
h6{font-size:13px;line-height:15px;}
h7{font-size:24px;line-height:26px; color:#333333;}
h8{font-size:32px;line-height:34px;font-weight:bold;color:#2daae1;}
.heading-blue{color:#409df3;}
.heading-contact{margin-bottom:5px;}

.h7highlight{font-size:24px;line-height:26px; color:#333333;}
.h2lowlight{
	font-size:24px;
	line-height:26px;
	color:#00779e;
}



/* Container
------------------------------------------------------*/
#wrapper{
	overflow-x: hidden;
	background-image:url("../images/background5.jpg");
	background-repeat: no-repeat;
	padding:0px;
}
#container{
	background-image:url("../images/bg-glow.png");
	background-repeat:no-repeat;
	background-position:75px 0px;
	width:976px;
	margin:0 auto;
}


/* Top
------------------------------------------------------*/
#top{
	background-image:url("../images/bg-top.png");
	background-repeat:no-repeat;
	height:95px;
}
#top-alt{
	height:170px;
	background-image:url("../images/header_bg_blue.png");
	background-repeat:no-repeat;
}

#top-alt-about{
	background-image:url("../images/bg-top2.png");
	background-repeat:no-repeat;
	height:95px;
}

#logo{
	float:left;
	width:300px;
	padding:30px 0 0 45px;
	margin-top: 10px;
}
#mainmenu{
	float:right;
	width:920px;
	position:relative;
	z-index:20;
	border:0px solid white !important;
}
#mainmenu ul{
	position:relative;
	float:right;
	padding:10px 15px 0 0;
	text-transform: capitalize;
}
#mainmenu ul li{
	float:left;
	padding:0px 15px 0px 15px;
	color:#000000;
	position:relative;
	font-size:11px;
	font-family:Verdana, Arial;
	text-transform:uppercase;
	background-image:url("../images/separator-menu.gif");
	background-position:0 5px;
	background-repeat:no-repeat;
	}

#mainmenu ul li#home{
	background-image:none;
}
#mainmenu ul li a, #mainmenu ul li a:visited{
	color:#ffffff;
	text-decoration:none;
	text-shadow:0px 1px 0px #0e6ca7;
	letter-spacing: 0.2em;
}
#mainmenu ul li a:hover{
	text-decoration:none;
	color:#095569;
	font-style: normal;
	letter-spacing: 0.2em;
}

.dropdown a, .dropdown a:visited{
	color:#ffffff;
	text-decoration:none;
	text-shadow:0px 1px 0px #0000000;
	letter-spacing: 0.2em;
}
.dropdown a:hover{
	text-decoration:none;
	color:#095569;
	font-style: normal;
	letter-spacing: 0.2em;
	
}

#menu li li{
	margin:0;
	padding:0;
	position:relative;
	z-index:100;
	background-image:none;
	text-transform:capitalize;
}
#menu ul{
	display:none;
	position:absolute;
	top:20px;
	left:0px;
	width:170px;
	padding:8px 0px 8px 0px !important;
	background-color:#0c8cae;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}
#menu ul ul{top:0px; left:170px;}
#menu li ul a{
	text-decoration:none;
	text-transform:capitalize;
	width:160px;
	display:block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #FFF;
}

#menu li ul a: hover{
	text-decoration:none;
	text-transform:capitalize;
	width:120px;
	display:block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #095569;
}

#phone{
	float:left;
	width:600px;
	position:relative;
	z-index:20;
	padding: 30px 0px 0 0;
	text-align:right;
	color:#ffffff;
	font-size:16px;
	text-shadow:0px 1px 0px #0e6ca7;
	line-height:30px;
	}
	
#phone_2{
	float:left;
	width:600px;
	position:relative;
	z-index:0;
	padding: 30px 0px 0 0;
	text-align:right;
	color:#ffffff;
	font-size:16px;
	text-shadow:0px 1px 0px #0e6ca7;
	line-height:30px;
	}
	
	#log-in{
	float:left;
	width:600px;
	position:relative;
	z-index:20;
	padding: 20px 0px 0 0;
	text-align:right;
	color:#ffffff;
	font-size:16px;
	text-shadow:0px 1px 0px #0e6ca7;
	line-height:30px;
	}
	

#contact-home {
	height:140px;
}
#contact-home-top {
	height:20px;
	padding-top:10px;
}
#contact-home-content {
	height:90px;
	padding-top:10px;
	line-height:24px;
}
#contact-home-content a {
	text-decoration:none;
	margin-top:-5px;
	line-height:16px;
	vertical-align:top;
}
#contact-home-content a:hover {
	text-decoration:none;
	color:#00779e;
	 line-height:16px;
	}


/* Menu Bar
------------------------------------------------------*/

#menu_bar_two{
	height:45px;
	width:976px;
	padding:0 0px;
	position:relative;
	margin-bottom:0px;
	margin-top:0px;
	background-image:url("../images/menu_bg.png");
}

#menu_bar{
	height:45px;
	width:976px;
	padding:0 0px;
	position:relative;
	margin-bottom:18px;
	margin-top:0px;
	background-image:url("../images/menu_bg.png");
  	z-index:999;
}
#menu_bar img {
  position:absolute;
  top:-8px;
  left:20px;
}

#sub_menu_bar{
	height:80px;
	width:976px;
	padding:0 0px;
	position:relative;
	margin-bottom:18px;
	margin-top:0px;
	background-image:url("../images/sub_menu_bg_3.png");
	background-repeat:no-repeat;
}

#mainmenu_two{
	float:left;
	width:910px;
	margin-top:28px;
	z-index:20;
}
#mainmenu_two ul{position:relative; float:left; padding:5px 0px 0 0;}
#mainmenu_two ul li{
	float:left;
	padding:0px 15px 0px 15px;
	color:#000000;
	position:relative;
	font-size:10px;
	letter-spacing:0.1em;
	font-family:Verdana, Arial;
	text-transform:uppercase;
	background-image:url("../images/separator-menu2.gif");
	background-position:0 5px;
	background-repeat:no-repeat;
}
#mainmenu_two ul li#home{
	background-image:none;
}
#mainmenu_two ul li a, #mainmenu_two ul li a:visited{
	color:#666;
	text-decoration:none;
	text-shadow:0px 1px 0px #ccc;
}
#mainmenu_two ul li a:hover{
	text-decoration:none;
	color:#000;
	
	
}
#menu_two li li{
	margin:0;
	float:left;
	padding:0;
	position:relative;
	z-index:100;
	background-image:none;
	
}
#menu_two ul{
	display:none;
	position:relative;
	float:left;
	top:20px;
	left:0px;
	width:135px;
	padding:8px 0px 8px 0px !important;
	background-color:#eeeeee;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;	
	border-bottom-left-radius:4px;	
}
#menu_two ul ul{top:0px; left:135px;}
#menu_two li ul a, #menu_two li ul a:visited{
	padding:3px 15px;
	text-decoration:none;
	text-transform:capitalize;
	width:105px;
	
}


/* Header
------------------------------------------------------*/
#header{
	height:344px;
	width:960px;
	position:relative;
}

/* header slideshow */
.header-left{float:left; width:300px; padding:30px 0 0 40px;}
.header-right{float:left; width:636px;}
.header-left p{color:#7b7b7b; text-shadow:0px 1px 0px #fefefe;}
.header-left h1{text-shadow:0px 1px 0px #fefefe;}
ul#slideshow{list-style-type:none; padding:0 0 0 0; margin:10px 0 0 0;}
ul#slideshow li{list-style-type:none; padding:0; margin:0; width:976px}
.glow-box{
	width:300px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#000;
	padding:10px;
	opacity:0.7;
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	float:left;
}
.glow-box-alt{
	width:280px;
	height:260px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:none;
	padding:20px; /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	float:left;
}
.glow-box li, .glow-box-alt li{clear:both;}


.td1, .td2, .td3, .td4, td5, td6{display:inline; padding:0 4px; float:left}
.td1{
	width:70px;
	font-size: 14px;
	color: #F90;
}
.td2{
	width:15px;
	}
	
.td3{
	width:140px;
	font-size: 14px;
	color: #2DAAE1;
}

.td4{
	width:50px;
	font-size: 14px;
	color: #2DAAE1;
}

.td5{
	width:100px;
	font-size: 14px;
	color: #F90;
}
.td6{width:15px;}


.de1, .de2, .de3, .de4, de5, de6{display:inline; padding:0 0px; float:left}
.de1{
	width:100px;
	font-size: 14px;
	color: #666;
}
.de2{
	width:15px;
	}
	
.de3{
	width:100px;
	font-size: 14px;
	color: #2DAAE1;
}

.de4{
	width:50px;
	font-size: 14px;
	color: #2DAAE1;
}

.de5{
	width:100px;
	font-size: 14px;
	color: #F90;
}
.de6{width:15px;}



#pagerslide{bottom:20px; left:463px; position:absolute; z-index:10}
#pagerslide a{background-image:url("../images/nav-cycle-slide-15.png"); background-repeat:no-repeat; width:15px; height:15px; display:block; float:left; margin:0 2px; text-indent:-9999px;}
#pagerslide a.activeSlide{background-image:url("../images/nav-cycle-slide-active-15.png"); background-repeat:no-repeat;}

#header-alt{
	height:360px;
	width:976px;
	padding:0 0px;
	position:relative;
	margin-top:-18px;
	z-index:0;
}

.slide2 .header-left{float:left; width:616px; padding:20px 0 0 0}
.slide2 .header-right{float:left; width:320px; padding:30px 0 0 0; color:#fff}
.slide2 .header-right p{color:#fff;}
.slide2 .header-right h1{color:#fff}
ul#slideshow.slide2 li{list-style-type:none; padding:0; margin:0; width:976px; height:360;}
.slide2 .glow-box{padding:20px;}
ul#slideshow li.bg1{ background-image:url("../images/bg-slide1.png"); background-repeat:no-repeat; background-position:center; height:360px; width:976px;}
ul#slideshow li.bg2{ background-image:url("../images/bg-slide2.png"); background-repeat:no-repeat; background-position:center; height:360px;}
ul#slideshow li.bg3{ background-image:url("../images/bg-slide3.png"); background-repeat:no-repeat; background-position:center; height:360px;}
ul#slideshow li.bg4{ background-image:url("../images/bg-slide4.png"); background-repeat:no-repeat; background-position:center; height:360px;}

#header-inner{
	height:83px;
	width:976px;
	clear:both;
}

#header-inner-alt{
	height:130px;
	width:976px;
	clear:both;
	margin-top:-10px;
	margin-bottom:-20px;
	background-image:url("../images/Truck-Line-Up.png");
	background-repeat:no-repeat;

}

#header-inner-view{
	height:70px;
	width:976px;
	clear:both;
	margin-top:-18px;

	background-image:url("../images/header-alt-view.png");
	background-repeat:no-repeat;

}


/* Content
------------------------------------------------------*/
#content{
	background-image:url("../images/bg-content.png");
	background-repeat:no-repeat;
	width:976px;
	clear:both;
}

#half {
	width:368px;
	padding:19px;
	border:1px solid #cccccc;
	background-color:#eee;
	float:left;
	height: 100%;
	vertical-align:top;
}

#full-width{width:916px; float:left;padding:0}

#half-right {
	width:448px;
	margin-left:20px;
	float:left;
	border:1px solid #cccccc;
	background-color:#eee;
	padding: 19px;
	height: 650px; /* */
}

#content-page{
	background-image:url("../images/bg-content.png");
	background-repeat:no-repeat;
	width:976px;
	clear:both;

}
#content.boats{
	background-image:url("../images/bg-content-wht_curve_long.png");
	background-repeat:no-repeat;
	width:976px;
	clear:both;
	margin-top:-18px;
}

#content.alt{
	background-image:url("../images/bg-content-wht_curve.png");
	background-repeat:no-repeat;
	width:976px;
	clear:both;
	margin-top:-10px;
}

#content.alt1200{
	background-image:url("../images/bg-content-1200.png");
	background-repeat:no-repeat;
	width:976px;
	clear:both;
	margin-top:-10px;
}
#top-content{
	height:70px;
	padding:0 30px;
}
#newsflash{
	float:left;
	width:700px;
	padding:0px 0 0 0;
	text-shadow:0px 1px 0px #fefefe;
}
#tnews{
	
	font-size:16px;
	padding:0px 0 0 0;
	height:25px;
	margin-top:25px;
	text-shadow:0px 1px 0px #fefefe;
	border-right:solid 1px #999999;
	background-position:right center;
	background-repeat:no-repeat;
	margin-right:29px;
	float:left;
	width:165px;
	color:#000000;
}
#newsflash-text{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-top:25px;
	padding-left:0px;
	width:505px;
	line-height:16px;
	color:#666666;
}
#topsearch{
	float:left;
	width:216px;
	padding:25px 0 0 0;
	text-align:right
}
#topsearch form{
	float:right;
}
.input-search{
	width:161px;
	padding:5px 0 0 0;
	background:none;
	border:0;
	vertical-align:middle;
	color:#fff;
}
.bg-search{
	background-image:url("../images/bg-search.png");
	background-repeat:no-repeat;
	width:161px;
	padding:0px 25px 0 5px;
	height:28px;
	display:block;
	text-align:right
}
#main{
	padding:30px 30px 20px 30px;
}
#main-inner{
	padding:25px 30px 30px 30px;
	clear:both;
	background-image: url("../images/bg-content-wht_curve.png");
	background-repeat: no-repeat;
	height:500px;
	border-bottom-color:white;
}
#main-fullwidth{
	padding:25px 20px 65px 30px;
}
#main-fullwidth-text{
	padding:0px;
}
.brochure{margin-top:4px;}
.front-box-text{font-size:11px; line-height:18px; margin-bottom:0px;}


/* Home
------------------------------------------------------*/
#main-home-left{
	width:305px;
	float:left;
	border-right:solid 1px #e4e4e4;
	padding:0 0 15px 0;
}

#abs-home-sq{
	width:206px;
	height:575px;
	float:left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 0;
	margin-right: 17px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.button_click
{width:186px;
padding:5px;
height:20px;
background-color:#666;
line-height:none;
vertical-align:middle;
margin:0px;}

.button_click h3
{margin:0px;}


#abs-home-sq-right{
	width:198px;
	height:200px;
	float:right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 14px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-right: 0px;
	margin-bottom: 20px;
}

#abs-home-sq-four{
	width:214px;
	float:left;
	padding:0 0 15px 0;
	margin-left:20px;
}

#abs-home-sq-four-left{
	width:214px;
	float:left;
	padding:0 0 15px 0;
	margin-left:0px;
}

#abs-home-mid{
	width:445px;
	height:200px;
	float:left;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0px;
	margin-bottom: 20px;
}

#abs-home_3_col{
	width:670px;
	height:100%;
	float:left;
	padding-top: 0;
	padding-right:0px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

ul#medals
{
  list-style-type: none;
  padding: 0px;
  margin: 10px;
}
ul#medals li
{
  background-repeat: no-repeat;
  background-position: 0px 5px; 
  padding:0 0 0 35px;
  margin:0 0 10px 0; 
}
ul#medals li#gold
{
  background-image: url('../images/icon-gold-20.jpg') !important;
}
ul#medals li#silver
{
  background-image: url('../images/icon-silver-20.jpg') !important;
}
ul#medals li#bronze
{
  background-image: url('../images/icon-bronze-20.jpg') !important;
}
ul#medals li#goldg
{
  background-image: url('../images/icon-gold-20g.jpg') !important;
}
ul#medals li#silverg
{
  background-image: url('../images/icon-silver-20g.jpg') !important;
}
ul#medals li#bronzeg
{
  background-image: url('../images/icon-bronze-20g.jpg') !important;
}

.info-box-wrap{
	width:214px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:solid #ebebeb 1px;
	margin-left:17px;
	margin-right:0px;
	float:left;
	height: 206px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.info-box-wrap-image{
	width:214px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:solid #ebebeb 1px;
	margin-left:17px;
	margin-right:0px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 340px;
}

.info-box-wrap-left{
	width:214px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:solid #ebebeb 1px;
	float:left;
	height: 206px;
	margin: 0px;
	padding: 0px;
}

.info-box-wrap-left-image{
	width:214px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:solid #ebebeb 1px;
	float:left;
	margin: 0px;
	padding: 0px;
	height: 340px;
}

.info-box-top{
	width:204px;
	height:30px;
	color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px 6px 0px 0px;
	background-color:#00779E;
	padding:5px 0px 0px 10px;
	float:left;
}

.info-box-fom {vertical-align:bottom; height:40px; padding-left:10px; padding-bottom:10px;}
.info-box-image{
	width:194px;
	background-color:#fff;
	padding:0px;
	color:#666666;	
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

.info-box-image-text{
	width:194px;
	background-color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px 6px 6px 6px;
	padding:0px 10px 10px 10px;
	color:#666666;
	float:left;
	margin-top:1px;
	height: 110px;
}

.info-box{
	width:194px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:0px 0px 6px 6px;
	background-color:#fff;
	padding:10px;
	color:#666666;	
	float:left;
}


.list1{
	margin:10px 0 10px 20px;
	padding:0;
	list-style-type:none;
}
.list1 li{
	background-image:url("../images/list.gif");
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 5px 20px;
	float:left;
	display:inline;
	width:275px;
}

*+html .list1{display: inline; display: inline-block;}
*+html .list1{display: inline; display: inline-block;}

.list3{
	margin:20px 0 0 20px;
	padding:0;
	list-style-type:none;
	font-size:12px;
}
.list3 li{
	background-image:url("../images/list.gif");
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 5px 20px;
	float:left;
	font-size:12px;

	width:275px;
}

*+html .list3{display: inline; display: inline-block;}
*+html .list3{display: inline; display: inline-block;}

#main-home-right{
	width:580px;
	float:left;
	padding:0 0 10px 30px;
}
.list2{
	margin:0;
	padding:0;
	list-style-type:none;
}
.list2 li{
	padding:0;
	float:left;
	width:48%;
	margin-right:23px;
}
.but-details{
	padding:0 0 0 0;
	margin:15px 28px 0 0 ;
	display:inline;
	display:inline-block
}
.but-buynow{
	padding:0 0 0 0;
	margin:15px 0 0 0 ;
	display:inline;
	display:inline-block
}

.but-details a, .but-details a:visited, .but-buynow a, .but-buynow a:visited{
	color:#aaa;
	background-image:url("../images/list.gif");
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 0 15px;
}
.grey-box{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#efefef;
	clear:both;
	margin-top:20px !important;
	padding:12px 20px;
}

ul.column-two{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.column-two li{
	padding:0;
	float:left;
	width:48%;
	padding-right:10px;
	margin-right:5px;
}
.marginoff{margin-right:0 !important; border:0 !important; padding-right:0 !important}
.marginoff-box{margin:0px 0px 0px 5px!important; border:0 !important; padding-right:0 !important}
.borderright{border-right:solid 1px #dcdcdc;}


/* pages
------------------------------------------------------*/


.right-box-wrap-image{
	width:263px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:solid #f0eeee 1px;
	margin-left:0px;
	margin-right:0px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.right-box-top{
	width:253px;
	height:30px;
	color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px 6px 0px 0px;
	background-color:#f0eeee;
	padding:5px 0px 0px 10px;

	float:left;
}


.right-box-image{
	width:243px;
	background-color:#fff;
	padding:0px;
	color:#666666;	
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

.right-box-image-text{
	width:243px;
	background-color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px 6px 6px 6px;
	padding:0px 10px 10px 10px;
	color:#666666;	
	float:left;
	margin-top:1px;
}


/* About
------------------------------------------------------*/
.title-page{
	height:20px;
	text-align:left;
	color:#FFFFFF;
	background-repeat:no-repeat;
	font-size:35px;
	float:right;
	text-transform:capitalize;
	padding:0px 30px 0 0px;
	margin-top:10px;
}

#main-left{
	float:left;
	width:612px;
	padding-right:15px;
	border-right:solid 1px #e4e4e4;
}


#main-left-icons{
	float:left;
	width:612px;
	padding-right:15px;

}

#main-left-page{
	float:left;
	width:612px;
	padding-right:15px;

}

#main-left-image{
	float:left;
	width:612px;
	padding-right:15px;
	padding-bottom:15px;
	border-right:solid 1px #e4e4e4;
}

#main-left.noseparator{
	float:left;
	width:600px;
	padding-right:20px;
	border:0
}

#main-right{
	float:left;
	width:265px;
	padding-left:18px;
}
#main-right.noseparator{
	float:left;
	width:290px !important;
	padding-left:6px;
}

.img-caption{
	margin-bottom:10px;
	position:relative;
}
.caption{
	position:absolute;
	width:572px;
	background-color:#000;
	padding:20px;
	bottom:5px;
	right:0;
	font-size:18px;
	color:#fff;
	opacity:0.5
}
.title-box{
	border-bottom:solid 1px #e4e4e4;
	padding-bottom:8px;
	margin-bottom:10px;
}
.title-box h5{
	margin-bottom:4px;
}
.number{
	font-size:36px;
	line-height:38px;
	float:left;
	width:34px;
	text-align:center;
	border-right:solid 1px #e4e4e4;
	margin-right:15px;
	
}

.icon-new{
	font-size:36px;
	background-image:url("../images/snowflake.gif");
	line-height:38px;
	float:left;
	width:45px;
	text-align:center;
	border-right:solid 1px #e4e4e4;
	margin-right:15px;
	
}
#fade-box{
	list-style-type:none;
	padding:0 !important;
	margin:0 !important;
}
#fade-box li{list-style-type:none;
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}


/* Showroom Car List
------------------------------------------------------*/
.box-desc{
	background-image:url("../images/bg-boxlist.gif");
	background-repeat:no-repeat;
	width:180px;
	padding:10px 15px;
}
.box-desc h4{
	font-weight:bold;
	background-image:url("../images/doubleline.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 0 8px 0;
	margin-bottom:8px;
}
.box-desc h4 a, .box-desc h4 a:visited{
	text-decoration:none;
	color:#868686;
}
.list-block{
	position:relative;
}
.list-block li{
	float:left;
	width:210px;
	margin-right:15px;
	margin-left:6px;
}
.box-desc li{
	float:none;
	width:auto;
	margin:0;
	background-image:url("../images/list.gif");
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 2px 20px;
}
#list-column, #list-column2, #list-column3{
	height:258px;
	margin-bottom:3px;
}
.title-list{
	border-bottom:solid 1px #e4e4e4;
	padding-bottom:6px;
	margin-bottom:4px;
}
.list-nav{
	background-image:url("../images/bg-navlist.gif");
	background-repeat:no-repeat;
	width:44px;
	height:28px;
	position:absolute;
	right:0;
	top:-1px;
}
.prev, .prev2, .prev3{
	background-image:url("../images/prev.gif");
	width:9px;
	height:5px;
	display:inline;
	display:inline-block;
	top:13px;
	right:9px;
	position:absolute;
	cursor:pointer;
}
.next, .next2, .next3{
	background-image:url("../images/next.gif");
	width:9px;
	height:5px;
	display:inline;
	display:inline-block;
	top:13px;
	left:10px;
	position:absolute;
	cursor:pointer;
}

/*---- Column ----*/
.col-288{
	float:left;
	width:288px;
	padding-right:35px;
	margin-bottom:10px;
}

/*---- Top Box ----*/
#block-top{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#efefef;
	padding:10px;
	margin-bottom:20px

}
#block-top ul{}
#block-top ul li{
	float:left;
	width:265px;
	padding-right:0px;
	padding-left:8px;
	font-size:11px;
	line-height:16px;
	}
#block-top li.arrowLarge{
	width:25px;
	padding:12px 10px 0 0;
	border:0px;
}
#block-top li.arrowLarge img{
	vertical-align:middle;
}
#block-top ul li.nomargin{
	border:0px;
	padding-right:0px;
}
#block-top ul li h5{margin-bottom:5px;}
#block-top ul li .imgleft{margin-bottom:0px;}

.italicText{
	font-size:14px;
	font-style:italic;
}

/*---- Bottom Box ----*/
#block-bottom{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#efefef;
	margin-top:20px;
	padding:10px;
}
#block-bottom ul{}
#block-bottom ul li{
	float:left;
	width:270px;
	border-right:solid 1px #dcdcdc;
	padding-right:15px;
	padding-left:15px;
	font-size:11px;
	line-height:16px;
	}
#block-bottom ul li.nomargin{
	border:0px;
	padding-right:0px;
}
#block-bottom ul li h5{margin-bottom:10px;}
#block-bottom ul li .imgleft{margin-bottom:0px;}


/* Showroom Car Detail
------------------------------------------------------*/
#column-left{
	width:360px;
	float:left;
}
.column-right{
	width:235px;
	float:left;
	padding:0 0 0 15px !important;
}
.th{
	background-image:url("../images/bg-title-table2.gif");
	background-color:#a6ce39;
	height:40px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.tb{
	border:solid 1px #e4e4e4;
	
}
.tc table{
	padding:10px 0 !important;
}
.tcol{
	width:90%;
	margin:0 auto;
}
.tcol{
	margin-top:4px;
}
.tcol td{
	padding:2px;
}
.tcol table{
	margin-bottom:10px
}
.col1{
	width:160px;
	border-right:solid 1px #e4e4e4;
}
.col2{
	width:50px;
	padding:0 10px 0 10px !important;
	border-right:solid 1px #e4e4e4;
}
.col3{
	padding:0 0 0 10px !important;
}
.tcol2{
	width:100%;
	margin:0 auto;
}

.column-right h3{
	margin-bottom:8px;
}
ul.listitem li{
	border-top:solid 1px #e4e4e4;
	padding:6px 0;
}
#rating{
	text-align:center;
}
.title-rating{
	font-size:14px;
	display:block;
	padding-bottom:5px;
}

/* Parts and Service
------------------------------------------------------*/
.tcol2{
	margin-top:4px;
}
.tcol2 td{
	padding:2px;
	text-align:center
}
.tcol2 table{
	margin-bottom:10px;
}
.th1{padding-left:0px !important; width:190px;}
.th2, .th3, .th4, .th5{
	width:92px;
	text-align:center;
}
.th1, .th2, .th3, .th4, .th5{padding:4px 0 0 0; height:26px;}
.tcol2 .col1{text-align:left !important; width:170px; padding-left:20px !important}
.tcol2 .col2, .tcol2 .col3, .tcol2 .col4, .tcol2 .col5{
	width:92px; height:20px;
}

.tcol2 .col1, .tcol2 .col2, .tcol2 .col3, .tcol2 .col4{
	border-right:solid 1px #e4e4e4;
}

/* slideshow with thumb image */
#img-slide{
	height:265px;
}
#img-slide-large{
	width:518px;
	float:left;
	border:solid 1px #e4e4e4
}
#img-slide-thumb{
	width:90px;
	float:left;
	text-align:right;
}
#img-slide-thumb img{
	border:solid 1px #e4e4e4
}
#nav-thumb li{
	margin:0px 0px 4px 9px;
}
#nav-thumb li img{
	width:80px;
	height:80px;
}
#nav-thumb li.active li img {border:solid 1px #000}


/* Blog
------------------------------------------------------*/
.post{ clear:both; margin-bottom:20px}
.entry{padding:10px 0;}
.meta{font-size:11px;}
.meta a, .meta a:visited{color:#b5b5b5;}
.blog-h{margin-bottom:3px;}
.title-post{
	border-bottom:solid 1px #e4e4e4;
	padding-bottom:8px;
	margin-bottom:10px;
}
.title-post h2{margin-bottom:0;}
.title-post h2 a:hover{text-decoration:none;}
.meta-date{
	font-size:36px;
	line-height:38px;
	float:left;
	border-right:solid 1px #e4e4e4;
	margin-right:15px;
	padding-right:10px
	
}
.date{float:left; padding-right:6px}
.month{font-size:20px; float:left; line-height:20px}
.year{font-size:12px; display:block}

.readmore{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:solid 1px #e4e4e4;
	padding:4px 15px 8px 20px;
	float:right
}

.readmore a, .readmore a:visited{
	background-image:url("../images/arrow-more.gif");
	background-repeat:no-repeat; background-position:bottom right;
	padding-right:15px;
	color:#c4c4c4;
	font-size:14px;
}
.readmore a:hover{text-decoration:none;}

#comment{
	padding:0px 0px 20px 0px
}
#comment ol{
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style-type:none !important;
}
#comment ol li ol{
	margin-left:80px;
	}
.commentlist li{position:relative; list-style:none; list-style-position:outside}
.commentlist li small{font-size:11px; font-style:italic}
.avatar{position:absolute; top:0; left:0}
.comment-text{ margin-left:80px; width:auto; border-bottom:solid 1px #e2e1e1;  padding:0px 0px 5px 0px; margin-bottom:10px}
.reply{float:right}
#comment-form{
	
}
#comment-form form{
	padding:20px 20px 50px 0px;
	position:relative;
}
#comment-form form label{
	width:100px;
	margin-right:20px;
	float:left;
	text-align:right;
	}
#comment-form .input{
}
#comment-form .textarea{
}
.comment-but{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#eaf0f4;
	background-image:url("../images/but.gif");
	background-repeat:repeat-x;
	border:solid 1px #c7d0d9;
	border-width:1px 1px 1px 1px;
	color:#738695;
	padding:5px;
	cursor:pointer;
	min-width:100px;
	display:block;
	margin:5px 132px 2px 0px;
	font-size:14px;
	float:right;
}
.pages{line-height:30px; margin-bottom:10px; clear:left}
.blogpages{margin:30px 0px 0px 0px}
.pfpages{margin:-15px 0px 12px 0px;}
.pageof{
	border:solid 1px #e4e4e4;	
	padding:7px 10px !important;
	margin-right:3px;
}
.pages a{
	border:solid 1px #e4e4e4;	
	padding:7px 8px;
	margin:0px 3px;
	color:#a7a7a7 !important;
	text-decoration:none;
}
.pages a:hover{color:#fff !important; background-color:#e4e4e4; text-decoration:none;}
.pages a.current{color:#fff !important; background-color:#e4e4e4; font-weight:bold;}


/* Sidebar
------------------------------------------------------*/
#main-right .box{
	background-image:url("../images/bg-sidebar.gif");
	background-repeat:repeat-y;
	padding:12px;
	position:relative;
}
#main-right .box2{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:solid 1px #e4e4e4;
	padding:12px;
	position:relative;
	background-color: #FFF;
}
#sidebar ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#sidebar li{
	margin:0 0 10px 0;
}
#sidebar li li{
	background-image:url("../images/list.gif");
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 4px 15px;
	margin:0;
	text-shadow:0px 1px 0px #fefefe;
}
#sidebar li a, #sidebar li a:visited{
	color:#aaa;
}
#fade-nav{
	line-height:14px;
	margin-top:10px;
}
#fade-nav a{
	background-image:url("../images/nav-cycle.png");
	background-repeat:no-repeat;
	width:9px;
	height:8px;
	display:inline-block;
	text-indent:-9999px;
	margin-right:4px;
}

#fade-nav a.activeSlide{
	background-image:url("../images/nav-cycle-active.png");
	background-repeat:no-repeat;
	width:9px;
	height:8px;
}
.cleft{display:inline;}
.cright{float:right; border-left:solid 0px #e0e0e0; padding-left:30px; line-height:24px; padding-bottom:0px}
.cright_nm{float:right;  padding-left:30px; line-height:24px; padding-bottom:0px}

.box .heading-blue{margin-bottom:2px}
.box2 h5{border-bottom:solid 1px #e0e0e0; padding-bottom:8px; color:#9c9c9c}
#scroll-box{
	}
#scroll-box div{
	width:240px;
	margin:0 auto;
	text-align:center;
	height:130px;
}

#scroll-box2{}
#scroll-box2 div{
	width:240px;
	margin:0 auto;
	text-align:center;
}
#arrowprev{
	background-image:url("../images/nav-prev.png");
	background-repeat:no-repeat;
	width:12px;
	height:20px;
	position:absolute;
	left:15px;
	top:100px;
	z-index:100;
	cursor:pointer;
	
}
#arrownext{
	background-image:url("../images/nav-next.png");
	background-repeat:no-repeat;
	width:12px;
	height:20px;
	position:absolute;
	right:15px;
	top:100px;
	z-index:100;
	cursor:pointer;
}

#arrowprev2{
	background-image:url("../images/nav-prev.png");
	background-repeat:no-repeat;
	width:12px;
	height:20px;
	position:absolute;
	left:15px;
	top:100px;
	z-index:100;
	cursor:pointer;
	
}
#arrownext2{
	background-image:url("../images/nav-next.png");
	background-repeat:no-repeat;
	width:12px;
	height:20px;
	position:absolute;
	right:15px;
	top:100px;
	z-index:100;
	cursor:pointer;
}

	
.green-text{color:#a6ce39; font-weight:bold}
.borderbottom{
	list-style-type:none;
	padding:0;
	margin:0;
}
.borderbottom li{
	border-bottom:solid 1px #e4e4e4;
	padding:0 0 17px 0;
	margin:0 0 17px 0 !important;
}


/* Contact
------------------------------------------------------*/
.contact-area{padding:5px 10px 20px 10px; margin:0px 0px 0px 6px}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
#contactFormArea{
	margin-bottom:50px;
}
}
form{
	margin:0; 
	padding:0;
}
fieldset{
	border:0;
	margin:0;
	padding:0; 
}
#contactFormArea label{
	width:60px;
	font-size:12px;
	color:#a5a6a6;
	padding-right:15px;
	margin-top:6px;
	float:left; 
}
#contactFormArea{
	width:415px; 
	margin-top:0px; 
	color:#606060; 
	float:left;
}
.textfield{
	background-color:#f5f5f5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior:url(border-radius.htc);
	border:1px solid #cfcfcf;
	font-family:Tahoma, Arial, verdana;
	font-size:12px; 
	padding:7px 5px; 
	margin:0px 0px 16px 0px; 
	color:#939393;
	display:block;
	width:328px;
}
.textarea{
	background-color:#f5f5f5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	overflow:hidden;
	border:1px solid #cfcfcf;
	font-family:Tahoma, Arial, verdana;
	font-size:12px; 
	padding:7px 5px; 
	margin:0px 0px 12px 0px; 
	color:#939393;
	display:block;
	width:328px;
}
.buttoncontact{
  	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#eaf0f4;
	background-image:url("../images/but.gif");
	background-repeat:repeat-x;
	border:solid 1px #c7d0d9;
	border-width:1px 1px 1px 1px;
	color:#738695;
	padding:5px;
	cursor:pointer;
	min-width:100px;
	display:block;
	margin:2px 0px;
	font-size:14px;
	float:right;	
}
.require{
	float:right;
	display:inline;
	color:#f00;
	font-weight:bold;
	margin-right:8px;
}
.loading{
    background:url("../images/loading-contact.gif") top left no-repeat;
    padding-left:20px;
    margin-top:8px;
    float:left;
}
.success-contact {
	width:370px;
	text-align:center;
    color:#3F9153;
	margin:-15px 0px 15px 0px;
    padding:8px 10px 8px 37px;
    background:#D7F7DF url("../images/success.png") no-repeat;
	background-position:40px 8px;
    border-top:1px solid #A3F7B8;
	border-bottom:1px solid #A3F7B8;
} 

.col-458{width:458px; float:left;}
.col-right{ padding-left:20px;}

.list3{
	margin:0px 0 0 0px !important;
	padding:0 !important;
	list-style-type:none;
	list-style-position:outside !important;
}
.list3 li{
	background-image:url("../images/list.gif");
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 0px 20px !important;
	margin:0 !important;
	list-style-position:outside;
	float:none !important;
	font-size:11px;
}

.col-right .column-two li{
	width:46%;
	padding:0;
	margin:0;
}

.col-right .column-two li.marginoff{padding-left:30px;}

/* Map */
#box-map{
	width:440px;
	height:265px;
	margin-bottom:26px;
	padding:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow:0px 0px 4px #afaeae;
	-webkit-box-shadow:0px 0px 4px #afaeae;
	-moz-box-shadow:0px 0px 4px #afaeae;
}
#map{
	width:427px;
	height:265px;
	float:left;
	background-image:url("../images/map.jpg")
}

#table-wrap{
	width:918px;
	float:left;
	margin-bottom:20px;
	margin-top:0px;	
}

#Contact-info-sw {
	height:200px;
	background-color:#eeeeee;
	width: 408px;
	padding:20px;
}

.contact-box{
	width: 190px; height:200px; padding-right:10px; float:left;}
/* Gallery
------------------------------------------------------*/


#gallery-wrap{
	background-color:#fff;
	width:918px;
	float:left;
	margin-bottom:30px;
	margin-top:20px;
	
}

#gallery-box{
	padding:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	box-shadow:0px 0px 4px #afaeae;
	-webkit-box-shadow:0px 0px 4px #afaeae;
	-moz-box-shadow:0px 0px 4px #afaeae;
	background-color:#fff;
	border:solid 1px #f1f1f1;
	width:898px;
	position:relative;
	margin-bottom:30px;
	margin-top:20px;
	
}

#gallery {list-style:none; color:#fff; position:relative}
#gallery span {display:none}
#wrapper-gallery {width:898px; display:none}
#wrapper-gallery * {margin:0; padding:0}
#fullsize {position:relative; width:898px; height:476px; padding:0px;}
#information {position:absolute; top:0; width:898px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px; color:#fff; !important; position:relative; display:block;  z-index:1000}
#information p {padding:0 8px 8px}
#image {width:898px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:482px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url("../images/left.gif") left center no-repeat}
#imgnext {right:0; background:url("../images/right.gif") right center no-repeat}
#imglink {position:absolute; height:482px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url("../images/link.gif") center center no-repeat}
#thumbnails {margin-top:0px; z-index:300; height:95px; width:898px; position:absolute; bottom:5px; background:#000; opacity:.9; filter:alpha(opacity=90)}
#slideleft {float:left;  width:29px; margin:4px 0 0 0px; height:85px; background:url("../images/scroll-left.png") center center no-repeat;}
#slideleft:hover {}
#slideright {float:right; margin:4px 0px 0 0; width:29px; height:85px; background:url("../images/scroll-right.png") center center no-repeat}
#slideright:hover {}
#slidearea {float:left; position:relative; width:836px; margin:2px 0px 0px 0px !important; padding-left:0px; height:85px; overflow:hidden;}
#slider-gallery {position:absolute; left:0; top:8px; height:90px; z-index:400;}
#slider-gallery img {cursor:pointer; border:1px solid #fff; margin:0px 4px; padding:0px}

/* Gallery Alternate */
.cleaner {
	clear: both;
}
ul {
	margin: 0;
	text-align: left;
}
ul.menu {
	margin-left: .5em;
	margin-bottom: 0em;
}
ul.menu li {
	list-style-type: none;
	display: inline-block;
	font-weight: bold;
	text-shadow: 1px 1px 0px #f3f5da;
	padding: 2px 15px;
}	
.selected {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #d2d2d2;
	-webkit-box-shadow: 1px 1px 0px #8c8c5d;
}
	
.selected a, .selected a:visited {
	text-shadow: 1px 1px 0px #898989;
	color: #fff;
}
ul.item li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 10px 10px 10px 10px;
}	
ul.item li img {
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #ac987e;
	-moz-box-shadow: 0px 0px 5px #ac987e;
	box-shadow: 0px 0px 5px #ac987e;
}
.menu li a, menu li a:visited {
	color: #979797;
	text-decoration: none;
	text-shadow: 1px 1px 0px #fff;
}


/* Footer
------------------------------------------------------*/
#footer{
	clear:both;
	width:918px;
	margin:0 auto;
	border-top:solid 1px #00779e;
	padding:20px 0 20px 0;
	font-family:Verdana, Arial;
	font-size:11px;
	margin-top:20px;
	background-color: #FFF;
}
#footer-link{
	float:left;
	width:534px;	
}

#group-logo{
	float:left;
	width:200px;
}
#footer-link ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer-link ul li{
	margin:0;
	padding:0 0 0 0;
	list-style-type:none;
	display:inline;
	text-transform:capitalize;
	text-align:left;
	color:#bebebe;
}

.copyright{
	text-transform:capitalize;
	padding-left:0px;
	line-height:20px
}
#footer-link ul li a, #footer-link ul li a:visited{color:#bebebe; padding:0 0px}

#footer-link ul li a.hi {color:red;}

#footer-right{
	float:right;
	text-align:right;
	width:170px;
	height:30px;
	background-repeat:repeat-y;
	padding-left:1px;
	padding-top:5px;
	border-left:1px solid;
	border-left-color:#CCCCCC;
}
#footer-right .phone{
	font-size:19px;
	text-align:right;
	line-height:20px;
	color:#00779e;
}


/* Element
------------------------------------------------------*/
/* Pullquotes */
.pullquote_right,.pullquote_left{
	color:#9c9c9c;
	float:right;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:2px;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:bold;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #cccccc;
}
.pullquote_left{
    border-right:2px solid #cccccc;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}

/* Dropcap */
.dropcap{
	float:left;
	font-size:38px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:0px;
	padding-top:3px;
	text-align:center;
	width:41px;
}

/* used for 2 column */
.col-438 { 
	display:inline-block;
	width:438px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-438-last { 
	display:inline-block;
	width:438px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 4 column */
.col-217 { 
	display:inline-block;
	width:209px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-217-last { 
	display:inline-block;
	width:209px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 3 column */
.col-300 { 
	display:inline-block;
	width:285px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-300-last { 
	display:inline-block;
	width:285px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

.col-630 { 
	display:inline-block;
	width:591px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-630-last { 
	display:inline-block;
	width:591px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* column for faq */
.col-275 { 
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-275-last { 
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* Custom Message Styling */
.info {
	margin: 15px 0;
	color: #478BBF;
	padding: 8px 10px 8px 37px;
	background: #DCEFF5 url("../images/info.png") 12px 9px no-repeat;
	border: 1px solid #B8E7F5;
} 
.success {
	margin: 15px 0;
    color:#3F9153;  
    padding:8px 10px 8px 37px;
    background:#D7F7DF url("../images/success.png") 12px 9px no-repeat;
    border:1px solid #A3F7B8
}
.error {
    margin: 15px 0;
    color: #C24848;  
    padding: 8px 10px 8px 37px;
    background: #FFD6D6 url("../images/error.png") 12px 9px no-repeat;
    border: 1px solid #FFC2C2;
} 
.warning {
    margin: 15px 0;
    color: #CF9E00;  
    padding: 8px 10px 8px 37px;
    background: #FAF2D7 url("../images/warning.png") 12px 9px no-repeat;
    border: 1px solid #FAE8AF;
} 

/* List Styling */
ul.listarrow{
	list-style-type:none;
	margin:0px 0px 25px 0px;
	padding:0px;
	}	
ul.listarrow li{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 16px;
	background-image:url("../images/list.gif");
	background-repeat:no-repeat;
	background-position:0px 4px
}
ul.circle{
	list-style-type:none;
	margin:0px 0px 25px 0px;
	padding:0px;
	}
ul.circle li{
	background-image:url("../images/circle.gif");
	background-repeat:no-repeat;
	background-position:0px 11px;
	padding:4px 0px 4px 18px;
	margin:0px;
	}

/* Button Styling */
.button{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#ecebeb;
	background-image:url("../images/but.gif");
	background-repeat:repeat-x;
	border:solid 1px #c7d0d9;
	border-width:1px 1px 1px 1px;
	color:#738695;
	padding:8px 12px;
	cursor:pointer;
	display:block;
	margin:2px 10px 2px 0px;
	font-size:14px;
	float:left;
}


.blue-text{
	color:#2daae1;
	margin:-5px 0px 0px 0px;
	
}




/* FAQ accordion styling
------------------------------------------------------*/
.ask{	
	cursor:pointer;	
	font-size:12px;
	border-bottom:1px solid #e4e4e4;
	padding:1px 0px 9px 0px;
	clear:both;
}
.question{
	background-color:#f7f7f7;
	margin:-5px 0px 10px 0px;
	padding:11px 13px 1px 13px;
}
.openquestion{
	color:#b5b5b5 !important;
	margin-bottom:5px;
}
.closedquestion{
	color:#b5b5b5 !important; 
	margin-bottom:5px;
}

/* table styles
------------------------------------------------------*/
.blue_bg {background-color:#00779e; color:#FFFFFF; padding:10px 5px; width:153px;}
.blue_bg_right {background-color:#00779e; color:#FFFFFF; padding:5px; width:71px;}

.blue_last_bg {background-color:#00779e; color:#FFFFFF; padding:10px 5px; width:153px; border-top:5px solid #eee;}
.blue_last_bg_right {background-color:#00779e; color:#FFFFFF; padding:5px; width:71px; border-top:5px solid #eee;}

.grey_bg {background-color:#eee; color: #333; padding:10px 5px; width:153px;}
.grey_bg_right {background-color:#eee; color:#333; padding:5px; width:71px;}

.dk_grey_bg {background-color:#666; color: #fff; padding:10px 5px; width:153px;  border-top:5px solid #eee;}
.dk_grey_bg_right {background-color:#666; color:#fff; padding:10px 5px; width:71px;  border-top:5px solid #eee;}
 
.white_bg {background-color:#ffffff; color:#666; padding:10px 5px; width:153px;  border-top:5px solid #eee;}
.white_bg_right {background-color:#ffffff; color:#666; padding:5px; width:71px; border-top:5px solid #eee;}

.member_blue_bg {background-color:#00779e; color:#FFFFFF; padding:5px 5px; width:153px;}
.member_blue_bg_right {background-color:#00779e; color:#FFFFFF; padding:5px; width:71px;}

.member_grey_bg {background-color:#eee; color: #333; padding:5px 10px; width:170px;}
.member_grey_bg_right {background-color:#eee; color:#333; padding:5px; width:100px;}

.member_dk_grey_bg {background-color:#666; color: #fff; padding:5px 5px; width:195px;}
.member_dk_grey_bg_right {background-color:#666; color:#fff; padding:5px 10px; width:84px;}
 
.member_white_bg {background-color:#ffffff; color:#666; padding:5px 5px; width:153px;}
.member_white_bg_right {background-color:#ffffff; color:#666; padding:5px; width:71px;}

.member_white_bg {background-color:#fff; color: #333; padding:10px 20px; width:190px;}

.grey_bg_border {background-color:#f6fbfc; color: #333; padding:9px 19px; width:330px; border:1px solid #ccc;}

.whitebg {background-color:#ffffff; color:#666; padding:10px 5px; width:130px;  border:1px solid #eee;}

.whitebg2 {background-color:#ffffff; color:#666; width:140px;  border:1px solid #eee;}

.wkdaybg {background-color:#ffffff; color:#666; padding:10px 5px; width:130px;  border:1px solid #eee; text-align:center;}

.nonbg {color:#666; padding:10px 5px; width:130px;  border:1px solid #eee; text-align:center;}

.wkendbg {background-color:#f6fbfc; color:#666; padding:10px 5px; width:130px;  border:1px solid #eee; text-align:center;}

.boat3bg {background-color:#eee; color:#fff; padding:10px 5px; width:130px; height:80px; border:1px solid #eee; text-align:center; vertical-align:top; background-image:url("../images/sw3-table.jpg")}

.boat4bg {background-color:#eee; color:#fff; padding:10px 5px; width:130px; height:80px; border:1px solid #eee; text-align:center; text-shadow:#666; vertical-align:top; background-image:url("../images/sw4-table.jpg")}

.boat5bg {background-color:#eee; color:#fff; padding:10px 5px; width:130px; height:80px; border:1px solid #eee; text-align:center; vertical-align:top; background-image:url("../images/sw5-table.jpg")}

.bookedbg {background-color:#333; color:#fff; padding:10px 5px; width:55px;  border:1px solid #eee; text-align:center;}

.bookedbg {background-color:#333; color:#fff; padding:10px 5px; width:55px;  border:1px solid #eee; text-align:center;}

.minebg {background-color:#39C; color:#fff; padding:10px 5px; width:55px;  border:1px solid #eee; text-align:center;}

.am {color:#666; padding:10px 5px; width:60px;  text-align:center;}

.pm {color:#666; padding:10px 5px; width:60px;  text-align:center;}

/* locations styles
------------------------------------------------------*/
.locations_box {
	width:250px;
	padding:20px;
	float:left;
	display:block;
	clear:none;
	margin: 0px 20px 20px 0px;
	background-color:#eeeeee;
	border:1px solid #CCC;
	height: 475px;
}
	
.service_box {
	width:250px;
	padding:20px;
	float:left;
	margin: 0px 20px 20px 0px;
	background-color:#eeeeee;
	border:1px solid #CCC;
}
	
.locations_box_right {
  width:250px; 
  padding:20px; 
  float:left; 
  margin: 0px 0px 20px 0px; 
  background-color:#eee; 
  border:1px solid #CCC;	
  height: 475px;
 }
 
.service_box_right {
  width:250px; 
  padding:20px; 
  float:left; 
  margin: 0px 0px 20px 0px; 
  background-color:#eee; 
  border:1px solid #CCC;	
}

.map_location {
	width:250px;
	height:180px;
	margin:0px 0px 10px 0px;
	box-shadow:0px 0px 4px #afaeae;
	-webkit-box-shadow:0px 0px 4px #afaeae;
	-moz-box-shadow:0px 0px 4px #afaeae;
}

#map_location_abersoch {width:252px; height:180px; margin:0px 0px 20px 0px;}

.text_location {width:252px; height:230px; margin:0px 0px 20px 0px; border:0px red solid}

#not_full_width {width:600px; float:left;}

#booking_right {width:310px; float:right;}

.map_medals {
  margin:0 0 10px 0;
  padding:5px;
}
.map_medals img {
  margin:0 20px 0 0;
}

