/*------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.	RESET

2.	MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.	FORMS
3.a  General form styles
3.b  Individual forms

4.	PLUGINS

5. PRINT


/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none; list-style-position: outside }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background: #2f8492 url(../img/bg.png) no-repeat center 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

p, ul, ol, table, dl, dd, pre { margin: 0 0 15px }

strong { font-weight: bold }
em { font-style: italic }
code, pre { font-family: "Courier New", Courier, monospace }
dt { font-weight: bold }
dd { font-style: italic }
cite { font-style: italic }
q { font-style: italic }
blockquote { font-style: italic; padding: 0 2.67em }

abbr, acronym { border-bottom: 1px dotted; cursor: help }


/* Headlines
-------------------------------
[?] Always define: font-size - line-height - margin
*/

h1 {
	color: #fff;
	font-size: 20px;
	margin: 1em 0 .4em;
}
h2 {
	color: #fff;
	font-size: 18px;
	margin: 1em 0 .4em;
}
h3 {
	font-size: 1.5em;
	margin: 1em 0 .4em;
}
h4 {
	font-size: 1.33em;
	margin: 1em 0 .4em;
}

/* Anchors
-------------------------------*/

a, a:link, a:visited {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}


/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	text-align: left;
	width: 620px;
	position: relative;
	overflow:hidden;
}
	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		width: 100%;
		position: relative;
	}
	#header {
		height: 247px;
	}
		#logo { margin: 0 }

			#logo a {
				background: url(../img/logo.png) no-repeat;
				display: block;
				text-indent: -9999px;
				height: 126px; width: 97px;
				position: absolute;
				top: 37px; left: 262px;
			}
			#tagline { text-indent: -9999px }

	#content { 
		border: 1px solid #fff; 
		padding: 7px 0 5px; 
		width: 618px;
	}
		#main {
			float: right;
			height: 275px; width: 315px;
			overflow: auto;
			padding: 3px 8px 0 0;
		}
		#sidebar {
			float: left;
			padding: 0 0 0 7px;
			width: 282px;
		}
		.map {
			float:left;
			width:294px;
			overflow:hidden;
			padding: 0 0 0 7px;
		}
		.contact-us-form {
			float:right;
			width:278px;
			height:263px;
			border:1px solid #fff;
			margin:0 7px 0 0;
			padding:6px 7px;
			display:inline;
			overflow:hidden;
		}
		.info {
			float:left;
			width:296px;
			padding:12px 0 2px 14px;
		}
		.certificate-form {
			float:right;
			width:278px;
			border:1px solid #fff;
			margin:0 7px 0 0;
			padding:6px 7px;
			display:inline;
			overflow:hidden;
		}

	#footer { padding: 12px 0 0 }

#intro {
	background:rgb(47,132,146);
}
#intro-area {
	overflow:hidden;
	height:610px;
	position:relative;
}
#intro table {
	width: 100%;
	margin: 40px 0 0;
}
#intro table tr {
	width: 100%;
	height: 100%;
}
#intro table td {
	vertical-align: middle;
	background:rgb(47,132,146) url(../img/bg-intro.jpg) no-repeat 50% 50%;
}
.main_center {
	height:610px;
}
.jScrollPaneContainer {
	width:306px !important;
}
/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }


/* Main navigation
-------------------------------*/

#nav {
	background: #fff;
	width: 608px; height: 23px;
	position: absolute;
	top: 194px; left: 0;
	padding: 0 0 0 16px;
}
	#nav li { float: left }

		#nav li a {
			background: url(../img/bg_nav.gif) no-repeat right 14px;
			color: #2f8492;
			display: block;
			float: left;
			font-size: 12px;
			letter-spacing: -.01em;
			line-height: 23px;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0 9px 0 8px;
		}
		#nav li.last a { background: none }
		
		#nav li a:hover { color: #2f8492 }

		#nav li.current_page_item a {
			color: #2f8492;
			font-weight: bold;
			padding-bottom: 7px;
		}


/* Main navigation LavaLamp
---------------------------------*/

.lavalamp li a {
	display: block;
	position: relative;
	z-index: 10;
}
.lavalamp li.back {
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 30px; left: 0;
	z-index: 30;
}

/* Download link
------------------------*/

#download {
color:#2F8492;
font-size:13px;
font-weight:bold;
padding:5px 0;
position:absolute;
right:0;
top:194px;
width:225px;
text-decoration:none;
}
/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

/* General elements
-------------------------------*/

#sidebar p#currentImage { margin: 0 0 8px }

#sidebar ul#listing {
	overflow: hidden;
	margin: 0 0 0 -10px;
}
	#sidebar ul#listing li {
		float: left;
		margin: 0 0 0 10px;
	}

.map img {display:block;}
.contact-us-form ul {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
}
	.contact-us-form ul li {
		float:left;
		width:100%;
		padding:0 0 6px;
		list-style:none;
	}
		.contact-us-form ul li label {
			float:left;
			width:80px;
			padding:4px 10px 0 0;
			overflow:hidden;
			white-space:nowrap;
			text-align:right;
		}
		.contact-us-form ul li input,
		.contact-us-form ul li textarea {
			float:left;
			width:174px;
			margin:0;
			padding:4px 5px;
			border:0;
			background:#fff;
			font:11px Arial, Helvetica, sans-serif;
			border:1px solid #FFF;
		}
		.contact-us-form ul li input.error,
		.contact-us-form ul li textarea.error {
			border:1px solid #F00;
			width:174px;
		}
		.contact-us-form ul li textarea {
			overflow:auto;
			height:126px;
		}
		.contact-us-form ul li .submit {
			float:right;
			width:72px;
			height:20px;
			padding:0;
			margin:3px 0 0;
			background:#d0e3e6;
			color:#2f8492;
			font:11px Arial, Helvetica, sans-serif;
		}
		.contact-us-form ul li .submit:hover {
			background:#79a7aa;
			color:#ffffff;	
			border:1px solid #ffffff;
		}
		.contact-us-form .txt {
			float:left;
			width:200px;
			margin:-16px 0 0;
		}
		.contact-us-form .txt p {
			margin:0 0 4px;
			font-size:9px;
			line-height:12px;
		}
		#thankyou {
			padding:12px 5px;
			margin-left:300px;
		}
.info h2 {
	margin:0;
	font-size:11px;
}
	.info .pic {
		overflow:hidden;
		width:100%;
		clear:both;
	}
		.info .pic img {display:block;}
.certificate-form ul {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
}
	.certificate-form ul li {
		float:left;
		width:100%;
		padding:0 0 6px;
		list-style:none;
	}
		.certificate-form ul li label {
			float:left;
			width:108px;
			padding:5px 8px 0 0;
			text-align:right;
			overflow:hidden;
			white-space:nowrap;
		}
		.certificate-form ul li input {
			float:left;
			margin:0;
			padding:5px;
			height:12px;
			border:0;
			width:148px;
			border:1px solid #FFF;
			font:11px Arial, Helvetica, sans-serif;
		}
		.certificate-form ul li input.error {
			border:1px solid #F00;
		}
		.certificate-form ul li.delivery {padding:8px 0 0;}
		.certificate-form ul li.delivery p {
			float:left;
			margin:0;
			width:50px;
			text-align:right;
		}
		.certificate-form ul li.delivery ul {
			float:left;
			width:228px;
		}
		.certificate-form ul li.delivery ul li {padding:0 0 4px;}
		.certificate-form ul li.delivery ul li input {
			width:14px;
			height:14px;
			margin:0 5px 0 0;
			padding:0;
		}
		.certificate-form ul li.delivery ul li label {
			float:left;
			text-align:left;
			padding:0;
			width:auto;
		}
		.certificate-form ul li.delivery ul li label span {
			font-size:8px;
			word-spacing:-1px;
		}
		.certificate-form ul li.delivery ul li .wrapper {
			overflow:hidden;
			width:100%;
			clear:both;
			padding:6px 0 0;
		}
		.certificate-form ul li.delivery ul li .wrapper input {
			background:#fff;
			width:216px;
			padding:4px 5px 5px;
		}
		.certificate-form ul li .submit {
			float:right;
			width:72px;
			height:20px;
			padding:0;
			margin:3px 0 0;
			background:#d0e3e6;
			color:#2f8492;
			font:11px Arial, Helvetica, sans-serif;
			position:relative;
		}
		.certificate-form ul li .submit:hover {
			background:#79a7aa;
			color:#ffffff;	
			border:1px solid #ffffff;
		}
		.certificate-form .txt {
			float:left;
			width:284px;
			margin:-16px 0 0;
		}
		.certificate-form .txt p {
			margin:0 0 4px;
			font-size:9px;
			line-height:12px;
			word-spacing:-1px;
		}
#footer #fwd { 
	position: absolute;
	top: 14px; left: 0; 
	width: 76px; 
}
	#footer #fwd a {
		background: url(../img/logo_fwebdesign.png) no-repeat;
		display: block;
		height: 10px; width: 76px;
		text-indent: -99999px;
	}

#footer #copy { text-align: right }

#intro-area #logo a {
	width:122px;
	height:158px;
	top:86px;
	left:248px;
	background:url(../img/logo-intro.png) no-repeat;
}
#intro-area a.btn-enter {
	position:absolute;
	width:101px;
	height:25px;
	top:475px;
	left:256px;
	font-size:17px;
	line-height:25px;
	background:#79a7aa;
	text-decoration:none;
	text-align:center;
}
#intro-area a.btn-enter:hover {
	background:#ffffff;
	color:#79a7aa;
}
/* SCROLL
----------------------------*/

.holder {
	float: left;
	margin: 10px;
}
.scroll-pane {
    position: relative;
	overflow: auto;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover { background-position: 0 -30px }

.orange-bar .scroll-pane { background: #69f }

.jScrollPaneContainer { 
	float: right; 
	padding: 0 7px 0 0;
	position: relative; 
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack { 
	background: #75aeb7; 
	width:7px!important; 
	padding: 10px 3px!important; 
	position: absolute;
	cursor: pointer;
	right: 7px;
	top: 0!important;
	
}
.jScrollPaneDrag { 
	position: absolute;
	background: #666;
	border-bottom: 3px solid #75aeb7;
	border-top: 1px solid #75aeb7;
	cursor: pointer;
	overflow: hidden;
	background: #fff repeat!important; 
	width: 7px!important; 
	height: 148px!important;
	margin: 9px 0!important;
}
a.jScrollArrowUp, a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	right: 8px;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #fff;
	height: 5px!important; width: 7px!important;
	border: 2px solid #75aeb7;
}
a.jScrollArrowUp { top: 1px }
a.jScrollArrowDown { bottom: 1px }

a.jScrollArrowUp:hover { background-color: #fff }



/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a General form styles
-------------------------------*/

/* Form elements
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 1px solid #999;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
input.text.error, select.select.error, textarea.textarea.error {
	border:1px solid #F00;
}
input.text { width: 195px }
select.select { width: 200px }
textarea.textarea { height: 10em; width: 195px }

select.select.free { width: auto }

button.button {
	color: #000;
	cursor: pointer; 
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

input.submit {
	color: #000;
	cursor: pointer;
	padding: 5px 10px;
}


/* General forms
-------------------------------*/

form.form ol.fieldset {	/* nothing here */ }

	form.form ol.fieldset li.field {
		margin: 0 0 1em;
		position: relative;
	}
		form.form ol.fieldset li.field label {
			display: block;
			font-weight: bold;
			margin-bottom: 5px;
		}
			
	form.form p.submit { /* nothing here */ }

		
/*-------------------------------
3.b Individual forms
-------------------------------*/



/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.skip { position: absolute; top: 0; left: -9999px }

/* "Bars" navigation
---------------------------------
[?] EXAMPLE

Home | Services | About | Contact	*/

ul.bars li { display: inline; margin-left: -4px }
ul.bars li.first { border: 0 !important }
ul.bars li:before { content: "|"; padding: 0 4px }
ul.bars li:first-child:before { content: ""; padding: 0 4px 0 0 }


} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */
