* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Tahoma, Geneva, sans-serif;

}

h1, h2, h3, h4, h5, p, pre, blockquote, form, fieldset, ul, ol { 
	padding: 6pt 0;
}

body {
	background-color: #252525;
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	font-size: 14px;
	min-width: 960px;
}

#headerbackground {
	width: 100%;
	height: 221px;
	background-image:url(../images/headerbkg.png);
}

#logo {
	width: 279px;
	height: 77px;
	margin: 50px auto 50px 50px;
	float: left;
	display: block;
}

#navcontainer {
	width: 600px;
	height: 37px;
	display: block;
	float: left;
	margin: 131px auto 0px auto;
}

/* Navigation buttons */

.contact_ {
	height: 37px;
	width: 115px;
	display: block;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

.contact_ a {
	display: block;
	color: #FFF;
	font-size: 18px;
	width: 115px;
	height: 37px;
	text-decoration: none;
	overflow: hidden;
}

.contact_ a:hover {
	color: #2da7c6;
	background: url(../images/hover.png) no-repeat;
}

.contact_ span {
	display: block;
	text-align: center;
	padding-top: 10px;
}


.home_ {
	height: 37px;
	width: 115px;
	display: block;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

.home_ a {
	display: block;
	color: #FFF;
	font-size: 18px;
	width: 115px;
	height: 37px;
	text-decoration: none;
	overflow: hidden;
}

.home_ a:hover {
	color: #2da7c6;
	background: url(../images/hover.png) no-repeat;
}

.home_ span {
	display: block;
	text-align: center;
	padding-top: 10px;
}


.about_ {
	height: 37px;
	width: 115px;
	display: block;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

.about_ a {
	display: block;
	color: #FFF;
	font-size: 18px;
	width: 115px;
	height: 37px;
	text-decoration: none;
	overflow: hidden;
}

.about_ a:hover {
	color: #2da7c6;
	background: url(../images/hover.png) no-repeat;
}

.about_ span {
	display: block;
	text-align: center;
	padding-top: 10px;
}


.portfolio_ {
	height: 37px;
	width: 115px;
	display: block;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

.portfolio_ a {
	display: block;
	color: #FFF;
	font-size: 18px;
	width: 115px;
	height: 37px;
	text-decoration: none;
	overflow: hidden;
}

.portfolio_ a:hover {
	color: #2da7c6;
	background: url(../images/hover.png) no-repeat;
}

.portfolio_ span {
	display: block;
	text-align: center;
	padding-top: 10px;
}


.webdesign_ {
	height: 37px;
	width: 115px;
	display: block;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

.webdesign_ a {
	display: block;
	color: #FFF;
	font-size: 18px;
	width: 115px;
	height: 37px;
	text-decoration: none;
	overflow: hidden;
}

.webdesign_ a:hover {
	color: #2da7c6;
	background: url(../images/hover.png) no-repeat;
}

.webdesign_ span {
	display: block;
	text-align: center;
	padding-top: 10px;
}


#textcontainer {
	width: 500px;
	height: 33px;
	display: block;
	float: left;
	margin: 10px auto 0px auto;
	text-align:center;
}

h2 {
	color: #2da7c6;
}

body.home .home_ {
background: url(../images/hover.png) !important;
}
body.home .home_ a {
	color: #2da7c6;
}

body.about .about_ {
background: url(../images/hover.png) !important;
}
body.about .about_ a {
	color: #2da7c6;
}
body.port .portfolio_ {
background: url(../images/hover.png) !important;
}
body.port .portfolio_ a {
	color: #2da7c6;
}
body.design .webdesign_ {
background: url(../images/hover.png) !important;
}
body.design .webdesign_ a {
	color: #2da7c6;
}
body.contact .contact_ {
background: url(../images/hover.png) !important;
}
body.contact .contact_ a {
	color: #2da7c6;
}

p, a { color: #000;}

#content {
	margin: 20px auto 20px auto;
	width: 1000px;
	background: #ededed;
	overflow: hidden;
}

.aboutme {
	float: left;
	width: 350px;
	margin-left: 15px;
}

#abtme {
	float: left;
	width: 350px;
}
#abtme2{
	float: right;
	width: 600px;
	margin-right: 15px;
}


#latest {
	float: right;
	width: 600px;
	margin-right: 15px;
}

h3 {
	color: #2da7c6;
	text-align: left;
}

.textbox {
	margin-top: 5px;
	margin-left: 25px;
}

.textbox2 {
	margin-left: 10px;
	margin-top: 5px;
}

#latestimgbox {
	margin: 20px auto 0 auto;
	border: thin #2da7c6 solid;
	background: #FFF;
	height: 195px;
	width: 464px;
	-moz-border-radius: 8px;
}

.latestimg {
	margin: 3px
}

.textbox3 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

a {
	color: #2da7c6;
	text-decoration:none;
}

#footer {
	width: 1000px;
	margin: 20px auto 0 auto;
	text-align: center;
	background: #ededed;
}
a.contactus {
	color: #000;
}

.textfield {
	float: left;
	border: thin solid #000;
	padding: 1px;
	background: url(../images/textfield.png);
}
.textarea {
	border: thin solid #000;
	background: url(../images/textarea.png);
}
.nobotz {
	display: none;
}
.send {
	margin-top: 4px;
	border: thin solid #000000;
	background: url(../images/send.png);
	padding: 3px;
	font-size: 14px;
}

.contacttext {
	margin-top: 5px;
	margin-left: 25px;
}
.contactme {
	float: left;
	width: 325px;
	margin-left: 15px;
}
#contactform {
	background: #b6b6b6;
	float: right;
	width: 600px;
	margin: 5px 15px 5px 20px;
	padding: 8px;
}

.contactcenter {
	margin-left: 25px;
}
.contactObject {
	height: 24px;
	width: 320px;
}

.clear { clear: both; }

.cleftside {
	float: left;
	width: 120px;

}
.cleftside2{
	float: left;
	width: 120px;

}
.crightside {
	float: left;

}
.crightside2 {
	float: left;

}

textarea#styled {
	width: 550px;
	height: 120px;
	border: 1px solid #000;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
}
.selectfield {
	border: 1px solid #000;
}

.boxgrid{ 
	width: 275px; 
	height: 200px; 
	margin:10px; 
	float:left; 
	background:#161613; 
	border: solid 2px #8399AF; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
 .captionfull .boxcaption {
 	top: 200px;
	left: 0;
 }
 .caption .boxcaption {
	top: 180px;
	left: 0;
 }
 
.centerport {
margin-left: 50px;
}
.portthumb {
float: left;
width:150px;
height:150px;
background:#ff00a8;
margin:5px;
}


.portfolioheading {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
p.porttext {
	color: #FFF;
}

li { list-style-position: inside; }

.rounded {
	background: #cecece;
	padding: 2px;
	border: 1px solid #000;
}

#packages {
	float: left;
	background: #b6b6b6;
	width: 240px;
	margin: 24px;
	padding: 8px;
}
#packages_h {
	visibility: hidden;
	float: left;
	background: #b6b6b6;
	width: 240px;
	margin: 24px;
	padding: 8px;
}
#packages_hide {
	visibility: hidden;
	float: left;
	background: #b6b6b6;
	width: 240px;
	margin: 24px;
	padding: 8px;
}
#package_con {
width: 100%;
margin-left: 48px;
}
#design {
	margin-left: 15px;
}

