html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #898989;
	background: #ffffff;
}

p, ul, ol, li, dd, h1, h2, h3, h4, h5, form, fieldset, input, select {
	margin: 0;
	padding: 0;
}

p {
	margin-top:10px;
}

#header a, #footer a {
	color: #ffffff;
	text-decoration: underline;
}

#header a:hover, #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a {
	color:#608E2A;
	text-decoration:none;
}

a:hover {
	color:#8CC63F;
	text-decoration:underline;
}

a img { border: none;}


/* navigation */

#navbox {
	width: 100%;
	position: fixed;
	top: 0;
	height: 40px;
	background:#025083;
/*	background: url(../img/topnavbg.png);
*/}

.navigation {
	position: relative;
	height: 38px;
    width: 845px;
    padding: 0 0 0 225px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}
                
.navigation li {
	float: left;
    list-style: none;
	margin: 0;
	padding: 0;
}

html>body .navigation li { margin: 0 8px;}

.navigation li.back {
	border-bottom: 3px solid #ffffff;
    width: 9px;
    height: 28px;
    z-index: 8;
    position: absolute;
	margin: 0;
	padding: 0;
}

.navigation li a {
	font: bold 12px arial;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    text-align: center;
    top: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 8px;
}   

.navigation li a:hover, .navigation li a:active, .navigation li a:visited {border: none; color: #ffffff;}                     


#aboutmenu, #websitesmenu, #htmlemailsmenu, #webappsmenu, #banneradsmenu, #flashmenu { clear: both;}

/* content */

#bigcontainer {
	width: 100%;
	height: 100%;
	background: url(../img/topbg.gif) repeat-x left top;
}

#container {
	min-height: 100%; 
	height: auto;
	width: 960px;
	margin: 0 auto -440px auto;
	background: url(../img/clouds.png) no-repeat center 80px;
	padding:0 15px;
}

#header {
	width: 100%;
	overflow: hidden;
	padding: 55px 0 40px 0;
}

#logo {
	float: left;
}

.cloudright {
	float: right;
}

h2 {
	font: normal 16px 'Trebuchet MS', Arial;
	color: #998675;
	font-weight:bold;
	margin-bottom:18px;
}
h2.white {
	color: #FFFFFF;
}



.contentbox {
	float: right;
	width: 777px;
	overflow: hidden;
}

#featwork {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

/*#featwork .contentbox { background: #ffffff;}
*/
#featwork h1 {
	float: left;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

#featwork h1 img {
	display: block;
	margin: 0 0 4px 0;
}

#featwork p {margin-top: 18px;}

#featwork h2 { color:white; margin-top:-5px; }

#featwork h2 a, #featwork h2 a:hover { color:white; }

#about {
	width: 100%;
	overflow: hidden;
	padding: 28px 0 40px 0;
	background: url(../img/sectiontopbg.gif) no-repeat center top #ffffff;
}

#about h1 {
	float: left;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #48b8e4;
	text-transform: uppercase;
}

#about h1 img {
	display: block;
	margin: 0 0 4px 0;
}

.boxleft {
	width: 307px;
	float: left;
}

.boxright {
	width: 407px;
	float: right;
	display: inline;
	margin-right: 8px;
}

#about .boxleft p { margin-top: 18px;}

#about .boxright p {
	margin-top: 18px;
	padding: 0 0 6px 40px;
	border-bottom: 1px solid #cce7f2;
	background: url(../img/talkbubble.png) no-repeat left top;
}


#about .boxright ul {
	padding-left:15px;
}

#about .boxright li {
	list-style-type:square;
	width:48%;
	float:left;
	margin-bottom:10px;
}

.btn {margin-top: 12px;}	

.portfolio {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 45px 0;
	background: url(../img/sectiontopbg.gif) no-repeat center top #ffffff;
}

.portfolio h1 {
	float: left;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #48b8e4;
	margin-top: 30px;
	text-transform: uppercase;
}

.portfolio h1 img {
	display: block;
	margin: 0 0 4px 0;
}

.portfolio h2 {
	margin-top:25px;
}

.portfolio .contentbox {
	padding-top:0;
}

#featwork .contentbox img, .portfolio .contentbox img {
	margin-bottom:15px;
	border:1px solid #ccc;
}

.portfolio .boxleft p, .portfolio .boxright p { margin-top: 30px;}

.portfolio a.pfpic {
	display: block;
	width: 294px;
	height: 192px;
	margin-bottom: 16px;
	border: 3px solid #b2d6e4;
}

.portfolio a.pfpic:hover {border: 3px solid #b70605;}


.portfolio a.pfbtn {
	display: block;
	width: 82px;
	height: 27px;
	margin-top: 8px;
}

/* footer */

.push {height: 0px;}

#footerbox {
	width: 100%;
	height: 250px;
	margin-top:400px;
	background: url(../img/ftrbg.png) repeat-x left top;
}

#footer {
	width: 990px;
	padding-top: 95px;
	margin: 0 auto 0 auto;
}


#footer h1 {
	float: left;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

#footer h1 img {
	display: block;
	margin: 0 0 4px 0;
}

#footer ul.services {
	margin-top: 18px;
}

#footer ul.services li {
	list-style: none;
	padding-left: 22px;
	margin-bottom: 12px;
	color: #ffffff;
	background: url(../img/serviceslibg.png) no-repeat left center;
}

#footer ul.services li a, #footer ul.services li a:hover {
	color: #ffffff;
}

#footer .boxleft {
	margin-bottom: 35px;
	width:250px;
}

#footer form p { margin-top: 15px;}

#footer label {
	display: block;
	float: left;
	width: 80px;
	color: #ffffff;
}

#footer input.txt {
	width: 200px;
	padding: 2px;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #898989;
	border: 1px solid #75a633;
}

#footer input.btn { margin: 0 0 0 80px;}

#footer textarea {
	width: 200px;
	padding: 2px;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #898989;
	border: 1px solid #75a633;
}
.boxleft #success, .boxleft #bademail, .boxleft #badserver {
	color: #FFFFFF;
}


#footer .copyrights {
	clear: both;
	color: #eaefe4;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}

