body {
	background:url(../images/bg.png) repeat-x;
	margin:0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}
#menu {
	background:url(../images/menubg.png) bottom right no-repeat;
	width:900px;
	padding:120px 20px 0px 20px;
	clear:both;
	height:30px;
}
#work {
	background:url(../images/workbg.png) no-repeat center top;
}
#services {
	background:url(../images/servicesbg.png) no-repeat center top;
}
#sitewrapper {
	width:100%;
	height:170px;
	position:absolute;
	top:150px;
	padding:10px 0px 0px 0px;
	left:0;
	overflow:hidden;
}
#mask {
	width:500%;
}
.item {
	width:20%;
	float:left;
}
.content {
	width:900px;
	height:170px;
	top:0;
	margin:0 auto;
	position:relative;
}
.contentt {
	width:900px;
	height:170px;
	top:0;
	margin:0 auto;
	position:relative;
	z-index:10000;
}
.selected {
	background:#fff;
	font-weight:700;
}
.clear {
	clear:both;
}
a#btnhome {
	background: url(../images/menusprite.png) no-repeat;
	display:block;
	float:right;
	height:30px;
	width:63px;
	margin:0px 0px 0px 0px;
}
a:hover#btnhome {
	background: url(../images/menusprite.png) no-repeat 0px -30px;
}
a#btnservices {
	background: url(../images/menusprite.png) no-repeat -65px 0px;
	display:block;
	float:right;
	height:30px;
	width:95px;
	margin:0px 0px 0px 0px;
}
a:hover#btnservices {
	background: url(../images/menusprite.png) no-repeat -65px -30px;
}
a#btnwork {
	background: url(../images/menusprite.png) no-repeat -163px 0px;
	display:block;
	float:right;
	height:30px;
	width:71px;
	margin:0px 0px 0px 0px;
}
a:hover#btnwork {
	background: url(../images/menusprite.png) no-repeat -163px -30px;
}
a#btnclients {
	background: url(../images/menusprite.png) no-repeat -236px 0px;
	display:block;
	float:right;
	height:30px;
	width:84px;
	margin:0px 0px 0px 0px;
}
a:hover#btnclients {
	background: url(../images/menusprite.png) no-repeat -236px -30px;
}
a#btncontact {
	background: url(../images/menusprite.png) no-repeat -320px 0px;
	display:block;
	float:right;
	height:30px;
	width:80px;
	margin:0px 0px 0px 0px;
}
a:hover#btncontact {
	background: url(../images/menusprite.png) no-repeat -320px -30px;
}
#home {
	background:url(../images/homebg.png) top center no-repeat;
	height:170px;
}
#clients {
	background:url(../images/clientsbg.png) top center no-repeat;
	height:170px;
}
.client1 {
	color:#666;
	padding:10px 0px 0px 0px;
	font-size:12px;
	line-height:20px;
	float:right;
	width:160px;
}
.client2 {
	color:#666;
	padding:10px 0px 0px 0px;
	font-size:12px;
	line-height:20px;
	font-size:12px;
	float:right;
	width:160px;
}
.client3 {
	color:#666;
	padding:10px 0px 0px 0px;
	font-size:12px;
	line-height:20px;
	font-size:12px;
	float:right;
	width:160px;
}
.services1 {
	color:#666;
	padding:10px 0px 0px 0px;
	font-size:12px;
	line-height:22px;
	float:right;
	width:160px;
}
.services2 {
	color:#666;
	padding:10px 0px 0px 0px;
	font-size:12px;
	line-height:22px;
	font-size:12px;
	float:right;
	width:160px;
}
.services3 {
	color:#666;
	padding:10px 0px 0px 0px;
	font-size:12px;
	line-height:22px;
	font-size:12px;
	float:right;
	width:160px;
}
.clientlinks {
	color:#666;
	text-decoration:none;
}
.clientlinks:hover {
	color:#333;
}
.client4 {
	float:left;
	width:160px;
}
#contact {
	background:url(../images/contactbg.png) top center no-repeat;
	height:170px;
}
#footer {
	position:relative;
	top:300px;
	height:150px;
	width:100%;
}
.contactfieldset {
	margin:0px;
	padding:0px 0px 0px 300px;
	font-size:12px;
	background:url(../images/form.png) no-repeat;
	width:600px;
	height:150px;
	border:none;
}
.consmall1 {
	margin:0px 10px 10px 0px;
	float:right;
	font-size:12px;
	background: #e6e7e8;
	color:#666;
	border:none;
	padding:5px;
	width:270px;
	height:15px;
}
.consmall2 {
	margin:0px 10px 10px 20px;
	float:left;
	font-size:12px;
	background: #e6e7e8;
	color:#666;
	border:none;
	padding:5px;
	width:270px;
	height:15px;
}
.conbig {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 10px 5px 0px;
	float:right;
	background: #e6e7e8;
	color:#666;
	border:none;
	padding:5px;
	width:560px;
	height:85px;
}
.submit-button {
	float:right;
	margin:0px 10px 0px 0px;
	background:url(../images/submitbtn.png) no-repeat;
	width:115px;
	height:20px;
	border:none;
}
.submit-button:hover {
	background-position:0px -23px;
}

hr {
	border: none;
	height: 1px;
	line-height: 1px;
	background: #CCC;
	margin-bottom: 0px;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	margin-right: 0px;
}
a img {
	border:none;
}
.txtsmall {
	color:#333;
	font-size:10px;
}
.jcarousel-control {
    margin-bottom: 4px;
    text-align: center;
}

.jcarousel-control a {
    font-size: 1px;
    text-decoration: none;
    padding: 2px 2px;
    border: 1px solid #fff;
    color: #666;
    background-color: #666;
    font-weight: bold;
}
.jcarousel-control a:hover {
    color: #00adee;
    background-color: #00adee;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}


ul.gallery {
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	text-align: center;
	border: 1px solid #ccc;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 138px; /*--Width of image--*/
	height: 138px; /*--Height of image--*/
}
ul.gallery li span { /*--Used to crop image--*/
	width: 138px;
	height: 138px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}
a#joinbtn{
	color:#666;
	text-decoration:none;
	margin-right:5px;}
a#joinbtn:hover{
	color:#00adee;}
.emailsent{
	background:url(../images/contactbg2.png) center no-repeat;
	margin:10px 0px 0px 0px;
	height:150px;
	color:#FFF;
	font-weight:bold;}
.sentbig{
	font-size:40px;
	letter-spacing:-2px;}
.sentsmall{
	font-size:18px;
	line-height:14px;
	letter-spacing:-1px;}
a.sentsmall{
	color:#FFF;
	text-decoration:none;}
a.sentsmall:hover{
	text-decoration:underline;}