/* === General Section === */

html,body,div,span,applet,object,embed,iframe,h1,h2,h3,h4,h5,h6,p,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,form,label,legend,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;
}
html, body, textarea, input { 
	font-size:101%;
	font-family:Helvetica,Arial,verdana,arial,sans-serif;
	color:#333333;
	font-size:12px;
	-webkit-text-size-adjust:none;
}
html{
	background:url(../img/bg.jpg) no-repeat center 385px #E0E0E0;
}
body{
}
a{ color:#58ADCC; text-decoration:none; cursor:pointer; }
a:hover { text-decoration:none; background-color:#58ADCC; color:#383838; }
::-moz-selection{ background:#58ADCC; color:#383838; }
::selection { background:#58ADCC; color:#383838; }
footer, header, section {
	display:block;
}
h1{
	color:#333333;
	font-size:48px;
	letter-spacing:-0.03em;
	font-weight:100;
	z-index:400;
	position:relative;
	margin: 0px;
	padding: 0px;
}
h2{
	font-size:28px;
	letter-spacing:-0.01em;
	margin-bottom:16px;
	margin-top:3px;
	font-weight:100;
}
h3{
	font-size:18px;
	margin:8px 0 10px;
	font-weight:100;
}
h4{
	font-size:16px;
	margin:8px 0;
	font-weight:700;
}
h5{
	font-size:14px;
	margin:8px 0;
	font-weight:700;
}

p, li{
	line-height:1.5em;
}
p, ul{
	margin:9px 0;
}
ul li{
	list-style:inside square;
	margin-left:2px;
}
ol li{
	list-style:inside decimal;
	margin-left:2px;
}

hr {
	display:block;
	height:0px;
	line-height:0px;
	border:0;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #DDDDDD;
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
strong{
	color:#333333;
	font-weight:700;
}
header, footer, nav, section{
	display:block;
}
footer{
	font-size:10px;
	text-align:center;
}
#wrap{
	width:800px;
	position:relative;
	min-height:400px;
	margin:0px auto;
	margin-top:80px;
	background:url(../img/bg.gif) #CCCCCC;
	z-index:10;
}
#wrap2{
	width:800px;
	position:relative;
	margin:0px auto;
	margin-top:40px;
	margin-botton:20px;
	z-index:10;
	text-align: center;
}
#content{
	position:relative;
	top:15px;
	width:500px;
	height:370px;
	margin-left:250px;
}
img{
	border:0;
}
noscript{
	display:block;
	position:absolute;
	top:238px;
	margin:0 auto;
	width:800px;
	bottom:0;
	z-index:20;
}
noscript p{
	width:800px;
	font-size:20px;
	padding-top:20px;
	margin:0 auto;
	color:#4D4D4D;
}
input:invalid{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.small{
	font-size:10px;
	color:#888;
	letter-spacing:0;
}
nav{
	width:200px;
	float:left;
	position:relative;
	background:url(../img/shine.gif) no-repeat left top;
}
nav ul{
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #DDDDDD;
	font-size:14px;
	font-weight:700;
	margin:0;
}
nav ul li{
	list-style:none;
	padding:0;
	margin:0;
}
nav ul a{
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #BBBBBB;
	display:block;
	padding:6px 15px 7px 0;
	text-align:right;
	-webkit-text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	-moz-text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	color:#333333;
}
nav ul li a:hover, nav ul li a.active{
	border-top:1px solid #BBB;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	background:url(../img/nav_bg.png) center repeat-x #58ADCC;
	text-decoration:none;
	color:#383838;
}

#shadow{
	background:url(../img/shadow.png) no-repeat;
	height:400px;
	width:10px;
	position:absolute;
	right:0;
	top:0;
	border-right:1px solid #CCCCCC;
}
#logo{
	display:block;
	height:120px;
	text-indent:-9999px;
	background:url(../img/logo.png) no-repeat center;
	
}
.slide{
	height:200px;
	width:500px;
	display:none;
	position:absolute;
	left:0;
}
.slide h2, .slide h3, .slide h4, .slide h5{
	background:url(../img/bg.gif) #CCCCCC;
}

/* === About Section === */
#profilpic{
	float:right;
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:4px;
}


/* === Contact Section === */
#contactform{
	float:left;
}
#namelabel, #emaillabel{
	text-align:left;
	width:252px;
	display:block;
	height:36px;
	background:url(../img/inputfield.gif) top left no-repeat;
}
#name, #contactemail{
	border:0;
	background:none;
	font-size:14px;
	font-weight:700;
	color:#333333;
	width:240px;
	padding:0 5px;
	outline: none;
	margin-top:8px;

}
#contactsubmit{
	font-size:14px;
	font-weight:700;
	color:#333333;
	width:77px;
	height:26px;
	border:0;
	background:url(../img/nav_bg.png) center left repeat-x #58ADCC;
	cursor: pointer;
	-webkit-text-shadow: 1px 1px 0px #DDDDDD;
	-moz-text-shadow: 1px 1px 0px #DDDDDD;
	text-shadow: 1px 1px 0px #DDDDDD;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#contactsubmit:hover, #contactsubmit:active{
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	color:#383838;
	background-color:#58ADCC !important;
}
#contactstatus{
	display:inline-block;
	position:relative;
	font-size:12px;
	padding-left:12px;
	color:#58ADCC;
	-webkit-text-shadow: 1px 1px 0px #BBBBBB;
	-moz-text-shadow: 1px 1px 0px #BBBBBB;
	text-shadow: 1px 1px 0px #BBBBBB;
}

#msglabel{
	text-align:left;
	width:252px;
	display:block;
	background:url(../img/textfield.gif) top left no-repeat;
}
textarea{
	padding:0 5px;
	font-size:14px;
	font-weight:700;
	color:#333333;
	width:240px;
	height:86px;
	resize:none;
	border:0;
	background:none;
	overflow:auto;
	margin-top:8px;
	margin-bottom:9px;
	outline:none;
}

#vcard{
	position:absolute;
	right:0;
	float:right;
	padding:0 18px;
	display:block;
	line-height:1.5em;
	width:215px;
	max-width:215px;
}
#vcard .fn{
	font-size:14px;
	padding:8px 0;
	font-weight:700;
	-webkit-text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	-moz-text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	color:#333333;
}
#vcard .fn, #vcard .org, #vcard .country-name, #vcard .email{
	display:block;
}
#vcard .vcardfile{
}
#vcard .vcardfile:hover{
	background:none;
}

/* === nivo Slider Section === */

#sliderwrap{
	display:block;
    width:490px;
    height:130px; 
	padding:4px;
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background: url(../img/loader.gif) center center no-repeat;
}
#sliderwrap:hover{
	cursor:pointer;
	background:url(../img/nav_bg.png) center repeat-x #58ADCC;
}
#nivoslider{
	display:block;
	position:relative;
    width:490px;
    height:126px; 
}
#nivoslider a:hover{
	position:relative;
    width:490px;
    height:126px; 
	background:none;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.scroll{
	height:220px;
}

.jspContainer{
	overflow: hidden;
	position: relative;
}

.jspPane{
	position: absolute;
}

.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background: #333333;
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}

.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	width: 6px;
	background: #333333;
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}

.jspCap{
	display: none;
}

.jspHorizontalBar .jspCap{
	float: left;
}

.jspTrack{
	background: #DDDDDD;
	position: relative;
}

.jspDrag{
	background: #58ADCC;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}

.jspArrow{
	background: #222;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus{
	outline: none;
}

.jspCorner{
	background: #222;
	float: left;
	height: 100%;
}


/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	font-size:14px;
	font-weight:700;
	color:#333333;
	-webkit-text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	-moz-text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	background:url(../img/bg.gif) #CCCCCC;
	border-top:1px solid #DDDDDD;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/* === prettyPhoto Section === */

div.premade .pp_content .ppt { color: #000; }
div.premade .pp_content { background: none; } /* Content background */
div.premade #pp_full_res .pp_inline { color: #000; } 
div.premade .pp_loaderIcon { background: url(../img/loader.gif) top right no-repeat; width:400px; height:400px; position:absolute; top:20px; } /* Loader icon */

div.premade .pp_next:hover { background: url(../img/next.png) center right no-repeat; cursor: pointer; } /* Next button */
div.premade .pp_previous:hover { background: url(../img/prev.png) center left no-repeat; cursor: pointer; } /* Previous button */

#fullResImage{
	width:800px;
	height:400px;
	background-position:center;
	background-repeat:no-repeat;
	max-height:400px;
	max-width:800px;
	min-height:400px;
	min-width:800px;
	overflow:hidden;
	z-index:5000;
}
	
div.pp_pic_holder a:focus { outline:none; }
	
div.pp_overlay {
	background: #CCCCCC;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
	z-index: 1;
}
	
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	width: 800px;
	min-height:400px;
	z-index: 10000;
}
	
	
.pp_content { height: 40px; max-height:400px; }
	
.pp_fade { display: none; 	background:url(../img/bg.gif) #CCCCCC; }
	
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}
	
.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }
	
.pp_content_container .pp_details {
	background:url(../img/bg.gif) #CCCCCC;
	position:absolute;
	height:50px;
	top:350px;
}
.pp_details{
	border-top:1px solid #DDDDDD;
}
.pp_description {
	position:relative;
	font-size:14px;
	font-weight:700;
	color:#333333;
	-webkit-text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	-moz-text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	text-shadow: -1px -1px 0px #BBBBBB, 1px 1px 0px #DDDDDD;
	padding:10px;
	display: none;
	width:700px;
	margin: 3px 5px 5px;
	z-index:3000;
}
		
a.pp_arrow_previous,
a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}
	
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 800px;
	max-width: 800px;
	min-width: 800px;
	max-height:350px;
	z-index: 2000;
}
	
a.pp_next {
	display: block;
	float: right;
	height: 100%;
	max-height:350px;
	text-indent: -10000px;
	width: 49%;
}
	
a.pp_previous {
	display: block;
	float: left;
	height: 100%;
	max-height:350px;
	text-indent: -10000px;
	width: 49%;
}
	
a.pp_close {
	margin:12px;
	display: block;
	float: right;
	line-height:22px;
	cursor:pointer;
	font-size:14px;
	font-weight:700;
	padding:1px 7px;
	text-decoration:none;
	color:#333333;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:url(../img/nav_bg.png) center left repeat-x #BBBBBB;
}
a.pp_close:hover {
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	color:#383838;
	background-color: #58ADCC;
}
	
	
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}
	
#pp_full_res {
	line-height: 1 !important;
}
	
#pp_full_res .pp_inline {
	text-align: left;
}
	
#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999;
}
	
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
.clearfix {display: inline-block;}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
