@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; }
.clear { clear:both; }

body {
	background-color:#F0F0F0;
	margin:0;
	padding:0;
	
	font:14px "Lucida Sans", Verdana, Arial, Helvetica;
	color:#000000;
	}
	
#layout {
	width:960px;
	margin:0 auto;
	padding:0 7px;
	background:url(images/template/bg-layout.png) repeat-y;
	}
#layout-bottom {
	width:960px;
	margin:0 auto;
	padding:0 7px;
	background:url(images/template/bg-layout-bottom.png) no-repeat top;
	height:10px;
	}	
#header {
	height:300px;
	border-top:10px solid #6B1470;
	}

/*HORIZONTAL MENU*/
#menu-container {
	background:url(images/template/bg-menu.png) repeat-x;
	height:30px;
	}
#menu {
	margin:0;
	padding:0;
	list-style:none;
	}
#menu li { 
	margin:0;
	float:left;
	position:relative;
	padding:0 2px 0 0;
	background:url(images/template/menu-border.png) right no-repeat;
}
#menu li.last { background-image:none; padding:0; }

#menu li a { 
	color:#ffffff;
	display:block;
	line-height:30px;
	text-align:center;
	padding:0 34px;
	text-decoration:none;
	font-size:100%;
	}
#menu li a:hover,
#menu li a.active { 
	color:#FFFF00;
	background-color:#720877;
	text-decoration:none;
}

#menu li a.menu-home {
	background:url(images/template/menu-icon-home.png) 1px 8px no-repeat;
	text-indent:-9000px;
	padding:0;
	width:18px;
	margin:0 15px 0 15px;
	}
#menu li a.menu-contact {
	background:url(images/template/menu-icon-contact.png) 1px 9px no-repeat;
	text-indent:-9000px;
	padding:0;
	width:18px;
	margin:0 20px 0 0;
	}
#menu li ul {
	visibility:hidden;
	top:30px;
	margin:0;
	padding:0;
	position:absolute;
	width:200px;
	list-style:none;
	background-color:#720877;
	border-left:1px solid #5E0063;
	border-right:1px solid #5E0063;
	border-bottom:1px solid #5E0063;
}
#menu li ul li { float:none; border-top:1px solid #FFFFB2; padding:0; background-image:none; }
#menu li ul li.first { border-top:0 none; }
#menu li ul li a { 
	color:#ffffff;
	line-height:28px;
	padding:0 10px 0 15px;
	text-align:left;
	 }
#menu li ul li a:hover { background-color:#821887; }
	
#main { background:url(images/template/bg-main.png) left repeat-y; }

#sidebar-header	{
	float:left;
	width:260px;
	height:300px;
	overflow:hidden;
	background:url(images/template/bg-sidebar-header.jpg) left repeat-y;
}
#slider-header { 
	float:right;
	width:700px;
	height:300px;
	overflow:hidden;
	}

#logo {
	padding:30px;
	text-align:center;
}
#site-description {
	color:#6B1470;
	font-size:1.5em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}
.site-description-sub { font-size:80%; font-weight:bold; }

#sidebar {
	width:260px;
	float:left;
	}
	
#content {
	width:700px;
	float:right;
	}
	
#footer {
	margin:10px;
	text-align:center;
	font-size:90%;
	}	
#home-layout { width:900px; margin:50px auto; }
.home-box {
	border:2px solid #663366;
	width:350px;
	height:220px;
	padding:10px 20px;
	background-color:#FFFFFF;
	}
.home-box p { text-align:justify; }
.home-box h2 a { color:#663366; text-decoration:none; }
.home-box h2 a:hover { color:#009999; }
.home-teen {
	float:left;
	}
.home-group {
	float:right;
	}

.content { padding:20px 30px 20px; line-height:1.3em; }

.gallery-thumb {
	 width:195px;
	 height:90px;
	 float:left; 
	 margin:0 6px 6px 0; 
	 text-align:center; 
	 border:1px solid #CCCCCC;
	 background-color:#efefef;
	 padding:6px 3px; }

.galleries-thumb {
	 width:195px;
	 height:110px;
	 float:left; 
	 margin:0 6px 6px 0; 
	 text-align:center; 
	 border:1px solid #CCCCCC;
	 background-color:#efefef;
	 padding:6px 3px; }

.galleries-thumb img { margin-bottom:5px; }
.galleries-thumb a { text-decoration:none; display:block; }



.field { margin-bottom:10px; }
.field label { display:block; }
.input-text { border:1px solid #999999; }

.registration-form .box { border:1px solid #666666; padding:5px; margin-bottom:10px; }
.registration-form .field { width:300px; float:left; padding:5px; margin-bottom:5px; }
.registration-form .full-field { width:615px; float:none; }
.registration-form .min-field { width:140px; }
.registration-form .field label.label-checkbox { float:none; display:inline; }
.registration-form .field .input-text { width:95%; }

.invalid { border:1px solid #FF0000; }

.sidebar-widgets { padding:20px 10px; }
#sidebar-facebook { width:238px; margin:20px auto; text-align:center; }

.widget{ text-align:center; margin-bottom:20px; }


/*CONTENT*/
h1 { font-size:1.8em; line-height:1.9em; margin:5px 0 20px; }
h2 { font-size:1.6em; margin:5px 0 10px; }
h3 { font-size:1.3m; margin:5px 0 10px; }

p { margin:0 0 20px 0; line-height:1.3em; }

ul, ol {
	margin:10px 30px;
	}
a	{ color:#663366; text-decoration:underline; }
a:hover { color:#009999; }
a img { border: 0; }