@charset "UTF-8";
/* CSS Document */

a {
	font-size: 14px;
	color: #98CB00;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #98CB00;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	color: #999;
	text-decoration: none;
}

/* structure */

.style1 {
	font-size: 14px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

.style2 {
	font-size: 14px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#container {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 90px;
}

/* header */

#header {
	margin: 0 auto;
	height: 127px;
	background-image: url(../images/header.jpg);
	position:absolute;
	background-repeat: no-repeat;
	background-position:top center;
	top: 0px;
	right: 0px;
	left: 0px;
}

#logo {
	margin: 0 auto;
	height: 127px;
	background-image: url(../images/logo.png);
	position:absolute;
	background-repeat: no-repeat;
	background-position:top center;
	top: 0px;
	right: 700px;
	left: -10px;
	width: 200px;
	z-index: 100;
}





#menu {
	height: auto;
	margin-left: 240px;
	margin-top: 0px;
	z-index: 800px;
	padding-bottom: 0px;
}

.arrow {
	height: auto;
	width: 500px;
	margin-left: 15px;
	margin-top: 0px;
	z-index: 9999999999999999999;
	padding-bottom: 20px;
}

.arrow2 {
	height: auto;
	width: 300px;
	margin-left: 134px;
	margin-top: 0px;
	z-index: 9999999999999999999;
	padding-bottom: 20px;
}

.arrow3 {
	height: auto;
	width: 300px;
	margin-left: 250px;
	margin-top: 0px;
	z-index: 9999999999999999999;
	padding-bottom: 20px;
}

.arrow4 {
	height: auto;
	width: 300px;
	margin-left: 386px;
	margin-top: 0px;
	z-index: 9999999999999999999;
	padding-bottom: 20px;
}


/*  blog page  */

#leftCol {
	float: left;
	height: auto;
	width: 70%;
	margin-left: 20px;
}
#sidebar {
	float: right;
	height: auto;
	width: 26%;
	padding-top: 0px;
}

#sidebart {
	float: right;
	height: auto;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 50px;
}

#sidebart2 {
	float: right;
	height: auto;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 50px;
}

#footer {
	height: 100px;
	width: 600px;
	float: left;
	padding-left: 20px;
	margin-bottom: 15px;
}
#portfolio {
	height: auto;
	width: 600px;
	margin-left: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#portfolio2 {
	height: auto;
	width: 600px;
	margin-left: 0px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#portfolio3 {
	height: auto;
	width: 600px;
	margin-left: 0px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#portfolio4 {
	height: auto;
	width: 600px;
	margin-left: 0px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

/* - 3. fonts - */

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #000000;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.sidetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #98CB00;
	font-size: 36px;
	margin-top: 20px;
}

.sidetitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #98CB00;
	font-size: 36px;
	margin-top: 20px;
}

.sidetitle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #98CB00;
	font-size: 36px;
	margin-top: 20px;
}

.sidetitle4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #98CB00;
	font-size: 36px;
	margin-top: 20px;
}

/* contact form */

.contact  {
	height: auto;
	width: 500px;
	position:relative;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

/* contact page - form layout */

#contentForm {
	display: block;
}

/* and now the form formatting itself */

label {
	display: block;
	float: right;
	clear: left;
	margin-bottom: 4px;
	margin: 4px 0;
}

input, select {
	padding: 2px;
	font-size: 15px;
	color: #737373;
	background: #E3E2E2;
	border: 1px solid #cdcdcd;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}  

textarea {
	margin: 0;
	padding: 2px;
	font-size: 15px;
	color: #737373;
	background: #E3E2E2;
	border: 1px solid #cdcdcd;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}  

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	width: 90px;
	height: 28px;
	margin-left: 40px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(../img/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 17px;
  text-align: center;
}

