body {
	margin: 0px;
	padding: 0px;
	background: #CCCCCC;
}

#mainframe {
	width: 880px;
	margin: 0 auto 0 auto;
	background: #ffffff;
}

#header {
	background: url(images/header.png) no-repeat;
	width: 880px;
	height: 302px;
}

#header1 {
	float: left;
	position: absolute;
	font: bold 25px verdana, arial;
	color: #7CBA28;
	margin: 2px 0 0 11px;
}

#header2 {
	float: left;
	position: absolute;
	font: bold 24px verdana, arial;
	color: #F8982A;
	margin: 35px 0 0 178px;
}

#menu {
	float: left;
	margin: 0 0 0 36px;
	clear: both;
}

#contentarea {
	float: left;
	width: 576px;
	margin: 18px 0 0 58px;
}

#contentarea p, td, #sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font: 12px verdana, arial;
	color: #4C4C4C;
}

#contentarea ul {
	margin: 0px;
	padding: 0 0 0 30px;
}

#contentarea li {
	margin-bottom: 5px;
	font: bold 10px verdana, arial;
	color: #4C4C4C;
	text-indent: 0px;
	list-style-image : url(images/bullet.png);
}

#sidebar {
	float: left;
	width: 188px;
	margin: 18px 0 0 30px;
}

#footertop {
	background: url(images/footertop.png) no-repeat;
	height: 29px;
}

#footer {
	background: #72B425;
	height: 43px;
	padding: 10px 0 0 60px;
}

#footer a, #footer a:visited {
	color: #ffffff;
	font: bold 10px verdana, arial !important;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	color: #ffffff;
	font: bold 10px verdana, arial;
}

#paypalbutton {
	float: right;
	margin: -57px 59px 0 0;
}

#testimonails p {
	padding: 10px;
}

#testimonial {
	width: 170px;
	margin: 0 auto 0 auto;
}

p.dark {
	background: #F0F0F0;
}

p.light {
	background: #ffffff;
}

.testileftimg {
	margin: 0 10px 20px 0;
}

.testirightimg {
	margin: 0 0 20px 10px;
}

#contactform table tr td {
	font: 12px verdana, arial;
	color: #4C4C4C;
}

.small {
	font: 10px verdana, arial !important;
	color: #4C4C4C;
}

span {
	font: bold 14px verdana, arial !important;
	color: #FF9900;
}

a, a:visited {
	font: bold 12px verdana, arial !important;
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Drop Down Menu */
a.dropitem, a.dropitem:visited, div.dropitem
{
	display: block;
	width: 160px;
	padding: 6px;
	background: #9DD033;
	text-decoration: none;
	font: 14px verdana, arial;
	color: #ffffff;
	z-index : 1;
}

a.dropitem, a.dropitem:visited {
	border-bottom: none;
}

a.dropitem:hover {
	text-decoration: underline;
}

div#dropdown_services, div#dropdown_portfolio {
	/*border-bottom: 1px solid #003F78;*/
	float: left;
	margin-top: -7px;
	z-index : 1;
}
/* Drop Down Menu */

/*Porfolio Gallery */
#laptopframe {
	background: url(images/laptopframe.png) no-repeat;
	width: 568px;
	height: 303px;
}

#canvasframe {
	background: url(images/canvasframe.jpg) no-repeat;
	width: 419px;
	height: 303px;
	margin: 0 auto 0 auto;
}

#laptopframe #slider {
	float: left;
	margin: 22px 0 0 91px;
}

#canvasframe #slider {
	float: left;
	margin: 55px 0 0 41px;
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#laptopframe #slider li { 
	width:385px;
	height:239px;
	overflow:hidden; 
	text-align: center;
	vertical-align: middle;
}	

#canvasframe #slider li { 
	width:324px;
	height:169px;
	overflow:hidden; 
	text-align: center;
	vertical-align: middle;
}	

#prevBtn, #nextBtn { 
	display:none;
}	

#canvasframe #slider ul li img {
	margin: 5px 0 0 0;
}

.logos ul li img {
	margin: 20px 0 0 0;
}
/*Porfolio Gallery */

#signUp {
	border: 1px solid #FF9900;
	padding: 5px;
}

#successbox {
	background : #A8DA70;
	border : 2px solid #6FAB2E;
	width : 90%;
	color : #496D21;
	padding: 10px 0 10px 0;
	text-align: center;
}

#errorbox {
	background : #D14D51;
	border : 2px solid #A33C3F;
	width : 300px;
	color : #ffffff;
	padding: 10px 0 10px 20px;
	text-align: left;
}
