/* BODY */
body {
	font-family: Verdana;
	font-size: 10pt;
	color: #000;

}

.bodyWrapper {
	background:#e5e5e5;
	background: url(img/bkg.jpg);
	background-repeat: repeat-x;
	height: 100%;

}

.spacer {
	height: 10px;
}


/* NAV */
.navBar{
	font-family: Verdana;
	margin-top: 41px;
}

.navWeb {
	margin-left: 425px;
	marigin-top: 10px;
	float: left;
}


.navHosting {
	margin-left: 15;
	margin-top: -30px;
	float: left;
	marigin-top: 10px;
}


.navComputer {
	margin-left: 25;
	margin-top: -15px;
	float: left;
	text-align: center;
}

.navContact {
	marigin-top: 20px;
	margin-left: 40px;
	float: left;
}




/* BOXES */

.featureBoxWrapper {
	margin-left:25;
	background: #F5F5F5;
	border: 1px solid #B00;
	height: auto;
	width: auto;
}

.featureBoxHeader {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background-color: #B00;
	padding: 5px;
}

.featureBoxText {
	padding: 10px;
}

.smallfeatureBoxWrapper {
	margin-left:25;
	background: #F5F5F5;
	border: 1px solid #B00;
	height: 200px;
	width: 250px;
	overflow: hidden;
}
.rightBody {
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 65px;
}

.bottomRightBody {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 45px;
	padding-right: 65px;
}


/* MISC STRUCTURE */

.leftColumn {
	padding-top: 30px;
	padding-left: 25px;

}

.bottomStuff {
	width: 100%;
	margin-left: 60px;
	height: 30px;
}
.bottomText {
	margin-top: 25px;
	color: #a0a0a0;
}
.bottomPhone {
	/*margin-left: 720px;*/
	color: #B00;
	font-size: 15px;
	font-weight: bold;
	/*margin-top: -30px;*/
}

/* A */
a.nav {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	/*padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;*/	
}
a.nav:hover, a.nav:active {
	text-decoration: underline;
	/*background: #000;
	color: #fff;*/
}

a.portfolio {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	line-height: 17px;
}
a.portfolio:hover, a.portfolio:active {
	text-decoration: underline;
}


a.header {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
a.header:hover, a.header:active {
	text-decoration: underline;
}

a.text {
	color: #000;
	font-weight: none;
	text-decoration: none;
}
a.text:hover, a.text:active {
	font-weight: none;
	color: #000;
	text-decoration: none;
}



a.main {
	color: #F00;
	text-decoration: none;
	text-align: left;
}
a.main:hover, a.main:active {
	text-decoration: underline;
}




/* TEXT */
.small {
	font-size: 11px;
}


.normal {
	font-size: 13px;
}



/* H's */

h1.white {
	color: #fff;
	font-size: 20px;
	font-family: Verdana;
	text-align: center;
	padding-left: 0px;
	padding-top: 5px;
	text-align: left;
}

h1.red {
	color: #B00;
	font-size: 14px;
	font-family: Verdana;
	text-align: left;
}

h1.black {
	color: #000;
	font-size: 14px;
	font-family: Verdana;
	text-align: left;
}


/* FORM */
.submit input, .submit input:focus, .button {
	/*background: url( http://www.billingsgazette.net/h/lights/fade-butt.png );*/
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	text-align: right;
}

label {
	font-size: 14px;
	font-weight: bold;
	}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #000000;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 1px;
	padding: 3px;
}

/*DOJO*/
.dojoHtmlFisheyeListBar {
	margin: 0 auto;
	text-align: center;
}

.outerbar {
	text-align: center;
	width: 100%;
}
