/* generic css */

html {
	background:#333;
}
body {
	background:#333 url(../images/background.jpg) repeat-x top;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	height:100%;
}
a {
	color: #cc0066;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size: 1.45em;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: -0.05em;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: -0.025em;
	color:#0099CC;
}
h3 {
	font-size:0.7em;
	font-weight:bold;
}
p {
	line-height: 1.8em;
	font-size: 0.7em;
	margin: 12px 0;
}
.error {
	margin-top: 10px;
	color: #ff0000;
}
strong {
	font-weight: bold;
}
br {
	clear:both;
}
.item {
	margin-bottom:10px;
	float:left;
}
.wimg {
	height:220px;
}
/* outer wrapper */

#wrapper {
	width: 1016px;
	margin: 0 auto;
	position: relative;
}
/* left and right hands */

#lhand {
	width: 133px;
	height: 200px;
	position: absolute;
	top: 280px;
	left: 18px;
	background: url(../images/handleft.png) no-repeat;
}
#rhand {
	width: 138px;
	height: 200px;
	position: absolute;
	top: 280px;
	right: 20px;
	background: url(../images/handright.png) no-repeat;
	z-index:1;
}
/* inner wrapper */

#inner {
	margin: 0 auto;
	background: #fcfcfc url(../images/headertop.jpg) no-repeat top;
	width: 800px;
}
/* header */

#header {
	background: url(../images/header.jpg);
	width: 800px;
	height: 108px;
}
#logo {
	padding: 15px 0 3px 20px;
	float:left;
}
#languages {
	float:right;
	margin-top:10px;
	margin-right:5px;
}
/* navigation */

#header ul {
	margin-left: 130px;
	font-size: 0.75em;
	clear:both;
}
#header ul li {
	float: left;
	margin-right: 40px;
}
/* removes icons in the top navigation */
/*
#header ul li.home {
	background: url(../images/nav/home.gif) no-repeat center top;
}
#header ul li.about {
	background: url(../images/nav/about.gif) no-repeat center top;
}
#header ul li.webdesign {
	background: url(../images/nav/webdesign.gif) no-repeat center top;
}
#header ul li.webhosting {
	background: url(../images/nav/webhosting.gif) no-repeat center top;
}
#header ul li.contact {
	background: url(../images/nav/contact.gif) no-repeat center top;
}
*/
#header ul li a {
	width: 85px;
	height: 27px;
	padding-top: 28px;
	color: #777;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	outline: none;
}
#header ul li a:hover, #header ul li a.sel {
	color: #000;
	background: url(../images/navarrow.jpg) center bottom no-repeat;
}
/* content */

#content {
	background: #f3f3f3;
	min-height: 400px;
	padding: 10px 20px 8px 20px;
}
#contentleft {
	float: left;
}
#contentright {
	float: right;
}
.whiteBoxLargeTop {
	width: 468px;
	height: 14px;
	background: url(../images/lefttop.jpg);
}
.whiteBoxLarge {
	width: 422px;
	border: 1px solid #e4e4e4;
	border-top: 0;
	background: #fff;
	padding: 5px 22px 20px 22px;
}
.whiteBoxLarge ul {
	font-size:1em;
	margin-top:12px;
}
#siteMap {
	font-size: 0.7em;
}
.whiteBoxLarge li {
	margin-bottom:10px;
}
.whiteBoxLarge h1 {
	color: #0099cc;
}
.whiteBoxPortfolioTop {
	width:760px;
	background:white;
	height:14px;
	background: url(../images/whiteBoxPortfolioTop.jpg);
}
.whiteBoxPortfolio {
	width:714px;
	background:white;
	padding: 5px 22px 20px 22px;
	border: 1px solid #e4e4e4;
	border-top: 0;
}
.whiteBoxPortfolio h1 {
	color: #0099cc;
}
.portfolioImages {
	background:#aaa;padding:10px;float:left;margin-right:10px;height:250px; 
}
.smallThumb {
	float:left;margin-right:10px;margin-top:10px;	
}
.last {
	margin-right:0;
}
.portfolioText {
	float:left;padding:0px 10px 10px 10px;width:460px;
}
.portfolioText ul {
	font-size:0.7em;
	margin-top:10px;
}
.portfolioText ul li {
	margin-bottom:5px;
	background:url(../images/arrowGreen.gif) no-repeat left 2px;
	padding:0 0 0 15px;
	width:212px;
	float:left;
} 
.portfolioText p {
	line-height:1.5em;
}
ul#services {
	margin-top: 15px;
}
ul#services li {
	background: url(../images/arrow.gif) no-repeat 2px 8px;
	padding: 5px 0 0 25px;
}

/* contact form */


td {
	padding:5px 5px 5px 0;
	font-size:12px;
}
tr {
	margin-bottom:10px;
	float:left;
}
input, textarea {
	border:1px solid #999999;
	padding:6px 4px;
	width:275px;
	font-size:12px;
	color:#777777;
}
textarea {
	height:185px;
}
.fieldname {
	width:125px;
	padding:8px 5px 5px 5px;
	color:#0099CC;
	font-weight:bold;
}
.button {
	width:100px;
}
.button:hover {
	cursor: pointer;
	background:#333;
	color: #fff;
}
.pinkBoxTop {
	width: 283px;
	height: 14px;
	background: url(../images/righttop.jpg);
}
.pinkBox {
	width: 237px;
	border: 1px solid #e3e3e3;
	border-top: 0;
	background: #cc0066;
	padding: 5px 22px 20px 22px;
	margin-bottom: 7px;
}
ul#servicesRight {
	margin-top: 15px;
}
ul#servicesRight li {
	background: url(../images/arrow.gif) no-repeat 2px 0;
	padding: 0 0 0 25px;
	color:white;
	font-size:12px;
	margin-bottom:11px;
	line-height:1em;
}
.pinkBox h1 {
	color: #fff;
}
.pinkBox p {
	color: #fff;
}
.whiteBoxSmallTop {
	width:283px;
	height:14px;
	background: url(../images/right2top.jpg) no-repeat;
}
.whiteBoxSmall {
	width:237px;
	border: 1px solid #e4e4e4;
	border-top:0;
	background:#fff;
	padding: 5px 22px 0 22px;
	position:relative;
	margin-bottom:7px;
}
#us {
background:transparent url(../images/us.png) no-repeat;
bottom:-62px;
height:210px;
position:absolute;
width:281px;
left:0;
}
.whiteBoxSmall h1 {
	color:#0099CC;
}
/* footer */

#footer {
	background: url(../images/footer.jpg) no-repeat center top;
	width: 1016px;
	padding: 36px 0 0 0;
	color: #ccc;
	font-size: 0.7em;
}
#polygroup {
	display: block;
	padding: 17px 0 20px 10px;
	clear: both;
	width:195px;
}
#footer div {
	width: 800px;
	margin: 0 auto;
}
#footer ul {
	float: left;
	line-height: 1.2em;
	margin-left: 19px;
	width: 266px;
}
#footer ul li {
	width: 133px;
	float: left;
	padding-bottom: 6px;
}
#footer ul li a {
	color: #ccc;
	text-decoration: none;
	font-weight:normal;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#copyright {
	float:right;
	text-align:right;
	margin-right:19px;
}
