/* --------------------------------------------------- 
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:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
background-color:#5e2750;
background-image:url(../images/background.gif);
background-position:top;
background-repeat:repeat-x;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {color:#770051;}
a:visited {}
a:hover   {text-decoration:none;color:#ba006e;}
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;}


.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:3px;
height:3px;
padding:0 0 0 0;
margin:0 0 0 0;
background-image:url(../images/divider_bg_white.gif);
background-position:top;
background-repeat:repeat-x;
}

.divider3 {
clear:both;
font-size:0;
line-height:1px;
height:1px;
padding:0 0 0 0;
margin:0 0 0 0;
background-image:url(../images/divider3.gif);
background-position:left;
background-repeat:repeat-x;
}


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


/* 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:0;
margin-bottom:11px;
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/point3.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
	}
	
	.pink-points 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/point2.gif);
	background-position:1px 4px;
	background-repeat:no-repeat;
	}
	
	.brown-points 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:1px 4px;
	background-repeat:no-repeat;
	}




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

#container1 {
width:962px;
text-align:left;
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 0 0 0;
border:none;
}

#container2 {
width:912px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	/* MAIN HEADER */
	#header {
	height:112px;
	background-image:url(../images/header_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:0 25px;
	}
	
		#header #logo {
		float:left;
		display:inline-block;
		}
		

	#header-right {
	float:right;
	width:600px;
	padding-right:26px;
	padding-top:9px;
	}
		#header-right .header-top {
		height:29px;
		text-align:right;
		color:#ffffff;
		line-height:29px;
		}
			#header-right .header-top a {text-decoration:none;color:#5e2750;}
			#header-right .header-top a:hover {text-decoration:underline;}
	
		#header-right .search-box {
		float:right;
		height:29px;
		background-image:url(../images/search_bg.gif);
		background-position:left;
		background-repeat:no-repeat;
		margin-left:25px;
		}
			#header-right .search-box .search-input {
			float:left;
			}
			
			#header-right .search-box .search-input input {
			border:none;
			background:none;
			padding-top:7px;
			padding-left:5px;
			}
			
		#header-right .header-bottom {
		height:44px;
		text-align:right;
		color:#5e2750;
		line-height:44px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		}
			#header-right .header-bottom b,
			#header-right .header-bottom strong {
			font-size:22px;
			}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:40px;
	line-height:40px;
	padding-right:6px;
	padding-bottom:18px;
	}
		
		#navigation td {
		text-align:center;
		}
		
		#navigation a {
		display:inline-block;
		font-size:16px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		color:#770051;
		line-height:20px;
		padding:0 12px;
		}
			#navigation a:hover,
			#navigation .over {
			color:#ba006e;
			text-decoration:underline;
			}
			
			#navigation .on {}
			
			#navigation .nav-div {
			width:3px;
			font-size:0;
			background-image:url(../images/divider_bg_white.gif);
			background-position:left;
			background-repeat:repeat-y;
			line-height:40px;
			height:40px;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			}

		
		
	/* FLASH IMAGE */	
	#flash {
	width:640px;
	height:360px;
	position:relative;
	}
		
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		z-index:800;
		}
		
		#flash table {
		position:absolute;
		left:0px;
		top:0px;
		z-index:600;
		display:none;
		}
		

		
	
	
	/* MAIN CONTENT */
	#main-home {
	line-height:18px;
	background-image:url(../images/inner_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
	
	#main {
	line-height:18px;
	}
	
				.bannerbox{
				height:100px;
				font-size:11px;
				padding:14px 0 5px 14px;
				margin-bottom:10px;
				background-position:center;
				background-repeat:no-repeat;
				font-size:12px;
				}
					.bannerbox a {text-decoration:none;}
					.bannerbox a:hover {text-decoration:underline;}
					.bannerbox b,
					.bannerbox strong {font-size:14px; line-height:22px;}




	
		#left-side {
		float:left;
		width:230px;
		padding-left:21px;
		}
		
		#main #left-side {
		padding-top:49px;
		padding-bottom:30px;
		}
		
			
			#left-side h1,
			#left-side h2,
			#left-side h3,
			#left-side h4,
			#left-side h5 {
			color:#5e2750;
			padding-bottom:5px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
			}
		
		
		
			#left-side .side-nav {
			padding-bottom:15px;
			border-top:solid #dac9d1 1px;
			}
			
				#left-side .side-nav a {
				display:block;
				line-height:16px;
				padding:6px 20px;
				font-size:11px;
				font-weight:bold;
				color:#420f35;
				text-decoration:none;
				background-image:url(../images/side_links.gif);
				background-position:left bottom;
				background-repeat:no-repeat;
				}
					#left-side .side-nav a:hover {
					text-decoration:underline;
					background-image:url(../images/side_links.gif);
					background-position:-230px bottom;
					background-repeat:no-repeat;
					}
		
		
		
		
			
			#left-side .side-testimonial {}
			
				#left-side .side-testimonial .testimonial-bubble {
				padding-bottom:50px;
				background-image:url(../images/testimonial_bubble.gif);
				background-position:bottom;
				background-repeat:no-repeat;
				}
					#left-side .side-testimonial .testimonial-bubble .testimonial-bubble-inner {
					color:#5e2750;
					padding:20px 20px 0 20px;
					background-image:url(../images/testimonial_bubble.gif);
					background-position:top;
					background-repeat:no-repeat;
					}
					
				#left-side .side-testimonial .testimonial-who {
				text-align:right;
				font-size:14px;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-style:italic;
				color:#5e2750;
				padding-right:35px;
				padding-bottom:20px;
				padding-top:5px;
				}
				
					.testimonial-who2 {
					font-size:14px;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-style:italic;
					color:#5e2750;
					}
					
					
					
		#left-side .side-regions {
			height:118px;
			color:#ffffff;
			padding:20px 60px 0 20px;
			background-image:url(../images/local_box_bg.jpg);
			background-position:bottom center;
			background-repeat:no-repeat;
			margin:4px 0 10px 0;
			}
			
		#left-side .side-regions-new-body {
			height:auto;
			color:#ffffff;
			/*padding:20px 60px 0 20px;*/
			background-image:url(../images/regionbody.jpg);
			background-position:top center;
			background-repeat:repeat-y;
			margin:4px 0 10px 0;
			}	
		
		#left-side .side-regions-new-bottom {
			height:auto;
			color:#ffffff;
			/*padding:20px 60px 0 20px;*/
			background-image:url(../images/regionbottom.jpg);
			background-position:bottom center;
			background-repeat:no-repeat;
			/*margin:4px 0 10px 0;*/
			}
			
		
			
		#left-side .side-regions-new-top {
			height:auto;
			color:#ffffff;
			padding:20px 60px 10px 20px;
			background-image:url(../images/regiontop.jpg);
			background-position:top center;
			background-repeat:no-repeat;
			/*margin:4px 0 10px 0;*/
			}
		
		#left-side .side-regions-new-body li a{
		color:#FFFFFF;
		}
		
		
		
		#right-side {
		float:right;
		width:640px;
		}
		
		#main #right-side {
		padding-bottom:10px;
		}
		
			#right-side h1,
			#right-side h2,
			#right-side h3,
			#right-side h4,
			#right-side h5 {
			color:#420f35;
			padding-bottom:14px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
			}
			
			#main #right-side h1,
			#main #right-side h2,
			#main #right-side h3,
			#main #right-side h4,
			#main #right-side h5 {
			color:#5e2750;
			}
		
		

			#main-home #right-side .content {padding:15px 13px;}
			#main #right-side .content {padding:15px 26px 15px 0px;}
			
			
				#main-home #right-side .content .inner-left {
				float:left;
				width:320px;
				padding:0 17px 0 14px;
				background-image:url(../images/divider_bg_brown.gif);
				background-position:right;
				background-repeat:repeat-y;
				}
			
			
			
			
			#right-side .breadcrumb {
			color:#ba006e;
			padding-bottom:15px;
			}
			
			

			#right-side .page-controls {
			height:37px;
			line-height:37px;
			color:#770051;
			font-weight:bold;
			background-position:top;
			background-repeat:no-repeat;
			padding-left:13px;
			margin-bottom:25px;
			}
				#main-home #right-side .page-controls {background-image:url(../images/page_control_bg.gif);}
				#main #right-side .page-controls {background-image:url(../images/page_control_bg_white.gif);}
			
				#right-side .page-controls a {text-decoration:none;}
				#right-side .page-controls a:hover {text-decoration:underline;}
			
				#right-side .page-controls .textSize {
				float:left;
				display:inline-block;
				line-height:37px;
				}
			
				#right-side .page-controls .decreaseFont {
				float:left;
				display:inline-block;
				width:21px;
				height:28px;
				background-image:url(../images/font_small.gif);
				background-position:left 0px;
				background-repeat:no-repeat;
				margin:4px 5px 0 5px;
				}
				
				#right-side .page-controls .increaseFont {
				float:left;
				display:inline-block;
				width:21px;
				height:28px;
				background-image:url(../images/font_big.gif);
				background-position:left 0px;
				background-repeat:no-repeat;
				margin:4px 5px 0 0;
				}
				
				
				#right-side .page-controls .email-link {
				float:right;
				display:inline-block;
				height:37px;
				line-height:37px;
				font-size:11px;
				background-image:url(../images/icon_email.gif);
				background-position:left;
				background-repeat:no-repeat;
				padding-left:26px;
				padding-right:13px;
				}
				
				#right-side .page-controls .print-link {
				float:right;
				display:inline-block;
				height:37px;
				line-height:37px;
				font-size:11px;
				background-image:url(../images/icon_print.gif);
				background-position:left;
				background-repeat:no-repeat;
				padding-left:25px;
				padding-right:13px;
				}
				
				
				
				
				.link-right a {
				float:right;
				display:inline-block;
				padding-left:20px;
				background-image:url(../images/point2.gif);
				background-position:left;
				background-repeat:no-repeat;
				}
				
				
			
			
			#right-side .right-column {
			float:right;
			width:246px;
			padding-bottom:10px;
			}
				#right-side .right-column .linkbox {
				height:86px;
				font-size:11px;
				padding:14px 0 0 14px;
				margin-bottom:10px;
				background-position:center;
				background-repeat:no-repeat;
				}
					.linkbox a {text-decoration:none;}
					.linkbox a:hover {text-decoration:underline;}
					.linkbox b,
					.linkbox strong {font-size:12px;}
				
				
				
			#right-side .cols2 {
			float:left;
			width:307px;
			}
			
			
			#right-side .contacts-left {
			float:left;
			width:200px;
			padding-right:10px;
			padding-top:12px;
			padding-bottom:12px;
			}
			
			#right-side .contacts-right {
			float:left;
			width:220px;
			padding-top:12px;
			padding-bottom:12px;
			}
				#right-side .contacts-right .phone-part {
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:16px;
				font-weight:bold;
				font-style:italic;
				}




	
	
	/* MAIN FOOTER */
	#footer {
	line-height:18px;
	font-size:11px;
	color:#431a39;
	text-align:left;
	background-color:#5e2750;
	background-image:url(../images/footer_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:25px;
	}
		
		#footer .footer-boxes {
		height:140px;
		padding:0 20px;
		margin-bottom:10px;
		}
		
			#footer .footer-boxes .footer-left {
			float:left;
			width:167px;
			height:130px;
			font-size:12px;
			background-image:url(../images/footer_left_bg.gif);
			background-position:left top;
			background-repeat:no-repeat;
			margin-right:10px;
			padding:5px 15px;
			}
				#footer .footer-boxes .footer-left a {
				display:block;
				color:#3b1e29;
				line-height:36px;
				padding-left:20px;
				text-decoration:none;
				font-weight:bold;
				background-image:url(../images/point2.gif);
				background-position:left;
				background-repeat:no-repeat;
				}
					#footer .footer-boxes .footer-left a:hover {
					color:#ba006e;
					text-decoration:underline;
					}
				
			
			#footer .footer-boxes .footer-middle {
			float:left;
			width:222px;
			height:113px;
			color:#3b1e29;
			background-image:url(../images/footer_middle_bg.jpg);
			background-position:left top;
			background-repeat:no-repeat;
			padding:14px 75px 13px 15px;
			}
				#footer .footer-boxes .footer-middle a {color:#3b1e29;text-decoration:none;}
				#footer .footer-boxes .footer-middle a:hover {text-decoration:underline;}
			
				#footer .footer-boxes .footer-middle b,
				#footer .footer-boxes .footer-middle strong {
				font-size:12px;
				}
			
			#footer .footer-boxes .footer-right {
			float:right;
			width:394px;
			height:140px;
			background-image:url(../images/footer_right_bg.gif);
			background-position:right top;
			background-repeat:no-repeat;
			}
				#footer .footer-boxes .footer-right .keep-title {
				line-height:28px;
				font-size:14px;
				font-weight:bold;
				color:#ffffff;
				background-image:url(../images/icon_keep.gif);
				background-position:left 5px;
				background-repeat:no-repeat;
				padding-top:5px;
				padding-left:30px;
				margin-left:12px;
				}
				
				#footer .footer-boxes .footer-right .keep-text {
				font-size:12px;
				color:#3b1e29;
				padding:10px 60px 10px 42px;
				}
					#footer .footer-boxes .footer-right .keep-text a {color:#3b1e29;text-decoration:none;}
					#footer .footer-boxes .footer-right .keep-text a:hover {text-decoration:underline;}
					
					
				#footer .footer-boxes .footer-right .social-networks {
				padding-left:18px;
				}
					#footer .footer-boxes .footer-right .social-networks a {
					padding-right:7px;
					}
			
			
			
		#footer .footer-links {
		line-height:35px;
		text-align:center;
		}
			#footer .footer-links a {text-decoration:none;color:#ffffff;}
			#footer .footer-links a:hover {text-decoration:underline;color:#e3b8d2;}
			
			
		#footer .footer-worldwide {
		font-size:12px;
		font-weight:bold;
		text-align:center;
		line-height:20px;
		height:20px;
		padding-bottom:15px;
		}
			#footer .footer-worldwide a {
			padding-right:8px;
			}
		
		
		
		
		/* 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;
			}
			
			
		/* 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:170px;
			font-size:12px;
			line-height:16px;
			text-align:left;
			margin-top:2px;
			margin-right:10px;
			margin-bottom:6px;
			}
			
			form .label2 {
			clear:both;
			float:left;
			width:170px;
			font-size:14px;
			font-weight:bold;
			line-height:16px;
			text-align:right;
			margin-top:2px;
			margin-right:10px;
			margin-bottom:6px;
			}
			
			form .label-details {
			font-weight:normal;
			font-size:11px;
			color:#666666;
			line-height:15px;
			}
			
			form .input {
			float:left;
			width:250px;
			height:25px;
			}
				form .input input {
				font-size:12px;
				width:240px;
				}
				
			form .select {
			float:left;
			width:250px;
			height:25px;
			}
				form .select select {
				font-size:12px;
				width:245px;
				}
				
			form .checkbox {
			float:left;
			width:250px;
			}
			
			form .radio {
			float:left;
			width:250px;
			}
			
			form .textarea {
			float:left;
			font-size:11px;
			width:250px;
			height:113px;
			}
				form .textarea textarea {
				font-size:12px;
				width:240px;
				height:100px;
				}
				form .textarea img {
				padding-top:3px;
				}
			
			form .button2 {
			margin-top:2px;
			padding-left:180px;
			padding-bottom:5px;
			}
				form .button2 input {
				color:#ffffff;
				font-weight:bold;
				cursor:pointer;
				background-color:#b10067;
				background-image:url(../images/button_bg.gif);
				background-position:center;
				background-repeat:repeat-x;
				border:solid #3c1f33 1px;
				padding-top:5px;
				padding-bottom:5px;
				}
		
		
		.form-under {font-size:11px;color:#936885;}
		
		
		
		
		
		
