html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}



body {
  background-color: #84c5c6;
}

#header {
	margin-left: -470px;
	position: fixed;
	left: 50%;
	top: 0px;
	width: 940px;
	height: 220px;
	background: transparent url(images/header.png) no-repeat left top;
	z-index: 99;
}

#content-wrapper-a {
	margin: 155px auto 0;
	width: 820px;
	background: transparent url(images/content-bg.png) repeat-y left top;
	padding: 60px;
	position: relative;
}
#content-top {
	background: transparent url(images/content-top.png) no-repeat left top;
	width: 940px;
	height: 80px;
	position: fixed;
	left: 50%;
	margin-left: -469px;
	top: 153px;
}
#content-bot {
	background: transparent url(images/content-bot.png) no-repeat left top;
	width: 940px;
	height: 200px;
	margin: 0 auto;
	padding-left: 1px;
	line-height: 200px;
	text-align: center;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	font-size: 9pt;
	color: #46b4c1;	
}
#content {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	font-size: 11pt;
	color: #fff;
}
.green {
	color: #c0e559;
}

.purple {
	color: #a94b9b;
}

h2 {
	font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", sans serif;
	font-size: 40pt;	
}
.small-head {
	font-size: 18pt;
	color: #ffffff;
}

#button-a {
	text-indent: -99999px;
	overflow: hidden;
	height: 37px;
	width: 272px;
	background: url(images/button-a.png) no-repeat left top;
	display: block;
	float: right;
}

.button-a-click {
	background: url(images/button-a.png) no-repeat left -37px !important;
}
#button-p {
	text-indent: -99999px;
	overflow: hidden;
	height: 39px;
	width: 272px;
	background: url(images/button-p.png) no-repeat left top;
	display: block;
	float: right;
}

.button-p-click {
	background: url(images/button-p.png) no-repeat left -39px !important;
}

#button-c {
	text-indent: -99999px;
	overflow: hidden;
	height: 37px;
	width: 272px;
	background: url(images/button-c.png) no-repeat left top;
	display: block;
	float: right;
	margin-right: 12px;
}

.button-c-click {
	background: url(images/button-c.png) no-repeat left -37px !important;
}

.clearer {
	clear: both;
}

#about {
	padding-top: 200px;
	margin-top: -200px;
}

#portfolio {
	padding-top: 200px;
}
#p_header {
}

.screenshot {
	border: 10px solid #a94b9b;
	padding: 0px;
	width: 432px;
	height: 250px;
	float: left;
}
.screenshot img {
	border: none;
}
.siteinfo {
	float: left;
	width: 320px;
	margin-left: 10px;
}
.website {
	margin-top: 25px;
}


#contact {
	padding-top: 200px;
}

#contact-left {
	width: 50%;
	float: left;
	line-height: 58px;
	margin-top: 25px;
}
#contact-right {
	width: 50%;
	float: left;
	margin-top: 25px;
}

#contact-left span {
	width: 48px;
	height: 48px;
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 10px;
}

.mail {
	background: url(images/icons.png) no-repeat;
}
.phone {
	background: url(images/icons.png) no-repeat -50px top;
}
.fbook {
	background: url(images/icons.png) no-repeat -98px top;
}
.twitter {
	background: url(images/icons.png) no-repeat -145px top;
}

#contact-left a {
	color: #fff;
	text-decoration: none;
}
#contact-left a:hover {
	color: #c0e559;
	text-decoration: none;
}
#contact-left a:visited {
	color: #fff;
	text-decoration: none;
}

.cleft {
	clear: left;
}
label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 6px;
}
.textbox, select, #select {
	display: block;
	float: left;
	border: 2px solid #98c908;
	background-color: #c0e559;
	height: 20px;
	width: 288px;
	color: #A94B9B;
	font-weight: bold;
	font-size: 11pt;
}

textarea {
	display: block;
	float: left;
	border: 2px solid #98c908;
	background-color: #c0e559;
	height: 100px;
	width: 288px;
	color: #A94B9B;
	font-weight: bold;
	font-size: 11pt;
}

#select a {
	width: 20px;
	height: 20px;
	background: #98c908 url(images/selectarrow.png) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#select span {
	width: 265px;
	height: 20px;
	line-height: 20px;
	float: left;
	padding-left: 3px;
	overflow: hidden;
}
#options {
	position: absolute;
	border: 2px solid #98c908;
	background-color: #c0e559;
	display: none;
	width: 288px;
}
#options a {
	text-decoration: none;
	color: #A94B9B;
	font-weight: bold;
	font-size: 9pt;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	display: block;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}
#options a:hover {
	text-decoration: none;
	color: #c0e559;
	background-color: #A94B9B;
	font-weight: bold;
	font-size: 9pt;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
}

#notify {
	clear: both;
	margin-top: 37px;
	background-color: #c0e559;
	border: 1px solid #98c908;
	color: #a94b9b;
	font-weight: bold;
	font-size: 9pt;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	padding: 10px;
	width: 382px;
}

#menuimap {
	background: url(images/menu.png) no-repeat -2px -1px;
	padding: 0;
	border: none;
}
#menuimap.abouthover {
	background: url(images/menu.png) no-repeat -189px -1px;
}

#menuimap.porthover {
	background: url(images/menu.png) no-repeat -2px -53px;
}
#menuimap.contacthover {
	background: url(images/menu.png) no-repeat -189px -53px;
}
#menu {
	width: 188px;
	height: 54px;
	position: relative;
	top: 101px;
	left: 730px;
}