/*property of Robert Bava & 280dg.com | created : Dec 10/06

*/

body {
	background: #4b4b4b url(images/bg.gif) repeat-x;
	font: 11px verdana, sans-serif;
	padding: 0px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

p {
	font: 11px verdana, sans-serif;
	color: #464a4f;
	line-height: 16px;
	margin-top: 0px;
}

a:link {
	text-decoration: underline;
	color: #464a4f;
}

a:hover {
	color: #509956;
}



h1 {
	font: 18px Arial, Sans-Serif;
	color: #8dc803;
	margin: 0px;
	display: block;
}

h2 {
	font: 14px Verdana, Sans-Serif;
	color: #509956;
	margin: 0px;
	display: block;
	padding-bottom: 10px;
}

h3 {
	font: 11px Verdana, Sans-Serif;
	color: #000;
	margin: 0px;
	display: block;
	padding-bottom: 10px;
}

#right h2 {
	color: #fff;
	padding: 5px;
	display: block;
}

#right h3 {
	font: 11px verdana, sans-serif;
	font-weight: bold;
	color: #000;
	padding: 8px;
	display: block;
	margin: 0px;
}

#right p {
	font: 11px verdana, sans-serif;
	color: #fff;
	padding: 0 10px 0 10px;
	margin: 0px;
	display: block;
}

#right img {
	border: 1px solid #fff;
	padding: 3px;
	margin-left: 10px;
	margin-top: 8px;
}

#footer p {
	line-height: 30px;
}
#footer p a {
	
	color: #464a4f;
	text-decoration: none;
}


/*****************************IDS************************************************/

#wrap {
	background: url(images/content_shad.jpg) repeat-y 0% 50%;
	float: left;
	width: 720px;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 110px;
	width: 720px;
}



#logo {
	float: left;
	width: 248px;
	height: 75px;
	padding: 10px 0px 0px 17px;
}


#banner {
	height: 200px;
	padding: 10px 0 10px 30px;
	margin: 0px;
}

#banner img {
	float: left;
}

#container {
	float: left;
	padding: 0 30px;
	width: 660px;
	margin-bottom: 12px;
	height: auto;
}
#navigation {
	float: right;
	height: 110px;
}

#left {
	float: left;
	width: 453px;
	background: url(images/left_bg2.jpg) repeat-x bottom;
}

#right {
	float: right;
	width: 200px;
	background: #509956 url(images/news_bg.jpg) repeat-x bottom;
}

#content {
	float: left;
	width: 660px;
	
}


#footer {
	float: left;
	width: 720px;
	height: 44px;
	background: url(images/footer.jpg) no-repeat;
	text-align: center;	
}

#work{
	float: left;
}

#work a img {
	border-bottom: 1px solid #CCCCCC;
	border-style: none none solid;
	float: left;
	height: 90px;
	margin: 0px;
	padding-bottom: 3px;
	width: 500px;
}

#work p {
	line-height: 16px;
	margin: 0px;
}




/*********CLASSES***********************/

.portfolioB {
	background: #fff;
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 16px;
	padding: 3px 3px 5px;
	width: 500px;
}

.pLeft {
	float: left;
	padding: 10px 0 0 6px;
}

.pStyle {
	color: #71A103;
}

.pRight {
	float: left;
	padding: 10px 0 0 20px;
}

.services23 {
	width: 460px;
}

.services img {
	float: right;
}

.supportimg {
	float: right;
	padding-right: 50px;
}

.domimg {
	padding-left: 13px;
}

.google {
	padding-top: 10px;
	padding-left: 40px;
	border: none;
	float: left;
}
	
/**********************NAVIGATION******************************/

ul.navigation {
	margin-top: 43px;
	margin-right: 12px;
	padding: 0px;
}
ul.navigation li {
	list-style-type: none;
	float: left;
}
ul.navigation li a {
	padding: 0 0 0 6px;
	height: 24px;
	display: block;
	float: left;
}
ul.navigation li a:hover {
	background-position: 0px -29px;
}
li.home a {
	width: 61px;
	background-image: url(images/nav/home.jpg);
	background-repeat: no-repeat;
}
li.home a span {
	display: none;
}
li.company a {
	width: 78px;
	background-image: url(images/nav/company.jpg);
	background-repeat: no-repeat;
}
li.company a span {
	display: none;
}
li.services a {
	width: 69px;
	background-image: url(images/nav/services.jpg);
	background-repeat: no-repeat;
}
li.services a span {
	display: none;
}
li.support a {
	width: 69px;
	background-image: url(images/nav/support.jpg);
	background-repeat: no-repeat;
}
li.support a span {
	display: none;
}
li.portfolio a {
	width: 71px;
	background-image: url(images/nav/portfolio.jpg);
	background-repeat: no-repeat;
}
li.portfolio a span {
	display: none;
}
