body {
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
body div {
	margin: 0 auto;
}
/*html {
	overflow: auto;
}*/
a:focus {
	outline: none;
}
#bodyBg {
	background: url("../images/bg-one.jpg") no-repeat top center #000;
	background-attachment: fixed;
}
form {
	display: inline;
}
.clear {
	clear: both;
	height: 1px;
}
.main { 
	width: 100%;
	height: 100%;
}
p { 
	margin: 0px; 
	padding: 0px;
}
.maintemp {
	width: 941px;
	height: 800px;
}
#headerlogo {
	height: 161px;
}
.logo {
	text-align: left;
	float: left;
}
.slogan {
	text-align: right;
	padding-top: 8%;
}
.headmenu {
	height: 43px;
	background-color: #000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}
.headmenu div {
	float: left;
}
.headmenuinner {
	height: 43px;
	background-color: #000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}
.headmenuinner div {
	float: left;
}
.menu {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
}

/* Mouseover Start */
a.home {
	display: block;
	width: 46px;
	height: 14px;
	background: url("../images/home.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.home {
	background-position: -46px 0;
}

a.about {
	display: block;
	width: 48px;
	height: 14px;
	background: url("../images/about.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.about {
	background-position: -48px 0;
}

a.services {
	display: block;
	width: 70px;
	height: 14px;
	background: url("../images/services.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.services {
	background-position: -70px 0;
}

a.portfolio {
	display: block;
	width: 67px;
	height: 14px;
	background: url("../images/portfolio.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.portfolio {
	background-position: -67px 0;
}

a.whywit {
	display: block;
	width: 126px;
	height: 17px;
	background: url("../images/whywitspeak.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.whywit {
	background-position: -126px 0;
}

a.contact {
	display: block;
	width: 63px;
	height: 14px;
	background: url("../images/contact.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.contact {
	background-position: -63px 0;
}
/* Mouseover End */

.subscribe {
	padding-top: 20px;
	padding-left: 120px;
}
.subinput {
	width: 137px;
	height: 14px;
	border: 1px solid #302e3d;
	background: transparent;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 11px;
	padding: 4px 4px 3px 4px;
	color: #FFFFFF;
}
.maintab {
	padding-top: 20px;
}
.tabbutton {
	float: left;
}
.tabbutton .curveleft {
	background: url(../images/curveleft.png) no-repeat;
	width: 10px;
	height: 37px;
	float: left;
}
.tabbutton .curveright {
	background: url(../images/cueveright.png) no-repeat;
	width: 10px;
	height: 37px;
	float: left;
}
.tabbutton .tabbg {
	background-color: #000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=77);
	-moz-opacity: 0.7;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	height: 27px;
	padding-top: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.tabbutton .tabbg a {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none
}
.tabbutton .tabbg a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none
}
.maintitle {
	padding-top: 10px;
	padding-bottom: 10px;
}