html, body, div, span, applet, object, iframe,
blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, label, legend, h1,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}


body {
	background:url(images/bg.png) repeat-x #686d76;
	margin:0;
	padding:0;
	color: #17191c;
}

html, body {
	height:40%;
}

#header {
	background:url(images/header.png);
	width:1054px;
	height:131px;
	margin:0 auto;
}

h1 {
font-size: 23px;
}

h2 {
font-size: 15px;
}

h3 {
font-size: 14px;
}

p {
line-height: 14px;
}

/* Menu Style */

#container {
	padding:53px 0px 0px 0px;
	position: relative;
}

a {
		text-decoration:none; 
		color:#88898a;
		font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:11px;
	}
	
	a img {
		border:none;
	}
	
	#lava {
		/* you must set it to relative, so that you can use absolute position for children elements */
		position:relative; 
		text-align:center; 
		width:1053px; 
		height:40px;
	}
	
	#lava ul {
		/* remove the list style and spaces*/
		margin:0; 
		padding:0; 
		list-style:none; 
		display:inline;
				
		/* position absolute so that z-index can be defined */
		position:absolute; 
		
		/* center the menu, depend on the width of you menu*/
		left:77px; 
		top:0; 
		
		/* should be higher than #box */
		z-index:100;

	}
	
	#lava ul li {
		
		/* give some spaces between the list items */ 
		margin: 0 50px 0 10px;
		line-height:16px;
		/* display the list item in single row */
		float:left;
	}
	
	#lava #box {
		
		/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute; 
		left:0; 
		top:0; 
		
		/* should be lower than the list menu */
		z-index:50; 

		/* image of the right rounded corner */
		background:url(images/tail.png) no-repeat right center; 
		height:22px;
		
		/* add padding 6px so that the tail would appear */
		padding-right:8px;
		padding-top:0px;
		
		/* self-adjust negative margin to make sure the box display in the center of the item */
		margin-left:-10px;
	}
	
	#lava #box .head {
		/* image of the left rounded corner */
		background:url(images/head.png) no-repeat 0 0; 
		height:22px;

		/* self-adjust left padding to make sure the box display in the center of the item */
		padding-left:12px;
	}
		
	.selected a {
		color:#fff;
	}
	
	#logo {
	position: absolute;
	top: 0;
	left: 476px;
	z-index: 140;
	}
	
/* Main Content */

#maincont, #subcont {
	width:960px;
	margin:0 auto;
	padding:0;
}

#explore {
width: 416px;
height: 440px;
float: left;
}

#intro {
	background:url(images/intro.png) no-repeat;
	width:416px;
	height:349px;
	margin-top: 10px;
}

.slideshow {
	width: 466px;
	height: 354px;
/*	margin: 20px; */
	overflow: hidden;
}
.slideshow img {
	/*padding: 10px;
	background: #c0dfff;
	border: 1px solid #99b3cc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}


/* Gallery Styles */

#gallery {
	background:url(images/sitegalbg.png) no-repeat;
	width:466px;
	height:423px;
	float:right;
	margin:10px 0px 0px 0px;
	padding:20px;
}

.slides ul, .slides ul li{
	float:left;
}

.descrip {
	float:left;
	padding:13px 0px 0px 0px;
}

.menu {
	float:right;
	padding:13px 0px 0px 0px;
}

.hidden {
	display:none;
}

/* Boxes */

.box {
background:url(images/box.png) no-repeat;
width:263px;
height:194px;
padding:19px;
text-align:center;
float:left;
color:#fff;
}

.boxcont {
height:148px;
padding: 0px 0px 10px 0px;
}

.boxcontm {
height:128px;
padding: 0px 0px 30px 0px;
}


.box p {
	margin:0;
	padding:0;
	font-size:12px;
}

.highlight {
	font-size:15px;
	font-weight:bold;
	color:#fed100;
	text-decoration:underline;
}

/* Footer */
#footer {
	width:100%;
/*	height:100%;*/
	background:url(images/footer.png) top center no-repeat #17191c;
	display:block;
	padding:45px 0px 10px 0px;
}

#footercont {
	width:960px;
	margin:0 auto;
	text-align:center;
}

#foot {
	width:960px;
	margin:0 auto;
}


/* Misc */
.clear 
{
	clear:both;
}

/* Services */

#servicescont, #faqcont, #hirecont {
	width:960px;
	margin:0 auto;
	background-color: #fff;
}

#faqcont, #hirecont {
	margin-top: 60px;
}

a.links:link, a.links:active, a.links:visited, a.links:hover {
color: #007cca;
text-decoration: none;
font-size: 12px;
}

#title {
width: 1054px;
margin: 0 auto;
margin-top: 46px;
margin-bottom: 30px;
}

#title img {
display: block;
margin-left: auto;
margin-right: auto;
}

#cont_left {
width: 701px;
float: left;
}

#cont_right {
width: 259px;
float: right;
}

#cont_right p {
padding: 0 26px;
}

.padder {
padding: 42px;
}

#q_contact {
background-image: url(images/q_contact.png);
width: 247px;
height: 96px;
padding-top: 60px;
padding-left: 12px;
}

#content_nav {
margin: 10px 0 40px 70px ;
}

#box_nav {
width: 960px;
margin: 0 auto;
border-top: 1px solid #2e3239;
border-bottom: 1px solid #2e3239;
height: 32px;
margin-top: 60px;
margin-bottom: 20px;
}

.tabbed-box {
width: 960px;
overflow: hidden;
margin: 0 auto;
}

.tabbed-box .tabs li {
list-style: none;
float: left; 
}

.tabbed-box .tabs li a {
display: block;
width: 200px;
padding-bottom: 2px;
/*padding: 5px 10px 0 10px;*/
font-weight: bold;
text-align: center;
text-decoration: none;
color: #88898a;
}

.tabbed-box .tabs li:first-child a {
border-left: none; 
}

.tabbed-box .tabs li a:hover {
color: #fff; 
}

.tabbed-box .tabs li a:focus {
outline: none; 
}

.tabbed-box .tabs li a.active {
color: #fff;
}

.tabbed-content {
display: none; 
overflow:hidden;
}

.quotes {
width: 226px;
font-family: "Bookman Old Style"; 
float: right;
font-style: italic; 
margin: 20px 0 20px 10px; 
padding: 10px; 
border-top: 1px solid #ccc; 
border-bottom: 1px solid #ccc;
font-size: 18px;
color: #686d76;
line-height: 21px;
}

#newsletter {
background-color: #4b4e54;
height: 44px;
width: 940px;
margin: 20px auto;
margin-bottom: 30px;
padding: 0 10px;
}

#portfolio_cont {
width: 960px;
overflow: hidden;
margin: 0 auto;
}

.carousel_inner, .carousel1_inner, .carousel2_inner, .carousel3_inner {
position:relative;
float:left; /* important for inline positioning */
width:959px; /* important (this width = width of list item(including margin) * items shown */
height: 443px;
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
/*background-image: url(images/carousel_bg.png);
background-repeat: repeat-x;*/
}

.carousel_ul, .carousel1_ul, .carousel2_ul, .carousel3_ul {
position:relative;
left:-324px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
/*padding-bottom:10px;*/
}

.carousel_ul li, .carousel1_ul li, .carousel2_ul li, .carousel3_ul li{
float: left; /* important for inline positioning of the list items */
width:309px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:443px;
background-image: url(images/port_gal_bg.png);
background-repeat: no-repeat;
/*margin-top:0px;
margin-bottom:10px;*/
margin-left:7px;
margin-right:7px;
margin-bottom: 10px;
}

.carousel_ul li img, .carousel1_ul li img, .carousel2_ul li img, .carousel3_ul li img {
/*.margin-bottom:-4px;*/ /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor: pointer;
border:0px;
padding: 20px 20px 8px 20px;
}

.carousel_ul li div, .carousel1_ul li div, .carousel2_ul li div, .carousel3_ul li div {
padding-left: 10px;
}

.carousel_ul li div img, .carousel1_ul li div img, .carousel2_ul li div img, .carousel3_ul li div img {
vertical-align: middle;
margin: 0;
padding: 0;
}

.left_scroll, .left_scroll1, .left_scroll2, .left_scroll3 {
float:left;
height:45px;
width:45px;
padding-right: 30px;
margin-left: 404px;
}

.right_scroll, .right_scroll1, .right_scroll2, .right_scroll3 {
float: left;
height: 45px;
padding-left: 30px;
width: 400px;
}

.left_scroll img, .left_scroll1 img, .left_scroll2 img, .left_scroll3 img {
/*styling*/
cursor: pointer;
}

.right_scroll img, .right_scroll1 img, .right_scroll2 img, .right_scroll3 img {
cursor: pointer;
}

.site_title {
width: 230px; 
float: left; 
padding-top: 5px;
}

.mag {
width: 21px; 
float: left; 
padding: 0 10px;
}

.mag img {
border: 0px;
}

#packagescont {
width:1054px;
margin:0 auto;
}

/* 1st bg */ 
.packages_bg {
width:960px;
height: 439px;
margin:0 auto;
background-image: url(images/packages_bg.png);
background-repeat: no-repeat;
}

.package_padder {
padding: 34px 20px 20px 20px;
}

.package_standard {
width: 290px;
height: 318px;
margin-right: 24px;
float: left;
}

.package_professional {
width: 291px;
height: 318px;
margin-right: 24px;
float: left;
}

.package_deluxe {
width: 291px;
height: 318px;
float: left;
}

.package_list {
list-style: none;
margin: 36px 0 0 30px;
}

.package_list li {
background-image: url(images/check.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
color: #fff;
line-height: 28px;
font-size: 14px;
padding-left: 18px;
}

.package_link {
padding: 10px 0 0 48px;
}

.package_link a:link, .package_link a:visited, .package_link a:active {
color: #fed100;
font-size: 13px;
text-decoration: underline;
}

.package_link a:hover {
text-decoration: none;
}

.package_pricing {
margin-top: 10px;
color: #000;
font-size: 18px;
}

.package_pricing span {
color: red;
font-weight: bold;
font-size: 18px;
}

.ps {
width: 960px;
margin: 0 auto;
font-size: 14px;
font-style: italic;
color: #fff;
margin-top: 30px;
font-weight: normal;
line-height: 20px;
}

.tabbed-content p, .tabbed-content-faq p, .tabbed-content-about p, .tabbed-content-hire p {
line-height: 20px;
margin: 14px 0;
}

.tabbed-content h2, .tabbed-content-faq h2, .tabbed-content-about h2, .tabbed-content-hire h2 {
margin: 26px 0 10px 0;
}

/* 2nd bg */ 
.packages_bg1 {
width:960px;
height: 439px;
margin:0 auto;
background-image: url(images/packages_bg1.png);
background-repeat: no-repeat;
}

/* 3rd bg */ 
.packages_bg2 {
width:960px;
height: 439px;
margin:0 auto;
background-image: url(images/packages_bg2.png);
background-repeat: no-repeat;
}

/* 4th bg */ 
.packages_bg3 {
width:960px;
height: 787px;
margin:0 auto;
background-image: url(images/packages_bg3.png);
background-repeat: no-repeat;
}

.hire_input {
padding: 4px;
background-color: #f0f0f0;
border: 1px solid #d9d9d9;
width: 600px;
font-size: 18px;
margin: 4px 0;
}


#testimonials {
padding: 10px;
}

div.fadehover {
position: relative;
width: 203px;
height: 65px;
margin: 0 auto;
}

div.fadehover_order {
position: relative;
width: 165px;
height: 70px;
margin: 0 auto;
}

div.fadehover_explore {
position: relative;
width: 192px;
height: 60px;
margin: 0 auto;
}

div.fadehover_details {
position: relative;
width: 84px;
height: 21px;
margin: 0 auto;
}

img.a {
z-index: 10;
position: absolute;
left: 0;
top: 0;
cursor: pointer;
}
	
img.b {
position: absolute;
left: 0;
top: 0;
}


