/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
color:#000000;
background-color:#f3f7f8;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#006878;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#42c8dc;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:20px;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:14px;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}

.small {font-size:11px;}
.small-center {font-size:11px;text-align:center;font-style:italic;}
.large {font-size:14px;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #e1e1e1 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:4px;}
.gap3 {float:left;width:30px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-main, .img-center {text-align:center;margin-bottom:6px;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:6px;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	ul li {
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
.container {
width:960px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

.container-blue {
display:block;
text-align:left;
background-color:#cfe8ed;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


.container-line {
display:block;
text-align:left;
background-image:url(../images/line_bg.gif);
background-position:top;
background-repeat:repeat-x;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:12px 0 0 20px;
border:none;
}


.container-dark-blue {
display:block;
text-align:left;
background-color:#006878;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}



#container2 {
width:940px;
text-align:left;
background-color:#ffffff;
background-image:url(../images/main_bg.gif);
background-position:center;
background-repeat:repeat-y;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 10px 0 10px;
border:none;
}

/* Home page container */
#container3 {
width:940px;
text-align:left;
background-color:#ffffff;
background-image:url(../images/home_bg.gif);
background-position:center;
background-repeat:repeat-y;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 10px 0 10px;
border:none;
}


#container4 {
width:940px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 10px 0 10px;
border:none;
}


	/* MAIN HEADER */
	#header {
	height:110px;
	}
	
		#header #logo {
		float:left;
		display:inline-block;
		}
		
		
		/* CART NAVIGATION */
		#top-nav {
		float:right;
		display:inline-block;
		height:50px;
		line-height:50px;
		color:#9bd4e3;
		font-size:11px;
		text-align:right;
		margin-top:3px;
		}
			#top-nav .top-blue {
			float:right;
			display:inline-block;
			padding-left:25px;
			padding-right:10px;
			background-image:url(../images/top_bg_blue.gif);
			background-position:left;
			background-repeat:no-repeat;	
			}
			
			#top-nav .top-brown {
			float:right;
			display:inline-block;
			padding-right:25px;
			padding-left:10px;
			text-align:right;
			background-image:url(../images/top_bg_brown.gif);
			background-position:right;
			background-repeat:no-repeat;	
			}
			
			#top-nav strong, #top-nav b {
			font-size:12px;
			font-weight:bolder;
			color:#ffffff;
			}
		
			#top-nav a {color:#ffffff;}
			#top-nav a:hover {text-decoration:underline;}

		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	clear:right;
	float:right;
	height:40px;
	line-height:40px;
	color:#3c332f;
	padding-top:17px;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			float:left;
			display:inline-block;
			line-height:40px;
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:0;
			margin-left:0;
			padding-left:0;
			background:none;
			position:relative;
			z-index:900;
			}
	
		#navigation a {
		float:left;
		display:inline-block;
		height:40px;
		line-height:40px;
		font-size:14px;
		font-style:italic;
		color:#3c332f;
		}
			#navigation a strong,
			#navigation a b {
			display:block;
			height:40px;
			line-height:40px;
			color:#3c332f;
			padding:0 14px;
			background-image:url(../images/nav_bg.gif);
			background-position:center -50px;
			background-repeat:no-repeat;
			}
			
			#navigation a:hover,
			#navigation .over,
			#navigation .on {
			}
				#navigation a:hover strong,
				#navigation .over strong,
				#navigation .on strong,
				#navigation a:hover b,
				#navigation .over b,
				#navigation .on b {
				cursor:pointer;
				background-image:url(../images/nav_bg.gif);
				background-position:center center;
				}
			
			#navigation .nav-div {
			display:inline-block;
			float:left;
			width:2px;
			/*font-size:0;*/
			text-align:center;
			background-image:url(../images/nav_div.gif);
			background-position:center;
			background-repeat:no-repeat;
			line-height:40px;
			height:40px;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			}
				#navigation .sub-nav {
				position:absolute;
				top:40px;
				left:2px;
				display:none;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:normal;
				text-transform:none;
				line-height:14px;
				z-index:6000;
				}
					#navigation .sub-nav li {
					width:180px;
					height:auto;
					line-height:14px;
					}
						#navigation .sub-nav a {
						float:left;
						display:inline-block;
						width:180px;
						height:auto;
						line-height:14px;
						border-right:none;
						color:#ffffff;
						background:none;
						padding:8px 13px;
						background-color:#383838;
						border-bottom:solid #343434 1px;
						margin:0 0 0 0;
						}
							#navigation .sub-nav a:hover {
							color:#ffffff;
							background-color:#6D9EAD;
							border-bottom:solid #6D9EAD 1px;
							}

							
							
							
	/* MEMBERS BAR */					
	.auth-details {
	height:30px;
	line-height:30px;
	text-align:right;
	color:#adafa7;
	background-color:#f4f2ee;
	border-bottom:solid #eeebe7 1px;
	padding:0 27px;
	}
		.auth-details a {color:#6D9EAD;}
		.auth-details a:hover {color:#000000;}
		.auth-details img {
		vertical-align:middle;
		margin-bottom:1px;
		}
		
		
		
		
		
	/* ROTATING IMAGE */	
	#flash {
	position:relative;
	height:200px;
	z-index:600;
	}
		
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		z-index:800;
		}
		
		#flash table {
		position:absolute;
		left:0px;
		top:0px;
		z-index:700;
		display:none;
		}
		
	#slider {
	width:960px;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	border:none;
    position:relative;
    background:url(../images/loading.gif) no-repeat 50% 50%;
	}
		.slider-over-text td {
		color:#3c332f;
		text-align:right;
		padding:6px 25px 0 720px;
		}
			.slider-over-text td h1 {
			color:#006878;
			font-size:20px;
			}
				
			.slider-over-text td a {color:#3c332f;}
			.slider-over-text td a:hover {}
		
		#slider img {
		position:absolute;
		top:0px;
		left:0px;
		display:none;
		}
		
		#slider a {
		border:0;
		display:block;
		}
		
		#slider-over {
		position:absolute;
		left:0px;
		top:0px;
		z-index:800;
		}
		
		
	
	/* RANDOM IMAGE */
	#random-holder {
	width:960px;
	height:150px;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#f3f7f8;
	border:none;
	}
	
		#random-holder .random-holder-image {
		height:110px;
		font-size:18px;
		font-style:italic;
		padding:20px 30px;
		text-align:right;
		}
			#random-holder a {color:#000000;}
			#random-holder a:hover {color:#6D9EAD;}
		
		
		
	/* FRONT BOXES */	
	#frontbox {}
		
		#frontbox .frontbox-item-white,
		#frontbox .frontbox-item-black {
		float:left;
		width:200px;
		padding:10px 12px;
		}
			#frontbox .frontbox-item-white {background-color:#3A525E;}
			#frontbox .frontbox-item-black {background-color:#CFDCE3;}
		
			#frontbox .frontbox-item-white h2,
			#frontbox .frontbox-item-black h2 {
			font-size:20px;
			line-height:24px;
			font-weight:bold;
			font-style:italic;
			}
		
			#frontbox .frontbox-item-white a,
			#frontbox .frontbox-item-white h2 {color:#ffffff;}
			#frontbox .frontbox-item-black a,
			#frontbox .frontbox-item-black h2 {color:#000000;}
			
			#frontbox .frontbox-item-white a:hover,
			#frontbox .frontbox-item-white a:hover h2 {color:#CFDCE3;}
			#frontbox .frontbox-item-black a:hover,
			#frontbox .frontbox-item-black a:hover h2 {color:#6D9EAD;}
			
			
			
	.categories {
		font-size:14px;
	}
		.categories td {
			padding:10px 5px;
			text-align:center;
			}
			
		.categories a {color:#ffffff;}
		.categories a:hover {color:#42c8dc;}
		
		.categories .allbutton {
		height:34px;
		line-height:34px;	
		}
		
		.categories .allbutton a {
		display:block;
		height:34px;
		line-height:34px;
		font-size:18px;
		padding-left:10px;
		background-image:url(../images/category_button.gif);
		background-position:left 0px;
		background-repeat:no-repeat;
		}
		
			.categories .allbutton a strong,
			.categories .allbutton a b {
			display:block;
			height:34px;
			color:#3c332f;
			line-height:34px;
			padding-right:30px;
			background-image:url(../images/category_button.gif);
			background-position:right 0px;
			background-repeat:no-repeat;
			}
			
			
			.categories .allbutton a:hover {
			background-image:url(../images/category_button.gif);
			background-position:left -40px;	
			}
			
				.categories .allbutton a:hover strong,
				.categories .allbutton a:hover b {
				color:#ffffff;
				cursor:pointer;
				background-image:url(../images/category_button.gif);
				background-position:right -40px;
				}
		

	
	/* BREADCRUMB */
	#breadcrumb {
	font-size:11px;
	line-height:24px;
	padding:4px 20px;
	}

		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	padding:10px 25px 25px 25px;
	}
		
		#main .main-content {
		float:left;
		width:450px;
		margin-top:10px;
		}
		
		#main .main-content2 {
		float:left;
		width:670px;
		margin-top:10px;
		}
		
			
			#main .main-box {
			padding:8px 10px;
			background-color:#e7ecee;
			}
			
			#main .box-blue {
			padding:6px 10px;
			margin:0 0 0 0;
			line-height:18px;
			background-color:#ffffff;
			border-left:solid #c7e4ea 1px;
			border-right:solid #c7e4ea 1px;
			}
		
		
		
		
		/* MAIN SIDE CONTENT */
		#main .main-left {
		float:left;
		width:200px;
		margin-right:20px;
		}

		#main .main-right {
		float:right;
		width:200px;
		}
		
			#main .main-right .img-left,
			#main .main-left .img-left {float:left;margin-right:10px;margin-top:0;margin-bottom:0;text-align:center;}
			#main .main-right .img-right,
			#main .main-left .img-right {clear:right;float:right;margin-left:10px;margin-top:0;margin-bottom:0;text-align:center;}
		
			#main .main-right p,
			#main .main-left p {
			padding:6px 10px;
			margin:0 0 0 0;
			line-height:18px;
			background-color:#ffffff;
			border-left:solid #c7e4ea 1px;
			border-right:solid #c7e4ea 1px;
			}
			
			#main .main-right .side-holder,
			#main .main-left .side-holder {
			padding:6px 10px;
			margin:0 0 0 0;
			line-height:18px;
			background-color:#ffffff;
			border-left:solid #c7e4ea 1px;
			border-right:solid #c7e4ea 1px;
			}
			
				#main .main-right .side-holder p,
				#main .main-left .side-holder p {
				padding:0 0 12px 0;
				}
		
			#main .main-right h5,
			#main .main-right h6,
			#main .main-left h5,
			#main .main-left h6 {
			
			}
			
			#main h5,
			#main h5 {
			line-height:18px;
			font-size:18px;
			font-weight:bold;
			font-style:italic;
			padding:0 0 0 10px;
			color:#006878;
			background-image:url(../images/box_top.gif);
			background-position:left top;
			background-repeat:no-repeat;
			margin-top:10px;
			}
			
				#container3 #main h5,
				#container3 #main h5 {background-image:url(../images/box_blue_top.gif);}
			
				#main h5 b,
				#main h5 b,
				#main h5 strong,
				#main h5 strong {
				display:block;
				line-height:18px;
				font-size:18px;
				font-weight:bold;
				font-style:italic;
				padding:10px 10px 0 0;
				color:#006878;
				background-image:url(../images/box_top.gif);
				background-position:right top;
				background-repeat:no-repeat;
				}
					#container3 #main h5 b,
					#container3 #main h5 b,
					#container3 #main h5 strong,
					#container3 #main h5 strong {background-image:url(../images/box_blue_top.gif);}
			
			#main h6,
			#main h6 {
			line-height:5px;
			height:5px;
			font-size:5px;
			font-weight:bold;
			font-style:italic;
			padding:0 0 0 10px;
			color:#006878;
			background-image:url(../images/box_footer.gif);
			background-position:left bottom;
			background-repeat:no-repeat;
			margin-bottom:10px;
			}
				#container3 #main h6,
				#container3 #main h6 {background-image:url(../images/box_blue_footer.gif);}
			
				#main h6 b,
				#main h6 b,
				#main h6 strong,
				#main h6 strong {
				display:block;
				line-height:5px;
				height:5px;
				font-size:5px;
				font-weight:bold;
				font-style:italic;
				padding:0 0 0 0;
				color:#006878;
				background-image:url(../images/box_footer.gif);
				background-position:right bottom;
				background-repeat:no-repeat;
				}
					#container3 #main h6 b,
					#container3 #main h6 b,
					#container3 #main h6 strong,
					#container3 #main h6 strong {background-image:url(../images/box_blue_footer.gif);}
			
			
			
			
			
			
			
		#main .box-blue h5 {
			
		}
			




	/* MAIN FOOTER */
	#footer {
	width:900px;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	border:none;
	line-height:18px;
	font-size:12px;
	color:#5e524d;
	padding:18px 30px 30px 30px;
	background-image:url(../images/footer_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
		#footer h5 {
		color:#006878;
		font-size:14px;
		font-style:italic;
		padding:0 0 0 0;
		}
		
		#footer .footer-left {
		float:left;
		width:400px;
		text-align:left;
		}
		
		#footer .footer-right {
		float:right;
		width:400px;
		text-align:right;
		}
		
		
		
	/* BASE */
	#base {
	line-height:18px;
	font-size:11px;
	color:#8ca3a7;
	text-align:center;
	padding:0 25px 20px 25px;
	}
		#base a {color:#8ca3a7;}
		#base a:hover {text-decoration:underline;}
		
		
	
	
	
		
		
	/* COMMON PAGE STYLES
	Common styles for database pages. */	
	
	/* NEWS PAGES */
	.news-holder {display:block;}
		.news-holder .news-item {display:block;margin-bottom:10px;}
			.news-holder .news-item .image {
			float:left;
			margin-right:10px;
			overflow:hidden;
			}
		.news-holder .news-detail {display:block;}
			.news-holder .news-detail .image {
			float:right;
			margin-left:10px;
			margin-bottom:10px;
			}
		.news-holder .date {font-size:12px;color:#333333;}
		.news-holder .base {font-size:11px;}
		
		
	.news-summery {}
		.news-summery .news-item {
		color:#000000;
		font-size:12px;
		}
		.news-summery .news-item .text {}
		
		
		
	.date-icon {
	width:60px;
	height:60px;
	line-height:12px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#0f2100;
	padding:5px 0 0 0;
	background-color:#CFDCE3;
	}
		.date-icon .date-number {font-size:24px;line-height:30px;}
		
		
	.date-icon-small {
	float:right;
	width:30px;
	height:36px;
	margin-left:8px;
	line-height:11px;
	font-size:11px;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	padding:4px 0 0 0;
	background-color:#6D9EAD;
	}
		.date-icon-small .date-number {font-size:18px;line-height:20px;}
			
			
		
	/* PHOTO GALLERY PAGES */	
	.gallery-holder {display:block;}
		.gallery-holder .gallery-item {
		float:left;
		width:110px;
		text-align:center;
		}
			.gallery-holder .gallery-item .image {
			width:110px;
			height:90px;
			overflow:hidden;
			}
				.gallery-holder .gallery-item .image img {
				margin-bottom:5px;
				}
				
	
	.gallery-cat-holder {display:block;}
		.gallery-cat-holder .gallery-cat-item {
		float:left;
		width:230px;
		text-align:center;
		}
			.gallery-cat-holder .gallery-cat-item .image {
			width:230px;
			height:180px;
			overflow:hidden;
			}
				.gallery-cat-holder .gallery-cat-item .image img {
				margin-bottom:5px;
				}
	
			
	.photo-holder {
	display:block;
	text-align:center;
	}
	
	.side-gallery-item {
	float:left;
	width:42px;
	}
				
				
				
	/* STAFF PAGES */	
	.staff-holder {
	}
	
		.staff-holder .staff-image {
		}
				
							
				
	/* TESTIMONIALS PAGES */	
	.testimonial-holder {display:block;}
		.testimonial-item {display:block;margin-top:18px;}
		.testimonial-holder .th-person {font-weight:bold;}
			
			
		
	/* FAQS PAGES */
	.faq-holder {display:block;margin-top:18px;}
		.faq-item {display:block;margin-top:0px;margin-bottom:18px;}
		
		
		
	/* LINKS PAGES */
	.links-holder {display:block;margin-top:18px;}
	
	
	
	
	
	
	/* BLOG PAGES */
	.blog-img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;}

	.blog-item-admin {
	padding:5px;
	background-color:#f4f2ee;
	}	
		.blog-item-admin-footer {
		font-size:11px;
		line-height:18px;
		color:#ffffff;
		background-color:#191919;
		padding:0 5px;
		}
			.blog-item-admin-footer .blog-right {
			float:right;
			text-align:right;
			}
			
			.blog-item-admin-footer a {color:#ffffff;}
			.blog-item-admin-footer a:hover {text-decoration:underline;}
			
			
			
		.blog-item-admin-comments {
		padding:10px 0 0 40px;
		background-image:url(../images/comment_arrow.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
		
			.blog-item-admin-footer2 {
			font-size:11px;
			line-height:18px;
			color:#6D9EAD;
			background-color:#CFDCE3;
			padding:0 5px;
			}
				.blog-item-admin-footer2 .blog-right {
				float:right;
				text-align:right;
				}
				
				.blog-item-admin-footer2 a {color:#6D9EAD;}
				.blog-item-admin-footer2 a:hover {text-decoration:underline;}
				
			.blog-item-admin-footer3 {
			font-size:11px;
			line-height:18px;
			color:#ffffff;
			background-color:#3A525E;
			padding:0 5px;
			}
				.blog-item-admin-footer3 .blog-right {
				float:right;
				text-align:right;
				}
				
				.blog-item-admin-footer3 a {color:#ffffff;}
				.blog-item-admin-footer3 a:hover {text-decoration:underline;}
	
	
	
	
	
	
	/* PRODUCTS PAGES */
	.product-item {
	text-align:center;
	padding:4px 4px;
	border:solid #e1e1e1 1px;
	}
		.product-item-image {
		padding-bottom:4px;
		}
		
		.product-gap {}
		
		.product-basegap {
		font-size:0;
		line-height:10px;
		height:10px;
		padding:0 0 0 0;
		margin:0 auto;
		border:none;
		}
		
		
		
		
	
	/* SHOPPING CART PAGES */			
	.shopping-cart-list {}
	
		.shopping-cart-list th {
		font-size:11px;
		font-weight:bold;
		padding:4px 0 4px 0;
		border-bottom:solid #e1e1e1 1px; 
		}
		
		.shopping-cart-list tbody td {
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:solid #f1f1f1 1px; 
		}
		
		.shopping-cart-list .scl-image {
		padding-right:15px;
		}
		
		.shopping-cart-list .scl-products {
		padding-right:15px;
		}
		
		.shopping-cart-list .scl-quantity {
		text-align:center;
		padding-right:15px;
		}
			.shopping-cart-list .scl-quantity input {
			width:30px;
			}
		
		.shopping-cart-list .scl-price {
		text-align:right;
		}
	
		.shopping-cart-list .scl-remove {
		text-align:right;
		padding-left:15px;
		}
			
			.shopping-cart-list .scl-remove .remove-link {
			font-size:10px;
			}
		
		
		
		
	/* NEXT PREVIOUS PAGES */		
	.nextprev {float:right;}
		.nextprev .num {
		color:#333333;
		background-color:#E0E0E0;
		padding:0 4px 0 4px;
		margin-left:3px;
		}
		.nextprev .cur {
		font-weight:bold;
		background-color:#B5B5B5;
		}
		.nextprev .np {
		color:#ffffff;
		background-color:#000000;
		padding:0 4px 0 4px;
		margin-left:3px;
		}
		.nextprev .se {
		color:#A0A0A0;
		background-color:#F3F3F3;
		}
		.nextprev a:hover {
		text-decoration:none;
		color:#CCCCCC;
		background-color:#000000;
		}
			
			
	/* FORM STYLES
	Form styles for standard forms. */	
			
			
	/* Login PAGES */	
	#login {}
		#login .login-form {}
		
			#login .login-form li {
			padding-left:0px;
			background:none;
			}
			
				#login .login-form li label {
				display:inline-block;
				width:200px;
				}
		


	/* MAIN FORM */
	form {
	margin:0 auto; 
	padding:0 0 0 0;
	}
				
		form .req {
		color:#D60309;
		font-weight:bold;
		font-size:12px;
		}
	
		form .label {
		clear:both;
		float:left;
		width:155px;
		font-size:12px;
		font-weight:bold;
		color:#353535;
		line-height:16px;
		text-align:left;
		margin-top:2px;
		margin-right:10px;
		margin-bottom:6px;
		}
		
		form .label2 {
		clear:both;
		float:left;
		width:155px;
		font-size:14px;
		font-weight:bold;
		color:#353535;
		line-height:16px;
		text-align:right;
		margin-top:2px;
		margin-right:10px;
		margin-bottom:6px;
		}
		
			#main .main-right .side-holder form .label,
			#main .main-left .side-holder form .label {
			float:none;
			width:97%;
			margin-bottom:2px;
			}
		
		form .label-details {
		font-weight:normal;
		font-size:11px;
		color:#666666;
		line-height:15px;
		}
		
		form .input {
		float:left;
		width:240px;
		height:25px;
		}
			#main .main-right .side-holder form .input,
			#main .main-left .side-holder form .input {
			float:none;
			width:auto;
			}
		
			form .input input {
			font-size:12px;
			width:240px;
			}
				#main .main-right .side-holder form .input input,
				#main .main-left .side-holder form .input input {width:97%;}
			
		form .select {
		float:left;
		width:240px;
		height:25px;
		}
			#main .main-right .side-holder form .select,
			#main .main-left .side-holder form .select {
			float:none;
			width:auto;
			}
		
			form .select select {
			font-size:12px;
			width:245px;
			}
				#main .main-right .side-holder form .select select,
				#main .main-left .side-holder form .select select {width:97%;}
			
		form .checkbox {
		float:left;
		width:250px;
		}
			#main .main-right .side-holder form .checkbox,
			#main .main-left .side-holder form .checkbox {
			float:none;
			width:auto;
			}
		
		form .radio {
		float:left;
		width:250px;
		}
			#main .main-right .side-holder form .radio,
			#main .main-left .side-holder form .radio {
			float:none;
			width:auto;
			}
		
		form .textarea {
		float:left;
		font-size:11px;
		width:250px;
		height:113px;
		}
			#main .main-right .side-holder form .textarea,
			#main .main-left .side-holder form .textarea {
			float:none;
			width:auto;
			}
		
			form .textarea textarea {
			font-size:12px;
			width:240px;
			height:100px;
			}
				#main .main-right .side-holder form .textarea textarea,
				#main .main-left .side-holder form .textarea textarea {width:97%;}
			
			form .textarea img {
			padding-top:3px;
			}
		
		form .subbut {
		margin-top:2px;
		padding-left:165px;
		padding-bottom:5px;
		}
			#main .main-right .side-holder form .subbut,
			#main .main-left .side-holder form .subbut {
			float:none;
			padding-left:0px;
			}
	
	
		form .form-footer {
		float:left;
		width:250px;
		padding-left:150px;
		font-size:11px;
		color:#666666;
		padding-bottom:5px;
		}
			#main .main-right .side-holder form .form-footer,
			#main .main-left .side-holder form .form-footer {
			float:none;
			width:auto;
			}
		
		
		
		form .subform {}
		
			form .subform th {
			background-color:#CCCCCC;
			}
			
			form .subform td {
			border-bottom:solid #CCCCCC 1px;
			}
			
			form .sub-button-holder {
			text-align:right;
			margin:10px 0;
			}
			
			form .sub-form-holder {
			padding:10px 0;
			border:solid #CCCCCC 1px;
			display:none;
			margin:10px 0;
			}
			
				form .sub-form-holder .subbut2 {
				padding-left:150px;
				}

		
		
		
		
		
		