/*

Version 2.1
23 December, 2007

*/






/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}





/* BEGIN BASIC HTML TAGS */
body {
	background-color: #ffffff;
	font: 1em Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font: 1.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color: #ff9900;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font: 1.3em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}

h3 {
	font: 1.1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
}

h4 {
	font: 1.0em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

p {
	margin-bottom: 10px;
}

ul, ol {
	margin-bottom: 15px;
}

li {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}

a {
	color: #288dcd;
	text-decoration: underline;
}

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

em {
	color: #cc0000;
	font-weight: bold;
}





/* BEGIN CONTAINER */
#container {
	margin: 0 auto;
	width: 770px;
	padding: 0 5px;
}



/* BEGIN HEADER */
#header {
	height: 120px;
}
	
	#logo {
		float: left;
		width: 400px;
		height: 120px;
	}
	
	#utility-nav {
		float: right;
		height: 26px;
		line-height: 26px;
		margin: 0;
		margin-right: 11px;
		padding: 0;
		text-align: center;
		font-size: 0.9em;
	}
		
		#utility-nav li {
			display: inline;
			margin: 0;
			padding: 0 5px;
			list-style: none;
		}
		
		#utility-nav a {
			color: #666666;
		}
	
	#optin {
		float: right;
		width: 181px;
		height: 49px;
		margin-right: 5px;
		padding: 45px 14px 0 123px;
		background: url(../images/bg_free-webinars.gif) top center no-repeat;
	}
		
		#optin input.text {
			width: 137px;
			height: 13px;
			padding: 2px;
			border: 1px solid #cccccc;
			font-size: 0.8em;
			xmargin-top: 29px;
			margin-bottom: 5px;
			color: #666666;
		}
		
		#optin input.button {
			width: 30px;
			height: 18px;
			background: url(../images/btn_go.png) top left no-repeat;
			border: 0;
			vertical-align: middle;
			margin-top: -7px;
		}
		
		#optin p {
			text-align: left;
			padding-top: 30px;
		}
/* END HEADER */



/* BEGIN CONTENT CONTAINER */
#content_container {
	background: url(../images/bg_content-container.gif) top center repeat-y;
}
	
	#wrapper-top {
		background: url(../images/bg_wrapper-top.gif) top center no-repeat;
	}
	
	#wrapper-bottom {
		background: url(../images/bg_wrapper-bottom.gif) bottom center no-repeat;
	}
	
	#content {
		padding-top: 28px;
	}
/* BEGIN CONTENT CONTAINER */



/* BEGIN NAV */
#nav {
	width: 770px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: url(../images/bg_nav.gif) top center no-repeat;
	position: relative;
}
	
	#nav li {
		position: absolute;
		list-style: none;
		display: block;
		height: 42px;
		margin: 0;
		padding: 0;
	}
	
	#nav li a {
		display: block;
		height: 42px;
	}
	
	#nav li.li1 { width: 89px; left: 0px; }
	#nav li.li2 { width: 149px; left: 89px; }
	#nav li.li3 { width: 133px; left: 238px; }
	#nav li.li4 { width: 113px; left: 371px; }
	#nav li.li5 { width: 173px; left: 484px; }
	#nav li.li6 { width: 104px; left: 657px; }
	
	#nav li.li1 a:hover { background: url(../images/bg_nav.gif) 0 -42px no-repeat; }
	#nav li.li2 a:hover { background: url(../images/bg_nav.gif) -89px -42px no-repeat; }
	#nav li.li3 a:hover { background: url(../images/bg_nav.gif) -238px -42px no-repeat; }
	#nav li.li4 a:hover { background: url(../images/bg_nav.gif) -371px -42px no-repeat; }
	#nav li.li5 a:hover { background: url(../images/bg_nav.gif) -484px -42px no-repeat; }
	#nav li.li6 a:hover { background: url(../images/bg_nav.gif) -657px -42px no-repeat; }
	
	#nav li.li1 a.selected { background: url(../images/bg_nav.gif) 0 -84px no-repeat; }
	#nav li.li2 a.selected { background: url(../images/bg_nav.gif) -89px -84px no-repeat; }
	#nav li.li3 a.selected { background: url(../images/bg_nav.gif) -238px -84px no-repeat; }
	#nav li.li4 a.selected { background: url(../images/bg_nav.gif) -371px -84px no-repeat; }
	#nav li.li5 a.selected { background: url(../images/bg_nav.gif) -484px -84px no-repeat; }
	#nav li.li6 a.selected { background: url(../images/bg_nav.gif) -657px -84px no-repeat; }
	
	#nav li a span { display: none; }
	
/* END NAV */



/* BEGIN HOME CONTENT */
#home {
	padding-top: 10px;
}
	
	#home h2 {
		text-align: center;
		font-style: italic;
	}
	
	#intro {
		padding: 0 10px;
	}
	
	#starter-package {
		float: left;
		width: 175px;
		padding: 15px 10px;
	}
	#starter-heading {
			font-size:18px;
			font-weight:bold;
			color:#FF0000;
			padding-bottom:40px;
		}
	#starter-only {
			float:left;
			font-size:20px;
			font-weight:bold;
			color:#D0D0D0;
			width:25px;
			padding-left:18px;
			padding-top:5px;
		}
	#starter-price {
			float:right;
			font-size:32px;
			font-weight:bold;
			color:#46C56D;
			padding-right:5px;
			width:110px;
		}
	#starter-plus-package {
		float: left;
		width: 170px;
		padding: 15px 10px;
		background: url(../images/bg_col-lines.gif) top left no-repeat;
	}
		#starter-plus-heading {
			font-size:18px;
			font-weight:bold;
			color:#676767;
			padding-bottom:5px;
			width:175px;
		}
	#green-hosting {
		float: left;
		width: 170px;
		padding: 15px 10px;
		background: url(../images/bg_col-lines.gif) top left no-repeat;
	}
		#green-hosting-heading {
			font-size:18px;
			font-weight:bolder;
			color:#676767;
			padding-bottom:5px;
			width:175px;
		}
		#green-hosting p {
			padding-top: 10px;
		}
	
	#flex-edit {
		float: right;
		width: 175px;
		padding: 15px 10px;
		background: url(../images/bg_manage-your-own-website.gif) top left no-repeat;
	}
	#headline {
	 	color:#676767;
		font-size:20px;
		font-weight:bold;
		font-style:italic;
		padding-bottom:5px;
	}
/* END HOME CONTENT */



/* BEGIN INSIDE PAGES */
#inside {
	padding: 20px 20px 50px 20px;
}

#inside li {
	padding-left: 15px;
	list-style: none;
	background: url(../images/g_arrow.gif) left no-repeat;
}

	#main-col {
		float: left;
		width: 500px;
	}
	
	#main-col-full {
		float: left;
		width: 700px;
	}
		
		#price h1 {
			color: #558f27;
		}
		
		#price h1 small {
			font-size: 0.5em;
		}
		
		#price p {
			padding-left: 20px;
			color: #666666;
		}
		
	#right-col {
		float: right;
		width: 200px;
	}
		/* BEGIN TESTIMONIALS */
		#testimonials {
			margin-bottom: 20px;
		}
			
			#testimonials div.box-top {
				background: url(../images/bg_box-green-top.gif) top left no-repeat;
			}
			
			#testimonials div.box-bottom {
				background: url(../images/bg_box-green-bottom.gif) bottom left no-repeat;
			}
			
			#testimonials div.box-content {
				padding: 15px 10px;
			}
		/* END TESTIMONIALS */
		
		#buttons {
			margin-bottom: 10px;
		}
		
			#buttons img {
				margin-bottom: 10px;
			}
/* END INSIDE PAGES */



/* BEGIN FOOTER */
#footer {
	text-align: center;
	padding-top: 15px;
	font-size: 0.8em;
}

	#footer ul li {
		display: inline;
		list-style: none;
	}
	
	#footer p {
		font-size: 0.9em;
	}
/* END FOOTER */



/* BEGIN WEBSITE PACKAGES */
table#website-packages {
	border-collapse: collapse;
	border: 1px solid #ececec;
	background-color: #f4f4f4;
	margin-bottom: 15px;
}
	
	table#website-packages th {
		padding: 5px;
		border: 1px solid #ffffff;
		color: #ffffff;
	}
		
		table#website-packages th.label {
			background-color: #ffffff;
		}
		
		table#website-packages th.check-mark {
			width: 100px;
			background-color: #00a0d8;
		}
		
		table#website-packages th.plus {
			width: 100px;
			background-color: #005bac;
		}
		
	table#website-packages td {
		padding: 5px;
		vertical-align: top;
		border: 1px solid #ffffff;
		background-color: #fdf9e4;
	}
		
		table#website-packages td.label {
			background-color: #f4f4f4;
		}
		
		table#website-packages td.check-mark {
			text-align: center;
		}
		
		table#website-packages td.plus {
			background-color: #fef6c8;
		}
		
		table#website-packages td.cost {
			font-size: 1.5em;
			color: #025a94;
		}
		
		table#website-packages td.order {
			background-color: #ffffff;
			text-align: center;
		}
/* END WEBSITE PACKAGES */



/* BEGIN HOSTING PACKAGES */
table#hosting-packages {
	border-collapse: collapse;
	border: 1px solid #ececec;
	background-color: #edf6e5;
	margin-bottom: 15px;
}
	
	table#hosting-packages th {
		padding: 5px;
		border: 1px solid #ffffff;
		color: #ffffff;
	}
		
		table#hosting-packages th.label {
			background-color: #ffffff;
		}
		
		table#hosting-packages th.check-mark {
			width: 100px;
			background-color: #64aa56;
		}
		
		table#hosting-packages th.plus {
			width: 100px;
			background-color: #548c34;
		}
		
	table#hosting-packages td {
		padding: 5px;
		vertical-align: top;
		border: 1px solid #ffffff;
		background-color: #b0d897;
	}
		
		table#hosting-packages td.label {
			background-color: #edf6e5;
		}
		
		table#hosting-packages td.check-mark {
			text-align: center;
		}
		
		table#hosting-packages td.plus {
			background-color: #89c778;
		}
		
		table#hosting-packages td.cost {
			font-size: 1.5em;
			color: #025a94;
		}
		
		table#hosting-packages td.order {
			background-color: #ffffff;
			text-align: center;
		}
h1.green { color: #548c34; }
/* END HOSTING PACKAGES */



/* BEGIN GALLERIES */
/* GALLERY */
#gallery { clear:both; width:100%; }
.group_holder { margin-bottom:20px; }
.group { clear:both;  }
.group_sub { clear:both;  }
.group2 { clear:both;  }
.group_name {
	font-size:1.5em;
	margin-bottom:10px;
	background-color:#ececec; 
	padding:5px;
}
.click { font-size:1.2em; font-weight:bold; margin-bottom:10px; display:block; color:#ff6600; }
.container {
	float:left;
	width:170px;
	height:170px;
	text-align:center;
}
	.container img {
		border:1px solid #cccccc;
	}
	.container p {
		margin:0;
		font-size:0.9em;
	}

.card_holder,
.tall_card_holder {
	float:left;
	width:150px;
	margin:20px;
	margin-bottom:40px;
}
.card_image img { border:1px solid #666666; }
.th_Header { font-size:0.9em; }
.name { font-size:0.9em; }

#custom-logos {
	margin-top: 20px;
}
/* END GALLERIES */



/* BEGIN UTILITY CLASSES */
.clear {
	clear:both;
	height:0PX;
	line-height:1px;
	font-size:1px; 
}

.floatleft {
	float:left;
	vertical-align:top;
}

.floatleft img {
	margin-right:15px; 
}

.floatright {
	float:right;
	vertical-align:top;
}

.floatright img {
	margin-left:15px;
}
/* END UTILITY CLASSES */





/* BEGIN CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* END CLEARFIX */







#portfolio_holder {
		background: url(../images/bg_portfolio.gif) top left no-repeat;;
		position: relative;
		clear: both;
		width: 750px;
		height: 200px;
	}
	
	#portfolio {
		width: 730px;
		height: 190px;
		margin: 0 auto;
		overflow: auto;
	}
		#portfolio ul {
			width: 1850px;
			height: 150px;
			overflow: hidden;
			margin: 0;
			padding-top: 20px;
		}
		#portfolio li {
			display: inline;
			margin: 0;
			padding: 0px;
			background: none !important;
		}


#TB_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 3000px;
	height: 3000px;
	background-color: #000000;
	filter: alpha(Opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}


#flex-edit-demo-video {
	float: right;
	width: 200px;
}