@charset "utf-8";
/*-------------Basic Styling------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fff;
	text-align: center;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 85%;
	margin-top: 6px;
	}
#wrapper {
	position:relative;
	width:800px;
	text-align:left;
	background-color:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
#clear {
	clear:both;
	}
	/*------------------Position Container Elements-------------*/
#header {
	position:relative;
	height: 88px;
	background-color: #2561C2;
	background-repeat: repeat-x;
	}
#header h1 {
	margin-left: -9000px;
}
/* -- Main Navigation Styles -- */
#header ul {
	margin:0;
	padding:0;
	position:absolute;
	bottom:0px;
	left: 0px;
	width:800px;
	list-style:none;
	background-image: url(Images/Nav_Bar3.png);
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	
	}
#header ul li {
	float:right;
	padding-top: 2px;
	}
#header ul a {
	font-size:11px;
	line-height:1.5em;
	text-decoration:none;
	color:#04569D;
	float:left;
	display:block;
	border-right-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 0;
	padding-right: 1.2em;
	padding-bottom: 0;
	padding-left: 1.2em;
	margin: 0px;
	}

#header ul a:hover {
	background-color:#fff;
	color:#561216;
	}
	 	
#MainImage {
	background-color: #FFFFFF;
	height: 240px;
	width: 800px;
	background-image: url(Images/Nyhavn_pano.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#MainIntro {
	height: 100px;
	width: 798px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
#MainIntro h2 {
	margin-left: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#MainIntro p {
	margin-left: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#MainIntro a {
	text-decoration: none;
	color: #FF9900;
}




#MainContent {
	background-color: #fff;
	width: 798px;
	height: 175px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#LeftPanel li {
	margin-left: 15px;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

#MainVR {
	height: 380px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

#MainTextArea {
	background-color: #FFFFFF;
	width: 725px;
	margin-left: 25px;
	padding-top: 5px;
}
#PortfolioContent {
	height: 325px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#Pano-1 {
	height: 132px;
	width: 274px;
	margin-left: 75px;
	float: left;
	background-color: #FFFFCC;
}
#Pano-2 {
	height: 132px;
	width: 274px;
	float: right;
	margin-right: 75px;
	background-color: #FFCC33;
}
#Pano-3 {
	height: 132px;
	width: 274px;
	float: left;
	margin-top: 28px;
	margin-left: 75px;
	background-color: #99CC66;
}
#Pano-4 {
	height: 132px;
	width: 274px;
	float: right;
	background-color: #3366CC;
	margin-top: 28px;
	margin-right: 75px;
	position: relative;
}

h2 {
	font-size: 16px;
	color: #095AA2;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 12px;
	}
#footer h3 {
	padding-left: 25px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 14px;
}


p {
	line-height: 1.7em;
	padding-left: 0px;
	padding-right: 4px;
	margin-top: 0.4em;
	margin-bottom: 0px;
	font-size: 11.5px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #666666;
	
}


#LeftPanel {
	float:left;
	width:360px;
	background-color: #FFFFFF;
	height: 175px;
	margin-left: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	}
#RightPanel {
	float:right;
	width:360px;
	background-color: #FFFFFF;
	height: 140px;
	margin-right: 22px;
	padding-top: 2.6em;
	}
	
.address {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}


#footer {
	color:fff;
	height: 50px;
	width: 800px;
	background-color: #999999;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 1em;
	background-image: url(Images/footer_bg2.png);
	background-repeat: repeat-x;
	}
.webdesign {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 20px;
	text-align: center;
	font-size: 9px;
}


	
		
/* --------- Form ------------------*/
#form_container {
	Text-Align: left;
	Width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#form_thankyou {
	height: 200px;
	border: thin solid #CCCCCC;
	position: relative;
}
#form_thankyou h5 {
	color: #B4B4B4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	position: relative;
	top: 62px;
	margin: 0px;
	padding: 0px;
}



#ContactForm {
	BORDER-BOTTOM: #c0c0c0 1px solid;
	BORDER-LEFT: #c0c0c0 1px solid;
	MARGIN: 0px;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 34px;
}

#ContactForm FIELDSET {
	BORDER-BOTTOM: medium none;
	BORDER-LEFT: medium none;
	WIDTH: 310px;
	DISPLAY: inline;
	FLOAT: left;
	BORDER-TOP: medium none;
	BORDER-RIGHT: medium none;
	padding: 0px;
	margin: 0px;
}
.thankyou {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	vertical-align: middle;
	position: relative;
	top: 70px;
	left: 212px;
}


#ContactForm LEGEND {
	DISPLAY: none
}

#ContactForm P {
	MARGIN: 0.5em 0px;
}

#ContactForm LABEL {
	DISPLAY: block;
}

#ContactForm INPUT {
	BORDER-BOTTOM: #c0c0c0 1px solid;
	BORDER-LEFT: #c0c0c0 1px solid;
	WIDTH: 260px;
	HEIGHT: 18px;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	padding: 3px;
	background-color: #fff;
	font-family: Helvetica, Geneva, Arial, sans-serif, Times, serif;
	font-size: 14px;
}

#ContactForm TEXTAREA {
	BORDER-BOTTOM: #c0c0c0 1px solid;
	BORDER-LEFT: #c0c0c0 1px solid;
	margin-left: 0px;
	WIDTH: 330px;
	HEIGHT: 168px;
	OVERFLOW: auto;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	padding: 3px;
}



#ContactForm P.submit {
	TEXT-ALIGN: right;
	PADDING-BOTTOM: 10px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 25px;
	CLEAR: both;
	PADDING-TOP: 6px;
	margin: 0px;
}

#ContactForm BUTTON {
	BORDER-BOTTOM: medium none;
	TEXT-ALIGN: center;
	BORDER-LEFT: medium none;
	WIDTH: 116px;
	HEIGHT: 36px;
	COLOR: #fff;
	BORDER-TOP: medium none;
	CURSOR: pointer;
	BORDER-RIGHT: medium none;
	background-repeat: no-repeat;
	background-position: 0px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.7em;
	margin-right: 15px;
	background-image: url(Images/send_button.gif);
}
	
		

