/* CSS Document */

/****------------------ PAGE LAYOUT ----------------------****/

body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height:19px;
	background-color: #0a5942;
	background-image:  url(images/background.jpg);
	background-attachment: fixed;
	margin:0px;
	padding:0px;
}

.boundingBox{
	position: relative;
	margin: auto;
	margin-bottom: 0px;
	padding:0px;
	width:950px;
	text-align:center;
	background-color: #ffffff;
	border: solid #fff100;
	border-width: 10px 1px 0px 1px;
}

#navDiv{
	position:relative;
	width:100%; 
	height:40px;
	background-color: #0a5942;
}

.pageImage {
	position:absolute;
	bottom: 0px;
	left: 0px; 
	padding:0px;
	margin:0px;
}

.rightImage {
	float:right; 
	margin:0px 0px 5px 15px;
}

.leftImage {
	float:left; 
	margin:0px 15px 5px 0px;
}

#indexRightColumn {
	position:relative;
	margin:5px 20px 0px 20px;
	padding:20px;
	width:325px;
	text-align:left;
	border: solid #fff100;
	border-width: 0px 1px 0px 1px;
	font-size:15px;
	font-weight:nromal;
	line-height: 35px;
	color: #0a5942;
}

#indexLeftColumn {
	position:relative;
	margin:5px 20px 0px 20px;
	padding:20px;
	width:325px;
	text-align:center;
	float:right;
}

#copy {
	position:relative;
	margin:5px 20px 0px 20px;
	width:797px;
	text-align:left;
}

.footerBox{
	position:relative;
	margin: auto;
	margin-top:0px; 
	width:950px; 
	height:15px; 
	text-align:center;
	font-size: 9px;
	line-height:12px;
	background-color: #fff100;
	border: 1px solid #fff100;
}

#aboutImage{
	position:absolute;
	top: 0px;
	right: 0px;
	width:467px;
}


/****------------------------ STYLES -----------------------****/

.GGBold {
	font-weight:bold;
	color: #028181;
}

.controlPanel{
	font-weight:bold;
	font-variant:small-caps;
	font-size:16px;
	color:#000000;
}

.P{
	color: #7A7138;
}

.headline{
	font-size:20px;
	color: #7A7138;
	font-style:italic;
}

.image{
	border: 1px solid #7A7138;
}

.galleryThumb{
	border: 2px solid #028181;
}

.headerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	font-style: italic;
	color:#222EA1;	
}

.price {
	border: 1px solid #7A7138;
}

.priceRight {
	border-right: 1px solid #7A7138;
}

.priceTH {
	border-bottom: 1px solid #7A7138;
}

.indexImageNav {
	border:0px;
}

#websites {
	height:135px;
	width:25%;
/*	background-image: url(images/websitesOff.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
	vertical-align:top;
	border-right:1px solid #8B8143
}

/*#websites:hover {
	background-image: url(images/websitesOn.jpg);
	background-repeat: no-repeat;
}*/

#graphicDesign {
	height:135px;
	width:25%;
	vertical-align:top;
	border-right:1px solid #8B8143
}

#maintenance {
	height:135px;
	width:25%;
	vertical-align:top;
	border-right:1px solid #8B8143
}

#hosting {
	height:135px;
	width:25%;
	vertical-align:top;
}

.mainText{
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;	
	color: #000000;
}

.mainText2{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;	
	color: #000000;	
	line-height:19px;	
}

.mainTextHeadline{
	font-size: 20px;
}

a.nav{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
    text-decoration:none;
	color:#ffffff;
}
a.nav:hover{
   color:#C2BA82
}

a.subNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
    text-decoration:none;
	color:#8B8143;
}
a.subNav:hover{
	text-decoration:underline;
   color:#ffffff
}

a.bottomNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
    text-decoration:none;
	color:#ffffff;
}
a.bottomNav:hover{
   text-decoration:none;
   color:#95AECA
}

a.links{
	text-decoration:underline;
	color: #7A7138;
}

a.links:hover{
	text-decoration:none;
	color: #000000;
}

a.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff
}

.textBold {
	font-weight:bold;
}

.textItalic {
	font-style:italic;
}

.footerText {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
}

.textSM {
	font-size:12px;
}

INPUT,TEXTAREA { font-family: sans-serif; font-size: 12px; }



