@import"reset.css";
@import"superfish.css";/**this is the css for the nav menu**/
@import"grid.css";
@import"forms.css";
@import"prettyPhoto.css";
@import"galleryfic.css";
@import"kwicks.css";
@import"coin-slider.css";
@import"advanced.css";
@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,500);

@media screen and (-webkit-min-device-pixel-ratio:0) {

    #nav-list  { width: 600px; }

}

/* Global properties ======================================================== */
html, body {
	height:100%;
}

body{
	color: #000000;
	position:relative;
	min-width:963px;
	font:12px/20px Arial, Helvetica, sans-serif;
	background: #000000;
	padding:0 0 0px 0;
}

.main {
	width:962px; 	
	padding:0;
	margin:0 auto;
	position:relative;
	background: none;
	z-index:0;
}

a {color:#0082c6; outline:none; cursor:pointer; text-decoration:underline;}
a:hover {text-decoration:none;}
.buttons a:hover {cursor:pointer;}

.clear {clear:both; width:100%; line-height:0; font-size:0; height:0; overflow:hidden;}

.wrapper{overflow:hidden; position:relative;}
.extra-wrap{overflow:hidden; display:block;}

/**********bg***********/
.bg {
	width:100%; 
	background:url(../img/bg3.gif) center top repeat-x #ffffff;
}

.l-h {line-height:18px;}

p {margin-bottom:20px;}

.p0 {margin-bottom:0px;}
.p000 {margin-bottom:2px;}
.p00 {margin-bottom:5px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:32px;}
.p4 {margin-bottom:48px;}
.p5 {margin-bottom:42px;}

.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot1 {margin-bottom:12px;}
.title {margin-bottom:18px;}
.title1 {margin-bottom:19px;}
.indent-bot {margin-bottom:20px;}
.indent-bot1 {margin-bottom:21px;}
.spacing-bot {margin-bottom:25px;}
.spacing-bot1{margin-bottom:30px;}
.spacing-bot2 {margin-bottom:27px;}
.margin-bot {margin-bottom:35px;}

.margin-top {margin-top:11px;}
.margin-top1 {margin-top:5px;}

.margin-left {margin-left:10px;}

.spacing {margin-right:11px;}
.spacing-1 {margin-right:17px;}

.img-indent{float:left; margin: 5px 22px 0 1px;}
.img-indent1{float:left; margin: 6px 21px 0 1px;}

.img-indent-r{float:right;}

.transform-none {text-transform:none;}

/*******paddings******/
.padding{padding:20px 0px 51px 0px;}
.padding-1{padding:39px 0px 43px 0px;}
.padding-2{padding:38px 0px 66px 0px;}
.padding-3{padding:20px 0px 66px 0px;}
.padding-4{padding:37px 0px 50px 0px;}


.padding-top{padding:15px 0px 0px 0px;}


.padding-left {padding:0 6px 0 12px;}
.padding-left1 {padding:0 0px 0 49px;}

.reg{text-transform:uppercase; font-size:72px; letter-spacing:-5px; margin-bottom:-7px;}
.reg span {font-size:20px; display:inline-block; margin:7px 0 0 15px; text-shadow:none;}
.fleft{float:left;}
.fright{float:right;}
.alignright{text-align:right;}
.aligncenter{text-align:center;}
.alignmiddle *{vertical-align:middle;}

.color-1{color:#fff;}
.color-2{color:#000;}

.sf-menu li a,
.list-1 li a,
.list-2 li a,
.link,
.link-1,
.link-2,
.button,
.button-2,
.button-1,
.button-3,
.button-4,
.text-bot a,
.footer-menu li a {text-decoration:none;}

/*********************************header*************************************/
header{
	position:relative;
	padding:0px 0 0px;
}

#slogan {
	padding-top:25px;
	padding-bottom:25px;
	margin-left: -35px;
}

#tippity-top {
	padding-top: 20px;
	padding-left: 10px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	color: #FFF;
	text-align: center;
}

#logo {
	width:327px;
	height:210px;
	margin-top: -35px;
	float: left;
}

#inner-wrap {
	padding-left: 35px;
	}

header h1{
	position:relative;
	float:left;
	display:inline-block;
	margin:0 0 0 0;
}

header h1 a {
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}

#nav {
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	float: right;
	width: 529px;
	}

#nav-list li {
	display: inline;
	margin: 0;
	}
	
#nav-list a {
	color: #3d3d3d;
	text-decoration: none;
	padding: 0.25em 0.5em 0.25em 0.75em;
	}

#nav-list li a:hover {
	color: #FFF;
	background: #0e80b0;
	}

#nav-list ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	display: none;
}

#nav-list ul li {
	padding-top: 10px; /* Introducing a padding between the li and the a give the illusion spaced items */
	display: block;
}

#nav-list ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}

#nav-list li:hover ul { /* Display the dropdown on hover */
	display:block;
}

#nav-list li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	background-color: #CCC;
}

#nav-list li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: #999;
}
	
/********************** Content ************************/
#content{
	width:100%;
	padding:0px 0px 0px 0px; 
	z-index:0;
	margin-top:0px; 
	position:relative;
	background:none;
}


/* titles */

h1 {
	font-family: 'Maven Pro', sans-serif;
	font-size:30px;
	color: #000000;
	padding-bottom:15px;
}

h2 {
	font-size:25px;
	color: #000000;
}

h3 {
	font-family: 'Maven Pro', sans-serif;
	font-size:20px;
	color: #000000;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:14px;
}

.h-aside {font-weight:500; font-family: 'Maven Pro', sans-serif;}

.h-aside .levels {display:block; margin-top:-7px; font-family: 'Maven Pro', sans-serif;}

.box-title{
	font-size:24px; 
	letter-spacing:-2px;
	margin:0 0 9px 0;
	color:#fff;
}
.box-title span {display:block; margin-top:-5px;}


.col-1 {float:left; width:426px; padding-top:4px;}
.col-2 {float:left; ;width:114px;}
.col-3 {float:left; width:235px; padding-top:4px;}

.phone1 {
	font-size:24px;
	line-height:28px;
	letter-spacing:-1px;
	font-weight:400;
	font-family: 'Maven Pro', sans-serif;
}
.phone1 .level {display:block; margin-top:3px;}

.price {
	font-size:31px;
	line-height:1.2em;
	letter-spacing:-2px;
}


.border-bot{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:20px;
}

.border-bot2{
	border-bottom:1px solid #ebecde;
	padding-top:20px;
	margin-bottom:30px;
}


/* links */
.link{color:#6dbcbc;}
.link:hover {text-decoration:underline;}

.link-1{
	display:inline;
	font-size:12px;
	line-height:20px;
	font-style:italic;
	color:#434950;
	font-weight:bold;
}

.link-2{
	display:inline-block;
	font-size:12px;
	line-height:20px;
	color:#000;
	font-weight:bold;
}
.link-3{
	display:inline-block;
	background:url(../img/marker-1.gif) 1px 4px no-repeat;
	font-size:12px;
	line-height:20px;
	padding-left:25px;
	color:#6dbcbc
}
.link-4{
	display:inline-block;
	background:url(../img/marker-2.gif) 1px 2px no-repeat;
	font-size:12px;
	line-height:20px;
	padding-left:25px;
	color:#6dbcbc
}

.link-3:hover, .link-4:hover {text-decoration:none;}

/* buttons */
.button{
	color:#fff;
	letter-spacing:-1px;
	font-size:17px;
	text-transform:capitalize;
	line-height:21px;
	background:#434950;
	display:inline-block;
	border-radius:25px;
	padding:10px 29px 11px 29px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button:hover {background:#81c5c5;}

.button-1{
	color:#fff;
	letter-spacing:-1px;
	font-size:17px;
	line-height:21px;
	text-transform:capitalize;
	background:#81c5c5;
	display:inline-block;
	border-radius:15px;
	padding:3px 16px 5px 16px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button-1:hover {background:#434950;}

.button-3{
	color:#fff;
	letter-spacing:-1px;
	font-size:17px;
	text-transform:capitalize;
	line-height:21px;
	background:#434950;
	display:inline-block;
	border-radius:25px;
	padding:10px 18px 11px 18px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button-3:hover {background:#81c5c5;}

.button-4{
	color:#fff;
	letter-spacing:-1px;
	font-size:17px;
	text-transform:capitalize;
	line-height:21px;
	background:url(../img/button-left.png) left top no-repeat;
	display:inline-block;
	height:42px;
}
.button-4 span {
	cursor:pointer;
	display:inline-block;
	padding:0px 20px 0px 20px;
	background:url(../img/button-right.png) right top no-repeat;
}
.button-4 span span {
	cursor:pointer;
	display:inline-block;
	padding:10px 0px 11px 0px;
	width:73px;
	text-align:center;
	background:url(../img/button-4.png) left top repeat-x;
}
.button-4:hover {background-position:left bottom;}
.button-4:hover span{background-position:right bottom;}
.button-4:hover span span{background-position:left bottom;}

/* boxes */
.box {background:url(../images/bg-box.jpg) 0 0 no-repeat; width:100%;}
.box-padding {padding:20px 15px 28px 19px;}
.box-padding1 {padding:20px 15px 30px 19px;}


.rel{position:relative; z-index:1;}
.rel img {position:relative; z-index:2;}
figcaption{
	position:absolute;
	left:0;
	bottom:0;
	z-index:5;
	padding:3px 0 7px 0;
	letter-spacing:-1px;
	background:url(../img/bg-caption.png) 0 0 repeat;
	color:#fff;
	width:100%;
	text-align:center;
	font-size: 23px;
	line-height:1.2em;
}


/* lists */

.list-1 {
	padding-left:20px;
}

.list-1 li{
	background:url(../img/list-marker.png) 1px 10px no-repeat;
	font-size:12px;
	line-height:26px;
	padding-left:15px;
}

.list-1 li a{
	color:#8f8f8f;
	display:inline-block;
}
.list-1 li a span {display:block; margin-top:-8px;}
.list-1 li a:hover {text-decoration:underline;}

.list-2 li{
	padding-left:10px;
	background:url(../img/list-marker.png) 1px 8px no-repeat;
	font-size:13px;
	line-height:26px;
	padding-left:31px;
}
.list-2 li a{
	color:#8f8f8f;
	display:inline-block;
}
.list-2 li a span {display:block; margin-top:-8px;}
.list-2 li a:hover {text-decoration:underline;}

.list-3 {
	padding-left:30px;
}

.list {padding:0 50px 0 1px;}
.list li {
	width:100%; 
	overflow:hidden; 
	vertical-align:top; 
	font-size:12px; 
	line-height:22px; 
	color: #8e8c7d;
}
.list li strong {
	display: block; 
	overflow: hidden; 
	background:url(../img/line-hor.gif) repeat-x 0% 15px;
}
.list li span {float: right;}
.list li a {float: left; text-decoration: none; color: #8e8c7d;}
.list li a:hover {text-decoration:underline;}

.ol-list-1 li { 
		list-style-position:inside;
		list-style-type:decimal-leading-zero;
		font-size:12px;
		line-height:19px;
		margin-bottom:14px;
		color:#434950;
	}
		.ol-list-1 li a {
			color:#434950;
			text-decoration:none;
			font-weight:normal;
			}
*+html .ol-list-1 li {list-style-type:decimal;}

.map iframe {
	width:261px;
	height:289px;
	margin:2px 0 26px 0;
}

/****************************footer************************/
footer {
	width:100%; 
	padding:42px 0px 39px 0px; 
	background:none;
	position:relative;
}
.text-bot {
	float:right;
	font-size: 12px; 
	line-height:22px;
	color:#a1a4a8; 
	padding:1px 9px 0px 0px;	
}

.text-bot a {
	color:#a1a4a8; 
	text-decoration:none;
	margin-left:15px;
}
.text-bot a:hover {text-decoration:underline;}

.footer-menu {
	float:left;
	padding:0 0 0 11px;
}
.footer-menu li {
	float:left;
	font-weight:bold;
	font-size:14px; 
	line-height:22px;  
	margin-right:18px;
}
.footer-menu li.last {
	margin-right:0;
}
.footer-menu li a {
	display:inline-block; 
	color:#ffffff;
}
.footer-menu li.current a {
	color:#0082c6!important;
}


/* typography

/* top navugation */
.top1{
	background:url(../img/top.png) 0 50% no-repeat;
	padding:0 0 0px 15px;
	text-decoration:none;
	color:#302b28;
	display:inline-block;
	font-size:11px;
	text-transform:uppercase;
}
.top1:hover{color:#6dbcbc;}

/* Table styling */
table.table{
	font-size:12px; 
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
}

table.table thead th{
	padding:17px 0px 16px 0;
	background:#6dbcbc;
	border-right:1px solid #d9d9d9;
	color:#fff;
	font-weight:normal;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

table.table tbody td{
	border-right:1px solid #d9d9d9;
	border-BOTTOM:1px solid #d9d9d9;
	width:126px;
	padding:9px 0;
	text-align:center;
	background:#f5f5f5;
	color:#6f6864;
}
table.table tbody tr.lasts td{
	border-bottom:1px solid #d9d9d9;
}
table.table tbody td.right, table.table thead th.right {
	border-right:1px solid #d9d9d9;
}
table.table tbody tr:hover td{background:#fff;}
/*  Other Elements */
ins{
	background:#6dbcbc;
	padding:0 5px;
	text-decoration:none;
	color:#5f5f5f;
}
b,strong, i{color:#000000;}
i {font-weight:bold;}
big, em {color:#6dbcbc;}
del{text-decoration:line-through;}
abbr,dfn{cursor:help; color:#6dbcbc;}
dfn{letter-spacing:3px; font-size:14px; font-style:italic;}
sup,sub{font-size:0.8em;}
sub{vertical-align:bottom}
.elements-list small{font-size:10px;} 
.elements-list big{font-size:21px;}
.elements-list q{
	font-family:"Courier New",Courier,monospace;
	color:#6dbcbc;
	font-size:15px;
}
kdd, samp {
	font-family:"Courier New", Courier, monospace; 
	font-size:11px;
}
abbr,acronym{
	text-transform:uppercase;
	font-size:12px;
}
pre,
code,
tt{
	font:1em 'andale mono','lucida console',monospace;
	line-height:1.5;
	display:block;
	}
code{
	background-color:#f6f6f6;
	display:block;
	color:#333;
	padding:3px 2px 3px 5px;
	line-height:1.67em;
	border:1px dotted #333;
}
pre{white-space:pre}

.elements-list li{
	background:none !important;
	padding:0 0 0px 0 !important;
	position:relative;
	line-height:28px;}
.elements-list li code{
	position:absolute;
	right:0;
	top:-3px;
	padding:2px 3px 1px 3px;
	border:1px dotted #333;
	}

/* Definition list style */
dl{
	font-size:12px;
	line-height:18px;
	margin:0 0 18px;
}

dl dt {
	font-weight:bold;
	color:black;
}
dl dd span{float:left; width:69px;}
dl dd a{color:#6dbcbc; text-decoration:none;}
dl dd a:hover{text-decoration:underline;}

/*  Dropcaps style */
.dropcap{
	font-size:44px;
	line-height:1.2em;
	color:#f5f5f5;
	float:left;
	text-align:center;
	width:60px;
	border-radius:70px;
	padding:1px 0 6px 0;
	margin:4px 18px 0 0;
	letter-spacing:-1px;
	background:url(../img/bg-dropcap.gif) 0 0 repeat;
}

/*  Quotation */
blockquote{
	display:block;
	margin:0 0px 6px 0px;
	quotes:none;
	font-size:12px;
	line-height:20px;
	color:#81c5c5;
}
.quotes{
	background:none;
	padding:0px 0px 0px 0px;}

/* Information box */
.info-box,
.download-box,
.notification-box,
.error-box{
	padding:20px 30px 20px 110px;
	margin-bottom:15px;
	position:relative;
	height:1%;
	font-size:13px;
}
.info-box{
	color:#64757f;
	background:#e1f2fc;
	border:1px solid #68a2cf;
}
.download-box{
	color:#697a58;
	background:#eeffdd;
	border:1px solid #a3c159;
}
.notification-box{
	color:#79725b;
	background:#fef7e0;
	border:1px solid #e6c555;
}
.error-box{
	color:#7e6c6c;
	background:#feebeb;
	border:1px solid #ff9999;
}
.info-box p.icon,
.download-box p.icon,
.notification-box p.icon,
.error-box p.icon{
	position:absolute;
	left:34px;
	top:16px;
	margin:0;
}


/* Layouts */
.layouts-nav{
	width:100%;
	overflow:hidden;
	padding-bottom:30px !important;
	}
	.layouts-nav li{
		float:left;
		margin-right:20px;
		background:none !important;
		padding:0 !important;
		}
		.layouts-nav li a{
			float:left;
			background:#6dbcbc;
			padding:4px 10px;
			border-radius:2px;
			color:#fff;
			font-weight:bold;
			text-decoration:none;
			position:relative;
			margin-right:10px;
			cursor:pointer;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
			}
			.layouts-nav li a:hover {background-color:#343a41;}

/* Pages

/* Under Construction page */
#constuction-box{
	width:800px;
	height:500px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
	background:#fff;
	border-radius:5px;
	border-color:#ccc;
	text-align:center;
	}
	#constuction-box .inside{padding:40px 40px 40px 40px;}
		#constuction-box .button{position:relative;}
		#constuction-box h1{
			text-align:center;
			font-size:4em;
			margin-bottom:.2em;
			line-height:1.2em;
			letter-spacing:2px;
			border-bottom:1px solid #ddd;
			padding-bottom:10px;
			}			
	/* Countdown */
	#countdown_dashboard{
		height:110px;
		padding:30px 0 40px 0;
		width:650px;
		margin:0 auto;
		position:relative;
		}
	.dash{
		width:110px;
		height:114px;
		background:transparent url('../img/dash.png') 0 0 no-repeat;
		float:left;
		margin-left:20px;
		position:relative;
		}	
	.dash .digit{
		font-size:75px;
		line-height:85px;
		font-weight:bold;
		float:left;
		width:55px;
		text-align:center;
		font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
		color:#555;
		position:relative;
		}
		.dash .digit .bottom{
			font-size:75px;
			line-height:85px;
			}	
	.dash_title{
		position:absolute;
		display:block;
		bottom:0px;
		left:0;
		font-size:12px;
		color:#555;
		text-transform:uppercase;
		letter-spacing:2px;
		width:110px;
		}	
	.dev_comment{
		font-size:14pt;
		color:#777;
		text-align:center;
		font-style:italic;
		margin:40px 10px;
		}	


/* Lightbox image */
.lightbox-image{
	display:inline-block;
	position:relative;
}
.lightbox-image img{
	position:relative; 
	z-index:2;
}
.lightbox-image span{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(../img/magnify.png) 50% 50% no-repeat #fff
}


/* Misc

/* SlideDown element */
.slideDown{padding:0 1px 0 0}
	.slideDown dt{
		background-color:#6dbcbc;
		background-image:url(../img/arrow1.gif);
		background-repeat:no-repeat;
		background-position:100% 16px;
		box-shadow:1px 1px 1px #d1d1d1;
		color:#fff;
		padding:9px 0 9px 21px;
		margin-bottom:4px;
		font-weight:bold;
		text-decoration:none;
		display:block;
		font-size:12px;
		cursor:pointer;
		margin-bottom:10px;
		}
	.slideDown dt:hover,
	.slideDown dt.active{
		background-color:#343a41;
		color:#fff;
		}
	.slideDown dt.active{background-image:url(../img/arrow2.gif)}
	.slideDown dd{
		display:none;
		padding:10px 20px 20px 20px;
		}
	#block dd{display:block;}
	.slideDown.absolute dd{
		position:absolute;
		z-index:999;
		background:#fff;
		}

/* Accordion */
dl#accordion{
	list-style-type:none;
	margin:0;
	padding:0 2px 0 0;
	height:auto !important;
	}
	dl#accordion .indent{
		padding-top:7px !important;
		padding-bottom:5px !important;
		}
	dl#accordion a{
		display:block;
		text-decoration:none;
		}
	dl#accordion dt{margin:0px}
		dl#accordion dt a{
			background-color:#6dbcbc;
			background-image:url(../img/arrow1.gif);
			background-repeat:no-repeat;
			background-position:100% 16px;
			box-shadow:1px 1px 1px #d1d1d1;
			color:#fff;
			padding:9px 0 9px 21px;
			margin-bottom:4px;
			font-weight:bold;
			text-decoration:none;
			display:block;
			font-size:12px;
			}
		dl#accordion dt a:hover{
			background-color:#343a41;
			color:#fff;}
		dl#accordion dt.active a{
			background-color:#343a41;
			background-image:url(../img/arrow2.gif);
			color:#fff;
			}
	dl#accordion dd{
		display:none;
		margin-bottom:0;
		padding-left:0;
		}
		dl#accordion dd .indent{padding:10px 30px 14px 20px !important}
		dl#accordion dd a{
			display:inline;
			background:none;
			font-weight:normal;
			padding:0;
			width:auto;
			}
		dl#accordion dd a:hover{
			text-decoration:none;
			background:none;
			}
		dl#accordion dd .sub_menu  li{
			list-style:none;
			line-height:30px!important;
			padding-left:12px;
			}
		.sub_menu li a{
			font-size:12px !important;
			line-height:30px!important;
			}

/* Tooltips */
#aToolTip{
	border:1px solid #343a41;
	background:#6dbcbc;
	color:#fff;
	margin:0;
	padding:3px 9px;
	font-size:12px;
	position:absolute;
	display:none;
	z-index:50000;
	}
#aToolTip .aToolTipContent{
	position:relative;
	margin:0;
	padding:0;
	}
a#aToolTipCloseBtn{
	display:block;
	height:20px;
	width:20px;
	overflow:hidden;
	background:url(../img/close.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-15px;
	right:-20px;
}



/* Tabs */
.tabs{padding:10px 0;}
	.tabs ol{
		list-style-type:decimal;
		list-style-position:inside;
		margin:0 0 0 10px;
		}
		.tabs ol li{
			display:list-item;
			float:none;
			padding-bottom:5px !important;
			font-size:12px;
			color:#fff;
			}	
	.tabs ul{
		list-style:none;
		padding:0 0 0 0 !important;
		overflow:hidden;
		}
		.tabs li{
			display:block;
			float:left;
			margin:0 5px 0px 0;
			background:none;
			padding:0 0 0 0!important;
			}
		.tabs .selected{
			margin-bottom:0px;
			position:relative;
			}		
		.tabs .selected a{
			background:#6dbcbc;
			color:#fff;
			padding-bottom:10px;
			}
		.tabs li a:hover{
			background:#6dbcbc;
			color:#fff;}
		.tabs li a{
			background:#434950;
			color:#fff;
			font-weight:bold;
			display:block;
			padding:5px 10px;
			text-decoration:none;
			}
	.tabs .tab-content{
		clear:both;
		background:#6dbcbc; 
		color:#fff;
		width:auto;
		overflow:auto;
		}
		.tabs .tab-content .inner{
			padding:10px;
			}	
	.tabs .tab-content p{
		margin-bottom:5px;}
	.tabs .tab-content strong{color:#434950;}	
	.tabs pre{margin:4px 0;}
	.tabs code{overflow:auto;}
	*+html .tabs code{overflow:visible;}


/* Code grabber */
.code{padding:30px 0 10px 0}
.code a.code-icon{margin-bottom:10px}
.code a.code-icon i{padding-right:6px; font-style:normal; color:#fff;}
.code div.grabber{display:none}
.code code{
	padding:0 10px 0 10px;
	background:#f6f6f6;
	color:#333;
	border:1px solid #dfdfdf;
	white-space:pre;
	overflow:auto;
}

#right_col {
	padding:10px;
	background:url(../img/bg-content.gif) center 0 repeat;
	border:1px solid #e1e1e1;
	float:right;
	width:220px;
	margin-left:25px;
}

#right_col2 {
	padding-top:10px;
	padding-left:10px;
	margin-left:10px;
	margin-top:10px;
	float:right;
	width:220px;
}

#right_col3 {
	float:right;
	width:220px;
	padding-left:25px;
}


.creditcards {
	padding-left:180px;
}

.facebook {
	padding-top:3px;
}

.apple {
	float:left;
	padding-left:50px;
	padding-top:30px;
}

.apple2 {
	float:right;
	width:450px;
}

.apple3 {
	float:left;
	padding-left:25px;
}

.apple4 {
	padding-top:25px;
	padding-right:40px;
	float:right;
	width:425px;
}

#googlemap {
	float:right;
	width:475px;
}

#contact {
	float:left;
	width:175px;
}

#wrapper_text{
	width:665px;

}

#wrapper_right {
	float:right;
	margin-right:20px;
}

.style {
	font-family: 'Maven Pro', sans-serif;
	font-size: 15px;
	font-weight:bold;
}

#security_img {
	float:right;
}

 
#theatre_img {
	float:right;
}

#repair {
	width:340px;
	height:251px;
	float:right;
	padding-left: 15px;
}

#repair2 {
	width:286px;
	height:190px;
	padding-right:15px;
	float: left;
}