/******************************************************************

WEBDEER
==============
 
Use:	Defaults

Author(s):
- Peter Klein

Last changes:
- created

*******************************************************************/

* {margin:0;padding:0;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
q,blockquote p { }
q:before,blockquote p:before {content:open-quote;}
q:after,blockquote p:after {content:close-quote;}

html, body {
	background:#fff;
	color:#cec6b9;
	font-family: Georgia,serif;
	font-size:90.01%;
	line-height:130%;
	text-align:center;
	min-height:100%;
^
}

abbr,
acronym {
	cursor:help;
}

a {
	color:#000;
	outline:none;
	text-decoration:none;
}
a:hover {
	color:#000;
}

q { 
	quotes: "" "" "" ""; /* german style */
	quotes:  "»" "«" "" ""; /* german style alternative */
}

#page-wrapper {
	text-align:left;
	padding-bottom:60px;
}
	
	#header {
		background:#000;
		height:155px;
		padding-left:30px;
		position:relative;
	}
	#header h1 a {
		background:url(../images/logo.png) no-repeat;
		display:block;
		float:left;
		height:35px;
		margin-top:60px;
		overflow:hidden;
		text-indent:225px;
		white-space:nowrap;
		width:225px;
	}
		#header h1 em {
			color:#777;
			font-family:Georgia, serif;
			font-weight:normal;
			font-size:15px;
			left:280px;
			position:absolute;
			top:78px;
		}
		#topnav {
			bottom:0;
			position:absolute;
		}
			#topnav li {
				float:left;
				margin-right:-1px;
			}
				#topnav a {
						background:url(../images/nav_sprite.png) no-repeat 0 0;
						color:#fff;
						display:block;
						font-size:17px;
						height:36px;
						text-align:center;
					}
						#topnav li.active a {
							background-position:0 -35px;
						}
						#topnav a:hover {
						font-weight:normal;
						}
							#topnav a em {
								background:url(../images/nav_right.png) top right no-repeat;
								color:#666;
								cursor:pointer !important;/* aaarrggh this is for internet explorer, i hate him */
								display:block;
								height:26px;
								padding:10px 15px 0;
							}
							#topnav a:hover em {
								color:#fff;
								font-weight:normal;
							}
							#topnav li.active a em {
								background-position:right -35px;
								color:#000;
							}
	
	#content-wrapper {
		padding:0 45px;
		margin-bottom:60px;
	}
		#content-wrapper h2 {
			color:#000;
			font-weight:normal;
			font-size:23px;
			margin-bottom:35px;
			margin-top:60px;
		}
			#content-wrapper p {
				color:#666;
				font-size:14px;
				margin-bottom:10px;
				width:665px;
			}
				#content-wrapper h3 {
					color:#000;
					font-weight:normal;
					font-size:20px;
					margin:40px 0 25px 0;
				}
				
	/* CONTACTFORMS */
	#contact #content-wrapper {
		padding:0;
	}
	#contact_zurich {
		cursor:pointer;
		float:left;
		margin:0 0 40px 45px;
		overflow:hidden;
		width:230px;
	}
	#contact_london {
		cursor:pointer;
		float:left;
		margin-left:100px;
		overflow:hidden;
		width:230px;
	}
	#contact_zurich p,
	#contact_london p {
		margin-bottom:0;
	}	
		.contact{
			background:url(../images/form_content_bg.png) repeat-x;
			float:left;
			height:427px;
			margin-bottom:40px;
			overflow:hidden;
			position:relative;
			width:100%;
		}
			#zurich_form,
			#london_form {
				background:url(../images/form_top_bg.png) no-repeat top left;
				margin:0 30px 30px 45px;
				overflow:hidden;
				padding-top:1px;
				width:320px;
			}
			#london_form {
				margin-left:360px;
			}
				#zurich_form h3,
				#london_form h3 {
					color:#fff;
					margin-bottom:5px;
				}
				label {
					float:left;
					margin-left:3px;
					width:8px;
				}
			
				input,
				textarea {
					background:#fff;
					border:0;
					color:#666;
					float:left;
					font-family:Georgia,sans-serif;
					font-size:14px;
					margin-bottom:10px;
					padding:5px;
					width:210px;
				}
				textarea {
					height:150px;
					width:290px
				}
				input.textfield_fill_in,
				textarea.message_fill_in {
					border:2px solid #990000;
				}
					input.send,
					input.cancel {
						background:url(../images/buttons.png) no-repeat 0 -3px;
						cursor:pointer;
						height:40px;
						margin-right:10px;
						margin-left:-6px;
						text-indent:80px;
						width:80px;
					}
					input.cancel {
						background-position:0 -99px;
						width:80px;
					}
					input.send:hover {
						background-position:0 -52px;
					}
					input.cancel:hover {
						background-position:0 -148px;
					}
					#contact_done {
						left:40px;
						position:absolute;
						top:175px;
					}
					#contact_done h2 {
						color:#f00;
						margin:0;
					}
	
	
	#footer {
	background:#fff;
		bottom:0;
		color:#666;
		left:45px;
		padding-bottom:25px;
		padding-top:10px;
		position:fixed;
		width:900px;
		text-align:left;
	}
	#contact #footer {
		clear:both;
		position:relative !important;
	}
	

/******************************************************************
added 02/2010
*******************************************************************/
ul, li {
	color:#666;
	}

.link { 

	text-decoration: underline;
	color:#666;
	text-indent: 15px;

}