


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body{
	background-image: url(../images/background/BodyMain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #161E20;
	text-align:center;
	}
#content{
	width:816px;
	margin:120px auto 0px auto;
	text-align:left;
	
	}
#content #logo{margin: 0 0 3px 5px;}

#content #scroller{
	background-image: url(../images/background/Contents.jpg);
	background-repeat: no-repeat;
	padding-top:8px;
	width: 816px;
	background-position: center top;
	}
#content #scroller #viewPane{
		height: 310px;
	width: 800px;	
	display:block;
 margin:0 0 0 8px;
	overflow:hidden;
	
	}
#content #scroller #viewPane ul#scrollerContent{
	width:4000px;
	height:310px;
	position:relative;
	left:0px;
	top:0px;
	text-indent:0px;
	}
#content #scroller #viewPane ul#scrollerContent li{
	width:800px;
	height:310px;
	display:block;
	padding:0px;
	margin:0px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-indent:0px;

	}
	

	
	
	
	
	
#navigation{
	margin: 0 0 50px 8px;
	padding:0px;
	width: 800px;
		height: 40px;
	display:block;
	list-style-type: none;
	
	}
	
#navigation li {
	height: 40px;
	display:block;
	float:left;
	width:160px;
	margin:0px;
	padding:0px;

	}
#navigation li a{
	background-image: url(../images/navigation/MainNav.gif);
	background-repeat: no-repeat;
height: 40px;
width:160px;
display:block;
text-indent:-2000px;
overflow:hidden;

	}
	
	
#navigation li a#home{}
#navigation li a#services{background-position: -160px top;}
#navigation li a#hosting{	background-position: -320px top;}
#navigation li a#work{	background-position: -480px top;}
#navigation li a#contact{	background-position: -640px top;}


#navigation li a#home:hover{background-position: 0px -40px;}
#navigation li a#services:hover{background-position: -160px -40px;}
#navigation li a#hosting:hover{	background-position: -320px -40px;}
#navigation li a#work:hover{	background-position: -480px -40px;}
#navigation li a#contact:hover{	background-position: -640px -40px;}


.paneContent{padding:15px 290px 15px 15px;
height: 280px;}

.paneContent h1{margin-bottom:15px;}
	
.paneContent p{line-height:150%; margin-bottom:25px;}

.paneContent ul.standardList{
	list-style-type: square;
	margin-top:25px;

}

.paneContent a:link, .paneContent a:visited{
	color: #FF9;	
	}
.paneContent a:hover{
	text-decoration: none;	
	}

#content #scroller #viewPane ul#scrollerContent li div.paneContent ul.standardList li{
	height:20px;
	width:400px;
	display: list-item;
	float:none;
	line-height:150%;
	margin-left: 25px;
}

.paneHome{
	background-image: url(../images/background/home.jpg);
	background-repeat: no-repeat;
	background-position: 515px 30px;
	
}

.paneHosting{
	background-image: url(../images/background/hosting.jpg);
	background-repeat: no-repeat;
	background-position: 515px 30px;	
}

.paneServices{
	background-image: url(../images/background/services.jpg);
	background-repeat: no-repeat;
	background-position: 515px 30px;
}

.paneContact{
	background-image: url(../images/background/contact.jpg);
	background-repeat: no-repeat;
	background-position: 515px 30px;
}

.paneWork{
	background-image: url(../images/background/work.jpg);
	background-repeat: no-repeat;
	background-position: 515px 30px;
}

.icon{margin:9px;}

label{
	display:block;
	margin-bottom:5px;
	
	}

.standardTextBox, .multiTextBox{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 2px;
	margin-bottom: 7px;
	width:300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	display:block;
	border-top-color: #1E292B;
	border-right-color: #648A8E;
	border-bottom-color: #648A8E;
	border-left-color: #1E292B;
	}


	.multiTextBox{height:90px;}

