/*==============================
	eric myers css reset
==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*==============================
			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;
}

span.location_highlighted {
	color: red;
}

li.location_highlighted a{
	color: red;
}

span.current_deals {
	color: #bbb;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	font-size: .75em;
	margin: 5px 0px 5px 0px;
}


/*==============================
			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;
	}
	
	
	div.infoPopUps {
		position: absolute;
		display: none;
		background: #fff;
		color: #9A1C1F;
		font-family: Century Gothic, sans-serif;
		font-size: 14px;
		width: 290px;
		margin: 0px 0px 0px 225px;
		padding: 20px 0px 20px 10px;
		border: 1px solid #999;
		z-index: 100;
	}
	
	div.infoPopUps ul {
		display: block;
		list-style-type: disc;
		padding: 40px 0px 10px 10px;
		list-style-position: inside;
	}
	
	
	
		/*========
	 	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;
		}
	
	/*=================
		main body
	==================*/
	div.main_body {
		width:935px;
		background-color: #fff;
		margin: 0px;
		padding: 0px;
		border:1px solid #ccc;
	}
	
	div.main_text {
		float: right;
		color: #777;
		font-size: .82em;
		font-family: Century Gothic, sans-serif;
		font-weight: normal;
		margin: 15px 16px 0px 0px;
		width: 270px;
	}
	
	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;
	}



ol, ul {
	list-style: none;
}


div.choose_opt_block_left {
	float: left;
}

div.choose_opt_block_left h4 {
	font-family:bold arial,helvetica,sans-serif;
	font-size: 1em;
	color: #9A1C1F;
	padding: 10px 0px 5px 15px;
}

div.choose_opt_block_right {
	float: right;
	font-family:bold arial,helvetica,sans-serif;
	font-size: .9em;
	margin: 5px 0px 5px 0px;
}

div.choose_opt_block_right ul {
	margin: 0px;
}

div.choose_opt_block_right ul li{
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

div.choose_opt_block_right a { color: #00f; text-decoration: underline; font-size: .9em; }

div.flash_prev_iframe h3 {
	font-size: 1.5em;
	border-top: 1px solid #ccc;
	padding: 10px 0px 0px 10px;
}

p.image_height_push {
	height: 395px;
}

#download_tpl_button{
	width: 212px;
	height: 63px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
}

#download_tpl_button span {
	background: url(css_images/download_normal.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#download_tpl_button_sales span {
	background: url(css_images/sign_up_but.jpg) no-repeat;
	position: absolute;
	width: 212px;
	height: 63px;
	margin: 0px 0px 0px -230px;
}

#download_tpl_button_continue span {
	background: url(css_images/download_cont.jpg) no-repeat;
	position: absolute;
	width: 212px;
	height: 63px;
	margin: -10px 0px 0px -230px;
}

#download_tpl_button_fls span {
	background: url(css_images/hos_sol_but.jpg) no-repeat;
	position: absolute;
	width: 212px;
	height: 55px;
	margin: -10px 0px 0px -230px;
}

#download_tpl_button_html span {
	background: url(css_images/hos_sol_but_htm.jpg) no-repeat;
	position: absolute;
	width: 212px;
	height: 55px;
	margin: -10px 0px 0px -230px;
}



#sample_tpl_button{
	width: 260px;
	height: 63px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
}

#sample_tpl_button span {
	background: url(css_images/hosted_but.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}



.price_buttons_ul li a{
	color: #fff;
}

.price_buttons_ul li a:hover{
	color: #fff;
}

.price_buttons_ul li a:visited{
	color: #fff;
}

		/*============
		  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;*/
		}
		
		.form_buttons_submit {
		}
		
		form img {
			padding: 0px 0px 0px 56px;
		}
		
		p.smaller_form_text-info {
			font-size: .7em;
		}
		
		/*.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;
			}

				/*============
					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;
				}


		/*============
			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-home.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;
			}
		
	/*============
		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;
	}
	
	
/*============
 main_content
=============*/	
	.main_content h2 {
		float: left;
		color:#9A1C1F;
		font-family:Century Gothic,sans-serif;
		font-size:2em;
		font-style:normal;
		font-weight:bold;
		padding: 14px 0px 20px 24px;
		letter-spacing:-1px;
}

	.main_content h3 {
		color: #bbb;
		font-size: 1.2em;
		font-family: arial,helvetica,sans-serif;
/* 		font-weight: bold; */
		padding: 14px 0px 0px 14px;
		/* border-top: 1px solid #bbb; */
}

.main_content p {
		float: right;
		color: #aaa;
		font-size: 1em;
		font-family: arial,helvetica,sans-serif;
		/* font-weight: bold; */
		padding: 6px 10px 0px 14px;
}

/*=============
 starting over
==============*/	

div.main_content_all_over h3 {
	color: #fff;
	font-family: Century Gothic,arial,sans-serif;
	font-size: 1.6em;
	/* font-weight: bold; */
	background: #bf4043;
	padding: 5px 0px 10px 20px;
}

div.main_content_all_over h4 {
	color: #000;
	font-family: Century Gothic,arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background: #eee;
	padding: 5px 0px 10px 10px;
	margin: 10px 10px 0px 10px;	
	border-bottom: solid 1px #bbb;	
}

div.main_content_all_over p {
	color: #000;			
	padding: 10px 0px 10px 0px;
	font-family:Arial,Verdana,sans-serif;
	line-height: 1.7em;
}

div.main_content_all_over form {
	color: #000;			
	padding: 0px 0px 10px 20px;
	font-family:Arial,Verdana,sans-serif;
	line-height: 1.7em;
}

h3.left_column_h3 {
	float: left;
	width: 915px;	
	background: #600;
}

h3.right_column h3 {
	float: right;
	width: 320px;	
	background: #003;
}

div.left_column {
	float: left;
	width: 600px;
	border-right: solid 1px #ccc;
}

div.left_column img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 5px;
}

div.right_column {
	float: right;
	width: 332px;
}

div.nested_column_left_div {
	float: left;
	width: 164px;
}

div.nested_column_right_div {
	float: right;
	width: 164px;
}

div#sales_notImageFlow img{
	padding: 20px 0px 20px 90px;
}


/*===================
 salesgallery_options
====================*/

div.container_all {
    float:left;
    width:100%;
    position:relative;
    line-height: 1.1em;
	font-family: Century Gothic, sans-serif;
}

div.col_all p {	color: #fff; font-size: 1.2em; text-align: center; font-weight: bold; background: #BF4043;
			    height: 200px; line-height: normal; margin: 5px 3px 5px 3px; padding: 10px 0px 0px 10px; 
			    font-family: Century Gothic, sans-serif;  }
			    
div.col_all img { padding: 0px 0px 0px 05px; }

div.container_all h3 { font-size: 1.3em; font-weight: 600; text-align: center; padding: 10px 0px 10px 0px; }


h3 a { color: #BBBBBB; }


span.opt_cost { color: #fff; text-align: left; font-size: 1.55em; font-weight: bold; background-color: #BF4043; border: none; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }



div.main_content_all_over form {
	padding: 0px;
	margin: 0px;
}

#container3 li{
	display: block;
	margin: 0px 0px 3px 0px;	
}

#container4 {
    overflow:hidden;
}

#container3 {
    right: 19%;

}

#container2 {
    right: 19%;

}

#container1 {
    right: 19%;

}

#container0 {
    right: 18%;

}

div.col_all {
    float:left;
    position:relative;
    overflow:hidden;
}


div.col_all img {
	margin: 0px 0px 0px 5px;
}

#col0 {
    width:20%;
    left:77%;
    /* border-right: 1px solid #555;      */
}


#col1 {
    width:19%;
    left:77%;
    /* border-right: 1px solid #555;      */
}

#col2 {
    width:19%;
    left:77%;
    /* border-right: 1px solid #555;      */
}

#col3 {
    width:19%;
    left:77%;
    /* border-right: 1px solid #555;      */
}

#col4 {
    width:19%;
    left:77%;
}




input.styled_submit {	color:#565656; border: 3px double #999999; border-top-color: #CCCCCC; border-left-color: #CCCCCC;
						padding: 0em 0.7em 0.35em 0.7em; background-color: #FFFFFF;
						background-repeat: repeat-x; color: #333333; font-size: 75%;
						font-weight: bold; font-family: Verdana, Helvetica, Arial, sans-serif;
						background-color:#f5f5f5; border:1px solid #6299c5; cursor:pointer;				 
					}

#messageBox2 { display: none; }

select { width: 155px; }



.sales_opt_span { height: 20px; width: 90px; }
#gall_opt_form label {cursor:pointer; background:url(css_images/sales_opt_buttons.gif) left top no-repeat; height: 40px; float:left; padding-left:20px}
#gall_opt_form label.onactive {background: url(css_images/sales_opt_buttons.gif) left no-repeat; top:-40px }
#gall_opt_form .myradio {cursor:pointer; background:url(css_images/sales_opt_buttons.gif) left bottom no-repeat; height:40px; float:left; padding-left:20px}
#checkbox-1, #checkbox-2, #checkbox-3, #checkbox-4, #checkbox-5 {position:absolute; left:-9999px;}
/* #gall_opt_form input {position:absolute; left:-9999px;} */

div#form_background { width: 931px; height: 501px; background:url(../images/package_options.jpg) top left no-repeat; }










/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


div.float_left { float: left; }

p.float_left { float: left; }

p.float_left img { padding: 0px 0px 0px 15px; }

p.float_right { float: right; }

.with_width { width: 400px; margin: 0px 40px 0px 0px;}

.with_width_01 { font-size: .9em; font-weight: normal; width: 335px; margin: 0px 5px 0px 0px; }

.and_minus_tmargin { float: right; }

.float_left img { margin: 0px 18px 0px 18px; }

.gray_bckgrd {background: #eeeeee; font-size: .9em; /*margin: 0px 6px 0px 6px; */}


















					







			/*===================
			 salesgallery_options
			 flash template 
			 select
			====================*/



		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 img { padding: 0px 0px 0px 0px }
		
		div.flash_templates-item_width {
			width: 160px;
		}
		
		p.item_options-p {
			text-align: center;
			line-height: 10px;
			color: white;
			background: #2169D4;
			margin: 0px 0px 0px 0px;
			padding:0 0 3px 4px;
		}
		
		p.item_options-p a {
			color: white;
		}
		
		p.item_options-p a {
			font-weight: bold;
			color: #fff;
		}
		
		span.flash_templates-price {
			text-align: center;
			font-size: 2em;
			color: #fff;			
			background: url(../images/demo_normal.jpg) no-repeat top left;
			float: left;
			margin: 5px 0px 0px 30px;
			padding: 8px 0px 0px 0px;
			width: 110px;
			height: 42px;
		}
		
		span.flash_templates-price a {
			color: #fff;
			text-decoration: none;
		}
		
		span.flash_templates-price a:hover {
			color: #fff;
		}
		
		span.flash_templates-price:hover {
			color: #fff;
			background: url(../images/demo_over.jpg) 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;
		}
		
	
		/*===================
		user info page
		====================*/	
		
		label.error 	{ position: absolute; color: #333; font-size: .8em; padding: 3px 7px 3px 7px; margin: 0px 0px 3px 6px;
						vertical-align: top; background: #ffffcc; border-top: solid 1px #777; border-right: solid 1px #777; 
						border-bottom: solid 1px #777; border-left: solid 1px #777; z-index: 100; }
		

		/*
input 			{ font-size: 1.1em; padding: 2px 0px 2px 2px; margin: 0px 0px 5px 0px; }

*/		
		label.error .error_arrow_img { position: relative; right: 18px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
		
		.required_asterisk { color: #cc6666; font-size: 2em; position: relative; line-height: 0; top: 4px; }
		
		.what_is_this	{ font-size: .8em; }
		
		
		.what_is_this_hidden { display:none; }
		
		
		
		


div.main_content_all_over .bronze_colour { background: #A67D3D; }
div.main_content_all_over .silver_colour { background: #C0C0C0; }
div.main_content_all_over .gold_colour { background: #D4A017; }
div.main_content_all_over .platinum_colour { background: #00FFFF; }



div.template_options h4 {
		color: #bbb;
		font-size: 1em;
		font-family: arial,helvetica,sans-serif;
		font-weight: bold;
		padding: 0px 0px 0px 14px;
}

h3.h3_rt {
	float: right;
	padding: 0px 143px 0px 0px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}


div.template_options p {
		color: #bbb;
		font-size: .8em;
		font-family: arial,helvetica,sans-serif;
		padding: 5px 0px 0px 0px;
		font-weight: normal;
}




h5.h5_lt {

		color: #bbb;
		font-size: 1.2em;
		font-family: arial,helvetica,sans-serif;
/* 		font-weight: bold; */
		margin: 0px 0px 0px 0px;
}

p.img_lt_tx_rt {
	position: inherit;
	font-size: 1em;
	font-family: inherit;
	color: #000;
	font-weight: normal;
}

p.img_lt_tx_rt img {

	padding: 5px 47px 0px 15px;
}

span.smaller_year {	font-size: .6em; }

span.less_bold_text_block { font-weight: normal; /*font-size: .9em;*/ }

#left_side { padding: 0px 0px 0px 45px; }


.text_align_right { text-align: right; }
.text_align_right a { color: #999; }

div#social_links { float: right; }


label.passwords_sit { position: absolute; font-size: .8em; padding: 0px 0px 0px 5px;}

div#more_tpls_select { background: url(css_images/flash_v2-background.jpg) top right no-repeat; width: 935px; height: 534px; }

p.tpls_details-p { float: left; margin: 0px 0px 0px 0px; }

span.tpls_details-price img { margin: 0px 0px 0px 20px; }

div.tpls_details-item { float: left; width: 170px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

div.tpls_details-item_width img { padding: 0px 0px 0px 0px; }

div.tpls_details-item_width a { float: left; }

span#continue_without { float: right; }
span#continue_without a { color: #00f; text-decoration: underline; }


div.blue_back { background: url(css_images/flash_v2-background.jpg) top right no-repeat; width: 935px; height: 534px;  padding: 10px 0 0 0px; }

span#examples_smaller { font-size: .6em; font-weight: normal; }

span#back_to_tpl a { color: #00f; font-size: .95em; text-decoration: underline; }

label.gray_label { color: #999; font-size: .8em; }

span#required_field { color: #999; font-size: .7em; }

div#check_out_page {color: #999; font-size: 1em; font-family: Century Gothic, sans-serif;}

div#check_out_page p {color: #999; font-size: 1em; font-family: Century Gothic, sans-serif;}

h2#chosen_item {color: #999; font-size: 2em; font-family: Century Gothic, sans-serif;}

p#p_response { float: left; margin: 0px 0px 0px 10px; }



div#testimonial { background: url(css_images/testimonial.jpg) top right no-repeat; width: 910px; height: 156px; margin: 6px 0 0 12px;;}
