﻿body {
margin: 0;
padding: 0;
font: 75% tahoma, Verdana, Arial, sans-serif;
line-height: 1.8em;
background: #eaeaea  url(images/bg.jpg) top left repeat-x;
}
		/*TOP BANNER*/
#header {
padding: 20px;
border-bottom: 1px solid #fff;
background: #333;
}
#header h1 {
padding: 0;
margin: 0;
font-family: Georgia, sans-serif;
font-weight: normal;
font-size: 180%;
color: #ccc;
}

		/* TOP NAVIGATION */
#nav {
float: left;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
background: #ccc;
}
#nav li {
float: left;
margin: 0;
padding: 0;
}
#nav a {
float: left;
display: block;
padding: 0.5em 2.5em 0.5em 1em;
text-decoration: none;
font-weight: bold;
font-size: 100%;
color: #73868c;
background: #ccc url(images/nav_slant.gif) no-repeat top right;
}
#nav #nav-1 a {
padding-left: 20px;
}
#nav a:hover {
color: #000;
}
		/*MAIN CONTAINER*/
#container {
margin: 0 auto;
padding: 0;
width: 770px;
}
#contentleft {
float: left;
margin-top: 8px;
width: 500px;
padding: 0 1em 1em 1em;
}
#contentright {
float: right;
margin-top: 8px;
width: 200px;
padding: 0 1em 1em 1em;
background: #aaa;
}
		/*FOOTER */
#footer {
font-size: 1em;
height: 185px;
clear:both;
margin:0;
padding: 0.5em;
background: #333;
color: #aaa;
}

#footer2 {
font-size: 1em;
height: 25px;
clear:both;
padding: 1.0em;
margin:0;
background: #333;
color: #aaa;
}


		/*TYPOGRAPHY */
h1 {
font-family: Georgia, serif;
font-size: 180%;
padding: 30px 0 10px 0;
color: #73868c;
}	

h2 {
font-family: Georgia, sans-serif;
font-size: 180%;
padding: 30px 0 10px 0;
color: #333;
}
		/*LINKS*/	
a:visited {
color : #666;
background : inherit;
text-decoration : underline;
}
a:link {
color : #666;
background : inherit;
text-decoration : underline;
}
a:hover {
color : #73868c;
background : inherit;
text-decoration : none;
}	
ul li {
list-style-type: none;
}
.navlist ul li {
list-style-image : url(images/arrow.gif);
padding-left : 5px;
margin-bottom : 0;
} 
a img {
border: none;	
}
		/* IMAGES */	
.imgleft { 
float : left;
padding : 5px;
margin-right : 10px;
} 
.imgright { 
float : right;
padding : 5px;
margin-left : 10px;
} 
		/*3 COLUMNS*/
#bottom {
margin: 0 auto;
width: 770px;
}
#bottom h1 {
margin: 0;
letter-spacing: 3px;
font-family: Georgia, sans-serif;
font-size: 130%;
padding: 10px 0 10px 40px;
color: #73868c;
}
.col3center {
float: left;
width: 33%;
margin-bottom: 20px;
}
.col3 {
float: left;
width: 33%;
margin-bottom: 20px;
}
.col3center {
margin: 0;
}

/*WEB HOSTING SPECIFIC*/

/* hosting specific boxes */

#hostingoverviewcontainer {
	width: 100%;
	height: 203px;
	float: left;
	padding: 0 0 0 65px;
}


#hostingoverviewcontainer div{
	width: 143px;
	height: 203px;
	float: left;
	margin-right: 15px;
	line-height: normal;
}

#hostingoverviewcontainer div h1{
	font-size: 12px;
	color: white;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 5px;
	left: 15px;
	
}

#hostingoverviewcontainer div .price {
	font-size: 16px;
	color: #263961;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 5px;
	top: 25px;

}

#hostingoverviewcontainer div ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
	line-height: normal;
	position: relative;
	left: 5px;
	top: 55px;

}

#hostingoverviewcontainer div li {
	margin: 0px;
	line-height: normal;
	padding: 0px;
}

#hostingoverviewcontainer div .more {
	text-align: right;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 87px;
	right: 10px;
}

#hostingoverviewcontainer div a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	z-index: 50;
}



.free a{
	background: url(images/FVSHOSTING/hosting_free_box.jpg) no-repeat left;
	color: #23375C;
}

.free a:hover{
	background: url(images/FVSHOSTING/hosting_free_box.jpg) no-repeat right;
}

.small a{
	background: url(images/FVSHOSTING/hosting_small_boxb.jpg) no-repeat left;
	color: #23375C;
}

.small a:hover{
	background: url(images/FVSHOSTING/hosting_small_boxb.jpg) no-repeat right;
}

.medium a{
	background: url(images/FVSHOSTING/hosting_medium_boxb.jpg) no-repeat left;
	color: #23375C;
}

.medium a:hover{
	background: url(images/FVSHOSTING/hosting_medium_boxb.jpg) no-repeat right;
}

.large a{
	background: url(images/FVSHOSTING/hosting_large_boxb.jpg) no-repeat left;
	color: #23375C;
}

.large a:hover{
	background: url(images/FVSHOSTING/hosting_large_boxb.jpg) no-repeat right;
}

.xlarge a{
	background: url(images/FVSHOSTING/hosting_xlarge_boxb.jpg) no-repeat left;
	color: #23375C;
}

.xlarge a:hover{
	background: url(images/FVSHOSTING/hosting_xlarge_boxb.jpg) no-repeat right;
}

/* Light Box CSS */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }




