a {
   outline: none;
}

body {
	background-image: url(images/background2.png);
	background-repeat: repeat-y;
	background-position: center;
	padding:0;
	margin:0;
	background-color: #85B689;
}

#container {
	margin: auto;
	width: 960px;
}

#header {
	background-image: url(images/bluegrad.png);
	background-repeat: repeat-x;
	width: 100%;
	height:246px;
	margin: 0;
	top:0px;
}

h1 {
	font-size: 32px;
}

h2 {
	text-align:center;
	font-size: 16px;
}

h3 {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

#login h3 {
	position: relative;
	float: right;
	top: -235px;
	font-size:12px;
}

#header h3 {
	position:relative;
	width:545px;
	font-size:20px;
	margin:auto;
	top: -90px;
}


/*--------------------------------------MENU-----*/

#menu {
	background-image: url(images/blackband.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 50px;
	width: 100%;
	margin:0;
	padding: 0;
	position:relative;
	top:-12px;
	display:block;
}

.menuitems {
	width: 830px;
	margin: auto;
}

.menuitems li {
	display: inline;
	margin: 17px 0 0 0;
	float: left;
}

a.home {
	display: block;
	height: 15px;
	width: 130px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.home {
	background-position: 0 0;
	background-repeat: no-repeat;
}
a:hover.home {
	background-position: 0 -15px;
}

a.portfolio {
	display: block;
	height: 15px;
	width: 130px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	background-position: -130px 0
}
a:visited.portfolio {
	background-position: -130px 0;
	background-repeat: no-repeat;
}
a:hover.portfolio {
	background-position: -130px -15px;
}

a.about {
	display: block;
	height: 15px;
	width: 130px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	background-position: -260px 0;
}
a:visited.about {
	background-position: -260px 0;
	background-repeat: no-repeat;
}
a:hover.about {
	background-position: -260px -15px;
}

a.services {
	display: block;
	height: 15px;
	width: 130px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	background-position: -390px 0px;
}
a:visited.services {
	background-position: -390px 0;
	background-repeat: no-repeat;
}
a:hover.services {
	background-position: -390px -15px;
}

a.blog {
	display: block;
	height: 15px;
	width: 130px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	background-position: -510px 0;;
}
a:visited.blog {
	background-position: -510px 0;
	background-repeat: no-repeat;
}
a:hover.blog {
	background-position: -510px -15px;
}

a.contact {
	display: block;
	height: 15px;
	width: 130px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	background-position: -640px 0;
}
a:visited.contact {
	background-position: -640px 0;
	background-repeat: no-repeat;
}
a:hover.contact {
	background-position: -640px -15px;
}

/*--------------------------------------END MENU-----*/

#content {
	width: 970px;
	margin: auto;
}

#maintext {
	background-image:url(images/contentbg.png);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	width: 970px;
	margin: auto;
	height: 100%;
}

#homecontent{
	width: 850px;
	margin: auto;
	padding-left: 20px;
}

#homecontent p {
	line-height: 20px;
	padding: 0 12px;
}

#maincolumn {
	position: relative;
	top: -40px;
	padding:0 20px 0 60px;
	margin-top: auto;
	margin-right: 25px;
	margin-bottom: auto;
	margin-left: auto;
}

#maincolumn h3 {
	font-size:18px;
	display: inline;
	padding-right: 20px;
}

#portfoliotype {
	margin: 0 0 20px 0;
}

h3 a.current {
	color:#3A898F;
	text-decoration:underline;
}
h3 a:visited.current {
	color:#3A898F;
	text-decoration:underline;
}
h3 a:hover.current {
	color:#3A898F;
	text-decoration:underline;
}

h3 a {
	color:#000000;
	text-decoration:none;
}
h3 a:visited {
	color:#000000;
	text-decoration:none;
}
h3 a:hover {
	color:#3A898F;
	text-decoration:underline;
}

#rightcolumn {
	width: 220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	float: right;
	margin-right: 60px;
	margin-bottom: 0;
	padding-left: 25px;
	margin-top: 45px;
	border-left:1px dotted #CCCCCC;
}

#contenttop {
	width: 970px;
	margin: auto;
	background-image: url(images/contentbgtop.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 50px;
}

#contentbottom {
	width: 970px;
	margin: auto;
	background-image: url(images/contentbgbottom.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 50px;
	position:relative;
	top:-38px;
}

.examplelinks {
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	font-weight: bolder;
}

.examplelinks a:link{
	text-decoration: none;
	color: #039A34;
}

.examplelinks a:visited{
	text-decoration: none;
	color: #039A34;
}

.examplelinks a:hover{
	text-decoration: none;
	color: #00CCFF;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#wrap {
	margin: auto;
}

#main {overflow:auto;
	padding-bottom: 270px;
	width: 990px; margin: 0 auto; }

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	margin-top: -270px;
	height: 270px;
	clear:both;
}

#footercontent {
	font-family:Arial, Helvetica, sans-serif;
	padding: 50px 0 0 60px;
	color: #FFFFFF;
	width: 840px;
	margin: auto;
	font-size:12px;
	text-align: center;
}

#copyright {
	font-size:12px;
	color:#666666;
	text-align:center;
	padding: 0;
	margin: auto;
}

#portfoliolist {
	text-align: center;
	width: 850px;
}

#portfoliolist table {
	margin-bottom: 40px;
}

#portfoliolist img {
	border: 10px solid #CEE4DF;
}

#portfoliolist a:link img {
	border: 10px solid #CEE4DF;
}

#portfoliolist a:visited img {
	border: 10px solid #CEE4DF;
}

#portfoliolist a:hover img {
	border: 10px solid #B9D3B6;
}

.txt {
	background-color: #CADDD0;
	border-style:none;
	padding: 3px;
}

.submit {
	background-color: #ADDCDB;
	padding: 7px;
	border-style: solid;
	border-color: #72C2C0;
}

#team img {
	border: 10px solid #CEE4DF;
}
