/*==============================
			common
==============================*/

body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color:#fff;
	padding: 0px;
	margin: 0px;
	}
	
a {
	border: none;
	text-decoration: none;
	color: black;
}

hr {
	padding: 0px;
	margin: 0px;
}

iframe {
	border: none;
}

img {
	border: none;
	padding: 0px;	
	margin: 0px;
}	
	
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}	
	
p {
	padding: 0px;	
	margin: 0px;
}	


ul {
    margin:0;
    padding:0;
    list-style:none;
}

ol {
    margin:0;
    padding:0;
    list-style:none;
}


li {
    float:left;
    margin:0;
    padding:0;
}

form{
	padding: 0px;
	margin: 0px;
}

textarea{
	padding: 0px;
	margin: 0px;
}

div.spacer {
	clear: both;
	padding: 0px;
	margin: 0px;
}

div.spacer_with_height {
	clear: both;
	height: 236px;
	padding: 0px;
	margin: 0px;
}

span.snapfile_package {
	color: #9A1C1F;
}

/*============
	shadowing
=============*/

.container_shadow {
	position: relative; 
	left: 1px; 
	top: 1px; 
	color: #333; 
}

/*white*/
.text_shadow_white { 
	position: absolute;
	left: -2px; 
	top: -2px; 
	color: #fff;
}

/*red*/
.text_shadow_red { 
	position: absolute;
	left: -1px; 
	top: -1px; 
	color: #f00;
}

/*==============================
			content
==============================*/

div.content {
	width:950px;
	margin:0px auto;
	text-align:left;
	padding: 0px 0px 0px 0px;
}

	
	/*=================
		header
	==================*/	
	div.header{
		background-image: url(css_images/header.jpg);
		width: 950px; height:157px; /*I increased the height of the header to push down the toolbar without using margins casue IE was rendering them differently*/
		margin: 4px 0px 5px 0px;
	}
	
	div.header h1 {
		color: white;
		float: left;
		height: 131px;
		font-family: Arial, sans-serif;
		font-size: 50px;
		font-weight: bold;
		padding: 0px 0px 0px 24px;
	}
	
	div.header img {
		float: left;
	}

	/*============
		toolbar
	=============*/
	div.toolbar {
		width:935px;
		height: 120px;
		/*background: url(images/toolbar.jpg) no-repeat top left;*/
		font-family: Century Gothic, sans-serif;
		font-weight: normal;
		margin: 0px 0px 6px 0px;
		/*border: 1px solid black;*/
	}
	
	div.toolbar img {
		float: left;
	}
	
	ul.toolbar_links {
		float: right;
		margin: 0px 0px 0px 0px;
	}
	
	div.toolbar ul {
		padding: 0px 0px 0px 0px;
		margin: -34px 0px 0px 0px;
	}
	
	div.toolbar a {
		color: #999;
		font-family: Century Gothic, sans-serif;
		font-size: .85em;
	}
	
	div.toolbar a:hover {
		color: #555;
	}
	
	div.toolbar h1 {
		color: #9A1C1F;
		font-family: Century Gothic, sans-serif;
		font-size: 34px;
		letter-spacing: -1px;
		font-weight: normal;
		font-style: normal;
		padding: 2px 0px 0px 0px;
		margin: 0px 0px 0px 80px;
	}
	
	div.toolbar h2 {
		color: #9A1C1F;
		font-family: Century Gothic, sans-serif;
		font-size: 14px;
		letter-spacing: -1px;
		font-weight: bold;
		font-style: normal;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 80px;
	}
	
	div.toolbar_shadow {
		float: right; /* I put this here because the receeding ul was causing the shadow effect to break*/
		height: 41px; /* changing this height will effect the nifty border padding*/
		padding: 0px 380px 0px 0px; /*the padding in IE is 5px more, for no reason, figiure it out*/
	}
	
	div.toolbar_shadow h3 {
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 35px;
	}
	
	/*========
 	login bar
	=========*/
	div.login_top_bar {
		background: url(css_images/login_background.jpg) top left repeat-x;
		height: 44px;
		font-size: 20px;	
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		text-align:	right;
	}
	
	span.top_login_span a {
		color: white;
		font-size: 20px;
		padding: 0px 20px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	span.top_login_span a:hover {
		font-size: 20px;
		color: black;
	}

	span.top_login_span a:visited {
		font-size: 20px;	
		color: #aaa;
	}
	
	span.top_slogin_span {
		color: #bbb;
		float: left;
		font-size: 14px;
		padding: 5px 0px 0px 20px;
	}	
	
	
		/*========
		 dd_menu
		=========*/
		
		li.sub {
			float: none;
			padding: 0px 5px 0px 5px;
			margin: 0px 0px 0px 0px;
		}
		
		ul.nested_li {
			position: absolute;
			background: #fff;
			font-size: 13px;
			font-family: Century Gothic, sans-serif;
			font-weight: normal;
			opacity: 0;              /* CSS3 */
		    -moz-opacity: 0;         /* legacy Firefox */
		    -khtml-opacity: 0;       /* legacy Safari/Konqueror */
		    filter: alpha(opacity=0); /* MSIE */
			border-top: solid 1px #ccc;
			border-right: solid 1px #ccc;
			border-left: solid 1px #ccc;    
			padding: 0px 0px 0px 0px;
			margin:  5px 0px 0px 0px;
			display: none;
			z-index: 20;
		}

	/*=================
		main body
	==================*/
	div.main_body {
		width:935px;
		background-color: #fff;
		margin: 0px;
		padding: 0px;
		border:1px solid #ccc;
	}
	
	div.main_text {
		float: right;
		/*background: #fff;*/
		color: #777;
		font-size: .82em;
		font-family: Century Gothic, sans-serif;
		font-weight: normal;
		margin: 15px 16px 0px 0px;
		width: 200px;
	}
	
	div.main_text h2{
		color: #9A1C1F;
		font-size: 1.2em;
		font-family: Century Gothic, sans-serif;
		font-weight: normal;
	}
	
	div.main_text a{
		color: #9A1C1F;
	}
	
	div.main_text a:hover {
		color:#69c;
	}
	
	div.date {
		color: #777;
		font-size: .7em;
		font-family: Arial, sans-serif;
		font-weight: normal;
	}
	
	div.main_text p{
	}
	
	span.main_text-smaller{
		font-size: .8em;
	}
	
	div.main_text hr {
		padding: 0px;
		margin: 5px 0px 5px 0px;
		border: 1px dotted #999;
	}
	
	span.click_here_back {
		color: white;
		font-size: 12px;
		background: #9C1C20;
		border-top: 2px solid #9E8722;
		padding: 1px 3px 3px 3px;
	}
	
	span.click_here_back a {
		color: white;
	}
	

		/*==================
			slides
		===================*/
		div.slides {
			position: absolute;
			width: 705px;
			background: #fff;
			z-index: 8;
		}
		
		div#load_div {
			position: absolute;
			background: #fff;
			width: 705px;
			height: 380px;
			z-index: 10;
		}
		
		div#load_div img{
			text-align: center;
			padding: 158px 0px 0px 350px;
		}
		
		
		
		/* ============================= */
		/* = flash templates-container = */
		/* ============================= */	
		div.flash_paging-float_left {
			float: left;
			color: #666;
			padding: 1px 30px 3px 30px;
			margin: 0px 13px 0px 0px;
			font-family: Century Gothic, sans-serif;
			font-weight: normal;
			font-size: 13px;
			border: 1px solid #777;
		}
		
		div.flash_paging-float_right {
			float: right;
			color: #666;
			padding: 1px 30px 3px 30px;
			margin: 0px 13px 0px 0px;
			font-family: Century Gothic, sans-serif;
			font-weight: normal;
			font-size: 13px;
			border: 1px solid #777;
		}
		
		div.flash_paging-float_right img {
			border: 0px;
			padding: 0px;
			margin: 0px;
			line-height: 0px;
		}
		
		hr.hr_shadow {
			background: #eee;
			border: none;
			padding: 0px;
			margin: 0px;
		}
		
		div.flash_templates-container {
			padding: 10px 0px 0px 14px;
			width: 900px;
			font-family: Century Gothic, sans-serif;
			font-weight: normal;
			font-size: 13px;
		}
		
		div.flash_templates-row {
			margin: 0px 0px 0px 35px;
			padding: 0px 0px 0px 0px;
		}
		
		div.flash_templates-row p{
			margin: 3px 0px 3px 0px;
		}
		
		div.flash_templates-item {
			float: left;
			width: 170px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			/*border: 1px solid #999;*/
		}
		
		div.flash_templates-item_width {
			width: 160px;
		}
		
		p.item_options-p {
			text-align: center;
			line-height: 20px;
			color: white;
			background: #2169D4;
			margin: 0px 0px 0px 0px;
		}
		
		p.item_options-p a {
			color: white;
		}
		
		p.item_options-p a {
			color: #aaa;
		}
		
		span.flash_templates-price {
			background: url(../images/demo_normal.gif) no-repeat top left;
			float: left;
			margin: 5px 0px 0px 0px;
			padding: 1px 0px 0px 8px;			
			width: 50px;
			height: 19px;
		}
		
		span.flash_templates-price a {
			color: #bbb;
			text-decoration: none;
		}
		
		span.flash_templates-price a:hover {
			color: #fff;
		}
		
		span.flash_templates-price:hover {
			color: #fff;
			background: url(../images/demo_over.gif) no-repeat top left;
		}
		
		span.flash_templates-cost {
			float: right;
		}
		
		hr.flash_templates-hr {
			width: 840px;
			margin: 0px 0px 0px 35px;
			padding : 0px 0px 0px 0px;
		}
		
		/* =========================== */
		/* = flash preview-container = */
		/* =========================== */
		
		div.flash_preview-container {
			padding: 10px 0px 0px 0px;
			width: 900px;
			font-family: Century Gothic, sans-serif;
			font-weight: normal;
			font-size: 13px;
		}
		
		
		
		
		
		/*============
		  image panning
		============*/
		img.pan {
			margin: 0px 0px 0px 0px;
		}
		
		div.press_photo_sales_preview_image {
			margin: 0px 0px 0px 0px;
			height: 380px;
		}
		
		span.continue_page a{
			font-size: 30px;
			color: #9A1C1F;
		}
		
		/*============
		  site previews
		=============*/
		
		div.sites_preview_large {
			padding: 10px;
		}
		
		div.sites_preview_thumb {
			padding: 10px;
		}
		
		/*============
		  normal form
		=============*/
		
		div.bunch_of_forms-outter_div {
			padding: 0px 0px 0px 10px;
		}
		
		div.gallery form h3 {
			color: #9A1C1F;
			text-align: center;
			font-family: Century Gothic, sans-serif;
			font-size: 1.3em;
			font-style: normal;
			font-weight: normal;
			margin: 10px 0px 0px 10px;
		}
		
		form {
			color: #777;
			font-family: Century Gothic, sans-serif;
			font-weight: normal;
			font-style: normal;
		}
		
		form.form-floatleft {
		 	font-size: .9em;
			float: left;
			width: 365px;
			border-right: solid 1px #ccc;
		}
		
		form a{
			color: #990033;
		}
		
		form a:visited{
			color: #990033;
		}

		form a:hover{
			color: #669dda;
		}
		
		form.form-floatright {
			float: right;
			width: 375px;
		}
		
		form fieldset {
			border: solid 1px #bbb;
			margin: 10px 0px 10px 10px;
			padding: 0px 0px 10px 0px;
		}
		
		form fieldset ol {
			margin: 10px 0px 0px 0px;
		}
		
		form fieldset li {
			list-style: none;
			clear: both;
			display: block;
			padding: 5px;
		}
		
		li.li-text_align_right {
			padding: 0px 0px 0px 300px;
		}
		
		form legend {
			color: #555;
			font-weight: bold;
		}
		
		form p {
			/*width: 320px;*/
		}
		
		label {
			display: -moz-inline-box;
			display: inline-block;
			width: 130px;
			/*border-bottom: dotted 1px #9c6;*/
		}
		
		.form_buttons_submit {
		}
		
		p.smaller_form_text-info {
			font-size: .7em;
			background: none;
		}
		
		p.smaller_form_text-required {
			color: #9A1C1F;
			font-size: .7em;
			background: none;
		}
		
		
		/*.form_buttons_reset {
			width: 80px;
			background-color: #f66;
			border: solid 1px #f33;
		}
		*/
		
		.sbtn {
			margin: 0px 0px 0px 0px;
		}
		
		span.step_text-size {
			font-size: .8em;
		}
		
		/* ================================= */
		/* = this exsists cause there's no = */
		/* = input field to collapse  the  = */
		/* = proceeding content            = */
		/* ================================= */
		div.usernameDiv {
			padding: 2px 55px 5px 5px;
			margin: -20px 0px 0px 0px;
			width:175px;
			float: right;
		}
		
		/*============
			terms &
			conditions
	    =============*/
		
		div.terms_conditions {
			height: 300px;
			width: 600px;
			margin: 0px 0px 0px 100px;
			overflow-y: scroll;
			border: solid #ccc 1px;
		}
		
		div.terms_conditions p {
			font-size: 12px;
			padding: 10px 0px 0px 30px;
		}
		
			/*============
				form
				hints
			=============*/
			span.hint {
			  display:none;
			  position: absolute;
			  margin: -8px 0px 0px 50px;
			  border: 1px solid #c93;
			  padding: 6px 12px 4px 10px;
			  background: #ffc url(css_images/pointer.gif) no-repeat -100px -100px;
			}
			
			span.hint span.hint-pointer {
			    position: absolute;
			    left: -10px;
			    top: 3px;
			    width: 10px;
			    height: 19px;
			    background: url(css_images/pointer.gif) left top no-repeat;
			}
			
			/*============
				form
				site_look/
				live_site
			=============*/
			div#site_name-url {
				font-size: 11px;
			}
			
			div.live_site-background {
  				font-size: 12px;
				color: #000;
				text-align: right;
				background: url(css_images/avondhu_preview_smaller.jpg) no-repeat top left;
				width: 530px;
				height: 377px;
			}

			p.contact_here {

				font-size: 14px;
				color: black;
			}


			div#live_site-banner {
				height: 85px;
			}
			
			div#live_site-theme_colour {
 				height: 29px;
				width: 530px;
				padding: 0px 0px 0px 0px;
				margin: 1px 0px 0px 0px;
			}

			div#live_site-body {
				height: 226px;
			}
			
			div#live_site-footer {
				height: 33px;
			}
			
			p#live_site-footer_colour {
				height: 7px;
				width: 530px; 			
			}
		
			div#site_look-preview {
				width: 220px;
				height: 150px;
				border: solid #777 1px;
			}
			
			div#site_look-preview p {
				text-align: center;
				padding: 10px 0px 0px 0px;
			}
			
			div#site_look-background {
				background: #fff;
				width: 200px;
				height: 140px;
				border-right: solid #aaa 1px;
				border-bottom: solid #aaa 1px;
				border-left: solid #aaa 1px;
				margin: 0px 0px 0px 10px;
			}
			
			div#site_look-head {
				background: #fff;
				width: 200px;
				height: 40px;
				border-bottom: solid #aaa 1px;
			}
			
			div#site_look-body {
				background: #fff;
				width: 200px;
				height: 99px;
			}
			
			ol.ol_no_bg {
				background: none;
			}

				/*============
					upload 
					progress
				=============*/
				p#upload_bar-text {
					overflow: hidden;
					color: black;
					font-size: 12px;
					line-height: 75px;
					height: 85px;
					padding: 0px 0px 0px 0px;
					margin: 0px 0px 0px 0px;
					vertical-align: middle;
				}
				
				p#upload_bar-text img {
					vertical-align: middle;
				}
				
				
				p#upload_bar-image{
					color: #444;
					font-size: 14px;
					z-index:10;
					display:none;
					position:absolute;
					text-align: center;
					padding: 0px 0px 0px 0px;
					margin: -60px 0px 0px 140px;
				}

				/*============
					colour 
					swatches
				=============*/
				div#colour-swatches_div {
					position: absolute;
					display: none;
					background: #fff;
					margin: 230px 0px 0px 160px;
				}
				
				div.colour-swatches {
					width: 144px;
					border: 1px solid #ccc;	
				}
				
				div.swatch-style p {
					margin: 0px;
					padding: 0px;
					display: none;
				}
				
				div.swatch-style {
					float: left;
					width:14px;
					height: 14px;
					margin: 1px;
					padding: 0px;
					border: 1px solid #ccc;
				}
				
				div#swatch-000000 {
					background: #000000;
				}
				
				div#swatch-444444 {
					background: #444444;
				}
				
				div#swatch-666666 {
					background: #666666;
				}
				
				div#swatch-999999 {
					background: #999999;
				}
				
				div#swatch-CCCCCC {
					background: #CCCCCC;
				}
				
				div#swatch-eeeeee {
					background: #eeeeee;
				}
				
				div#swatch-f3f3f3 {
					background: #f3f3f3;
				}
				
				div#swatch-ffffff {
					background: #ffffff;
				}
				
				div#swatch-ff0000 {
					background: #ff0000;
				}
				
				div#swatch-ff9900 {
					background: #ff9900;
				}
				
				div#swatch-ffff00 {
					background: #ffff00;
				}
				
				div#swatch-00ff00 {
					background: #00ff00;
				}
				
				div#swatch-00ffff {
					background: #00ffff;
				}
				
				div#swatch-0000ff {
					background: #0000ff;
				}
				
				div#swatch-9900ff {
					background: #9900ff;
				}
				
				div#swatch-ff00ff {
					background: #ff00ff;
				}
				
				div#swatch-f4cccc {
					background: #f4cccc;
				}
				
				div#swatch-fce5cd {
					background: #fce5cd;
				}
				
				div#swatch-fff2cc {
					background: #fff2cc;
				}
				
				div#swatch-d9ead3 {
					background: #d9ead3;
				}
				
				div#swatch-d0e0e3 {
					background: #d0e0e3;
				}
				
				div#swatch-cfe2f3 {
					background: #cfe2f3;
				}
				
				div#swatch-d9d2e9 {
					background: #d9d2e9;
				}
				
				div#swatch-ead1dc {
					background: #ead1dc;
				}
				
				div#swatch-ea9999 {
					background: #ea9999;
				}
				
				div#swatch-f9cb9c {
					background: #f9cb9c;
				}
				
				div#swatch-ffe599 {
					background: #ffe599;
				}
				
				div#swatch-b6d7a8 {
					background: #b6d7a8;
				}
				
				div#swatch-a2c4c9 {
					background: #a2c4c9;
				}
				
				div#swatch-9fc5e8 {
					background: #9fc5e8;
				}
				
				div#swatch-b4a7d6 {
					background: #b4a7d6;
				}
				
				div#swatch-d5a6bd {
					background: #d5a6bd;
				}
				
				div#swatch-e06666 {
					background: #e06666;
				}
				
				div#swatch-f6b26b {
					background: #f6b26b;
				}
				
				div#swatch-ffd966 {
					background: #ffd966;
				}
				
				div#swatch-93c47d {
					background: #93c47d;
				}
				
				div#swatch-76a5af {
					background: #76a5af;
				}
				
				div#swatch-6fa8dc {
					background: #6fa8dc;
				}
				
				div#swatch-8e7cc3 {
					background: #8e7cc3;
				}
				
				div#swatch-c27ba0 {
					background: #c27ba0;
				}
				
				div#swatch-cc0000 {
					background: #cc0000;
				}
				
				div#swatch-e69138 {
					background: #e69138;
				}
				
				div#swatch-f1c232 {
					background: #f1c232;
				}
				
				div#swatch-6aa84f {
					background: #6aa84f;
				}
				
				div#swatch-45818e {
					background: #45818e;
				}
				
				div#swatch-3d85c6 {
					background: #3d85c6;
				}
				
				div#swatch-674ea7 {
					background: #674ea7;
				}
				
				div#swatch-a64d79 {
					background: #a64d79;
				}
				
				div#swatch-990000 {
					background: #990000;
				}
				
				div#swatch-b45f06 {
					background: #b45f06;
				}
				
				div#swatch-bf9000 {
					background: #bf9000;
				}
				
				div#swatch-38761d {
					background: #38761d;
				}
				
				div#swatch-134f5c {
					background: #134f5c;
				}
				
				div#swatch-0b5394 {
					background: #0b5394;
				}
				
				div#swatch-351c75 {
					background: #351c75;
				}
				
				div#swatch-741b47 {
					background: #741b47;
				}
				
				div#swatch-660000 {
					background: #660000;
				}
				
				div#swatch-783f04 {
					background: #783f04;
				}
				
				div#swatch-7f6000 {
					background: #7f6000;
				}
				
				div#swatch-274e13 {
					background: #274e13;
				}
				
				div#swatch-0c343d {
					background: #0c343d;
				}
				
				div#swatch-073763 {
					background: #073763;
				}
				
				div#swatch-20124d {
					background: #20124d;
				}
				
				div#swatch-4c1130 {
					background: #4c1130;
				}
				
		/*============
			compact
			form
		=============*/
			
		div.admin_form {
			width: 185px;
			height: 75px;
			background: url(css_images/panal_background.gif) repeat-x;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
		}	
			
		div.admin_form h5{
			color: white;
			font-family: Arial, sans-serif;
			font-weight: normal;
			font-size: 11px;
			width: 181px;
			padding: 2px 0px 2px 4px;
			margin:0px;
			background: url(css_images/header_background.gif) repeat-x;
		}	
			
		form#login {
			position:relative;
		}	
			
		div#username, div#password, div#submit {
			font-family: Arial, sans-serif;
			font-weight: normal;
			font-size: 12px;
			position:relative;
			float:left;
			margin-right:0px;
			padding: 5px 0px 0px 5px;
		}	
			
		input#username-field, input#password-field {
			width: 130px;
			height: 14px;
		}	
			
		label.overlabel {
			position:absolute;
			color:#999;
		}	
			
		label.overlabel-apply {
		   position:absolute;
		   top:9px;
		   left:10px;
		   z-index:1;
		   color:#999;
		}	
		
		/*==================
			sign up
		===================*/

		div.signup_div {
			width: 930px;
			float: left;
			padding: 0px;
			margin: 0px;
		}
		
		div.signup_div label{
			color: #9A1C1F;
			font-weight: bold; 
		} 
		
		div.live_site-floatright {
			float: right;
			width: 530px;
			padding: 0px;
			margin: 0px;			
		}
		
		div.live_site-floatright {
			color: #777;
			font-family: Century Gothic, sans-serif;			
		}
		
		span#sales_bar-text {
			font-size: 1.5em;
		}	
		
		div.signup_div h3 {
			color: #9A1C1F;
			font-family: Century Gothic, sans-serif;
			font-size: 1.7em;
			font-style: normal;
			font-weight: bold;
			width: 300px;
			margin: 0px 0px 5px 0px;
		}
		
		div.signup_div h4 {
			color: #9A1C1F;
			width: 200px;
			padding: 0px;
			margin: 0px;
		}
			
		span.wine_colour {
			color: #9A1C1F;
		}
		
		div.live_site-floatright h3 {
			font-size: 18px;
		}
		
		/*==================
			sign up page04
		===================*/
		
		span.page04_span-jpeg_info {
			font-size: 10px;
			padding: 0px 0px 0px 0px;
		}
		
		/*==================
			sign up page05
		===================*/
		li.page05_li {
			width: 300px;
		}
		
		label.page05_label{	
			color: #000;
			width: 290px;
			padding: 0px 0px 0px 11px;
		}
		
		input.page05_radiobutton {
			float: left;
			padding: 0px 0px 0px 0px;
			margin: 6px 0px 0px 0px;
		}
		
		p.page05_p {
			padding: 0px 0px 0px 25px;
		}
		
		span.page05_span-price {
			padding: 0px 0px 0px 85px;
		}
		
		span.page05_span-terms {
			font-size: 11px;
		}
		
		span.spage05_span-or {
			color: #000;
			font-size: 12px;
		}

		/*==================
			gallery
		===================*/
		
		
		div.gallery_force_height {
			background: url(css_images/ribbon-press.gif) no-repeat top right;
			height: 380px;
		}
		
		div.gallery {
			float: left;
			width: 705px;
			padding: 0px 0px 0px 0px;
			margin:0px;
			overflow: hidden;
		}
		
		gallery_your-site {
			float: left;
			width: 950px;
			padding: 0px 0px 0px 0px;
			margin:0px;
			overflow: hidden;
		}
		
		div.gallery_tab {
			font-size: 11px;
			width: 705px;
			border-bottom: 1px dotted #999;
		}
		
		div.gallery_tab a{
			color: white;
			background: #f66;
		}
		
		div.gallery_tab a:hover {
			color: #f66;
			background: white;
		}
		
		div.gallery img {
			margin: 0px 0px 0px 0px;
		}
		
		div.image_info {
			position: absolute;
			width: 170px;
			height: 100px;
			color: #fff;
			font-family: Arial, sans-serif;
			font-weight: normal;	
		}
		
		div.image_info h3{
			background: url(css_images/green_trans.gif);
			font-size: 1.3em;
			padding: 10px 0px 5px 60px;
		}
		
		div.image_info p {
			background: url(css_images/purp_trans.gif);
			font-size: .7em;
			padding: 3px 0px 3px 60px;
		}
		
		
			/*============
				polaroid
			=============*/
			div.polaroide_float {
				float: left;
				background: url(css_images/polaroid_background.jpg) no-repeat top left;
				width: 156px; height: 189px;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
			}
			
			div.polaroide_float img {
				margin: 26px 0px 0px 17px;
			
			}
			
			div.polaroide_float p{
				color: #777;
				font-size: .8em;
				font-family: Arial, sans-serif;
				font-weight: normal;
				text-align: center;
			}
		
	p.site_creation_expl {
		font-size: .9em;
	}
	
	/*============
		footer
	=============*/
	div.footer {
		background: #fff;
		width: 935px;
		margin:5px auto;
		text-align:center;
		padding: 0px 0px 0px 0px;
	}
	
	div.footer_text {
		/*float: left;*/
		/*width: 750px;*/ /*this was here to accomadate the login panal*/
	}
	
	div.footer ul {
		padding: 0px 0px 0px 0px;
	}
	
	div.footer a {
		color: #aaa;
		font-family: Century Gothic, sans-serif;
		font-weight: normal;
		font-size: 11px;
		padding: 0px 0px 0px 0px;
	}
	
	div.footer a:hover {
		color: gray;
	}