@import url("reset.css");

body {
	font-family: Verdana; 
	font-size: 12px; 
	line-height: 1.5em;
	color: #666; 
}

a:link { 
	color: #006699; 
	text-decoration: none;
}

a:active { 
	color: #006699; 
	text-decoration: none;
}

a:visited { 
	color: #006699; 
	text-decoration: none;
}

a:hover { 
	color: #006699; 
	text-decoration: underline;
}

.clear { clear: both; }

.topBarB {
	background: #006699;
	height: 13px;
}

.topBarG {
	background: #ccc;
	height: 4px;
}

.wrap {
	background:url(../images/bgWrap.png) top repeat-x;
	background-color: #fff; 
	width:100%;
	height:600px;
}

.wrap_rest {
	background:url(../images/bgWrap.png) top repeat-x;
	background-color: #fff; 
	width:100%;
	height:700px;
}

.wrapBar {
	background: #ccc;
	height: 33px;
}

.container {
	background:url(../images/bgContain.png) top center no-repeat;
	width:1020px;
	height: 600px;
	margin:0 auto;
}

.container_rest {
	background:url(../images/bgContain_rest.png) top center no-repeat;
	width:1020px;
	height: 700px;
	margin:0 auto;
}


.contentArea {
	width: 432px;
	float: left;
	text-align: left;
}

.contentArea_rest {
	width: 1020px;
	float: left;
	text-align: left;
}

.content {
	width: 380px;
	padding-left: 52px;
	padding-top: 170px;
}

.content_rest {
	width: 968px;
	padding-left: 52px;
	padding-top: 170px;
}

.content p {
	padding-left: 6px;
	padding-bottom: 50px;
	margin-top: 6px;
}

.lavamint {
	background:url(../images/lavamint.png) bottom right no-repeat;
}

.featuredArea {
	width: 588px;
	float: left;
}

.screenArea {
	width: 470px;
	height: 268px;
	margin-left: 34px;
	margin-right: 84px;
	margin-top: 55px;
	background-color: #fff;
	text-align: left;
}

.controlArea {
	width: 470px;
	height: 100px;
	margin-left: 34px;
	margin-right: 84px;
	margin-top: 150px;
	background-color: #fff;
}

.arrowLeft {
	width: 122px;
	float: left;
}

.arrowRight {
	width: 122px;
	float: left;
}

.work {
	width: 226px;
	float: left;
	padding-top: 40px;
}

.footer {
	background:url(../images/bgFoot.png) top repeat-x;
	height: 40px;
}

.footerContent {
	width:1020px;
	margin:0 auto;
	color: #999;
	font-size: 11px;
	padding-top: 10px;
}


.slideshow { height: 268px; width: 470px; }
.slideshow img { border: 0px; }



/* Hosting */

.hosting { 
	width: 968px;
	border-top: dotted 1px;
	padding-top: 12px;
	clear: both;
}

.hosting_content {
	width: 828px;
	float: left;
	padding-right: 20px;
}

.hosting_banner {
	width: 120px;
	float: left;
	padding-bottom: 12px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}

