* {
	margin: 0;
	padding: 0;
}
div, p {margin: 0;}
body {
	font-family: times new roman; /*sans-serif;*/
	font-size: 100%;
	text-align: center;
	background-color: #EDFAFF
}

img {
	border: none;
}

a, a:visited {
	color: #901E76;
	text-decoration: none;
	outline: none;
}

#pageWrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	background-image: url(../../img/layout/main/background2.jpg);
	background-repeat: repeat-x;
}

#topContent {
	background-image: url(../../img/layout/main/top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	margin: 0 auto;
	height: 118px;
}
#topContent h1 {
	position: absolute;
	margin-top: -100px;
}
#mainContent {
	background-image: url(../../img/layout/main/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}

#contentWrapper {
	width: 948px;
	margin: 0px auto;
	background-color: #C9D6DA;
	background-image: url(../../img/layout/main/cbg4.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px
}

#contentBg {
	width: 926px;
	margin: 0px auto;
}

#leftContent {
	text-align: left;
	width: 658px;
	float: left;
	background-color: #FFF;
	margin-right: 10px;
}

#rightContent {
	width: 258px;
	float: left;
}

#footer {
	margin: 15px auto;
	width: 948px;
	background-image: url(../../img/layout/main/ehir_mini.jpg);
	background-repeat: no-repeat;
}

#footer p {
	font-size: 85%;
	text-align: right;
	padding: 5px 0;
}

#menu {
	margin: 2px auto;
	width: 654px;
	background-image: url(../../img/layout/main/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
}/*
#topmenu_links li {
	float: left;
	list-style-type: none;
	position: relative;
}
#topmenu_links li a, #topmenu_links li a:visited {
	color: #FFF;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	margin-right: 5px;
}

ul.submenulinks {
	display: block;
	width: 654px;
	text-align: left;
}
.submenulinks li{
	background-color: #eeeeee;
	border: 1px solid #000;
	padding: 10px;
	height: auto;
	float: left;
}
*/

ul#topmenu_links {
	margin: 0; padding: 0;
	float: left;
	width: 654px;
	list-style: none;
	position: relative; 
	font-size: 70%;
}
ul#topmenu_links li {
	float: left;
	margin: 0; padding: 0;
	text-align: center;
}
ul#topmenu_links li .toplink_1 {
	width: 110px;
}

ul#topmenu_links li .toplink_2 {
	width: 110px;
}

ul#topmenu_links li .toplink_3 {
	width: 116px;
}

ul#topmenu_links li .toplink_4 {
	width: 86px;
}

ul#topmenu_links li .toplink_5 {
	width: 100px;
}

ul#topmenu_links li .toplink_6 {
	width: 108px;
}

ul#topmenu_links li a {
	padding: 6px 2px 8px 2px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #F0F0F0;
	text-decoration: none;
	
	
}
ul#topmenu_links li:hover {  }

ul#topmenu_links li ul  {
	position: absolute;
	top:28px; left: 0;
	display: none; 
	width: 653px;
	color: #fff;
	/*-moz-border-radius-bottomright: 6px;
	-khtml-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;*/
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
	margin: 0 0px; 
}

ul#topmenu_links li.navigation_1 ul,ul#topmenu_links li.navigation_5 ul {
	background: #C2E192;
	background-image: url(../../img/layout/main/menu_green.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
ul#topmenu_links li.navigation_2 ul,ul#topmenu_links li.navigation_6 ul {
	background: #C88EBB;
	background-image: url(../../img/layout/main/menu_purple.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
ul#topmenu_links li.navigation_3 ul {
	background: #9DD9E1;
	background-image: url(../../img/layout/main/menu_blue.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
ul#topmenu_links li.navigation_4 ul {
	background: #F3BB8B;
	background-image: url(../../img/layout/main/menu_orange.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

ul#topmenu_links li ul li {
	float: left;
	padding: 4px 0;
	list-style-type: none;
}

ul#topmenu_links li ul li a {
	display: block;
	color: #F0F0F0;
	margin: 0 5px;
	text-decoration: none;
	font-size: 10px;
}



ul#topmenu_links li ul li a { display: inline; } 
ul#topmenu_links li ul li a:hover {text-decoration: underline;}


.clearfix{
	clear: both;
}

h2.page_title {
	text-transform: uppercase;
	color: #84C225;
	background: #FFF;
	padding: 45px 0 10px 10px;
}

.content {
	font-size: 85%;
	padding: 10px;
}
#contactForm {
	margin-left: 10px;
	margin-top: 10px;
}

#contactForm label {
	margin: 5px 0;
	display: block;	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #5F5F5F;
}

#contactForm div.input.text input{
	width: 280px;
	background-color: #F2F4F4;
	border: 1px solid #3AB2C2;
	padding: 6px 0;
}

#contactForm div.input.captcha input{
	width: 150px;
	background-color: #F2F4F4;
	border: 1px solid #3AB2C2;
	padding: 6px 0;
}

#contactForm div.input.textarea textarea {
	background-color: #F2F4F4;
	border: 1px solid #3AB2C2;
	padding-top: 5px;
	width: 350px;
	height: 250px;
}
#contactForm div.submit{
	margin-top: 10px;
}
#contactForm div.submit input{
	background-color: #F2F4F4;
	border: 1px solid #3AB2C2;
	padding: 5px;
	color: #0C7185;
	font-weight: bold;
	margin-bottom: 50px;
}

#contactForm div.error-message{
	padding:3px;
	color: #FF0F46;
	background-color: #EFB3C1;
	font-weight: bold;
	border: 1px solid #FF0F46;
	width: 80%;
	margin: 2px;
}
.info {
	
}

.smaller{
	font-size: 0.8em;
}
.red {
	color: #E50000;
	background-color: inherit;
}

.right2box {
	background-color: #FFF;
	padding: 10px 0;
}

.right2box .box {
	margin-bottom: 10px;
}

#free_advert_panel {
	background-color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	width: 258px;
}
#free_advert_panel h2 {
	margin-top: 10px;
	font-size: 90%;
}
#important-picture {
	width: 250px;
}
#generatedLinks {
	margin: 5px auto;
	width: 200px;
}

.numberbox {
	display: block;
	float: left;
	width:auto;
	font-size: 80%;
	/*border: 1px solid #901E76;
	background-color: #C794AD;*/
	background-image: url(../../img/layout/main/potty.png);
	background-repeat: no-repeat; 
	color: #FFF;
	width: 15px;
	height: 15px;
	/*padding: 2px 3px;/
	margin: 2px 2px 0 0;*/
	text-indent: -5000px;
	outline: none;
}
.numberbox.selected {
	background-image: url(../../img/layout/main/potty_active.png);
	background-repeat: no-repeat;
}

.strigo {
	display: block;
	width:253px;
	margin: 0 auto;
}

#advert_panel {
	background-color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	width: 260px;
}
#advert_panel h2 {
	padding-top: 10px;
	font-size: 120%;
}


#advert_panel ul  li.toggle{
	margin-left: 15px;
	cursor: pointer;
	display: none;
	list-style-type: square;
}

.toggle {
	color: #758084;	
}

li.toggle ul {
	margin-left: 25px;
	display: none;
	list-style-type: square;
}


#advert_panel div {
	width: 210px;
	text-align: left;
	margin: 0 auto;
}
#advert_panel div a.region, #advert_panel div a.region:visited {
	color: #3380F3;
	background-color: #FFF;
	font-weight: bold;
	display: block;
}
a.adverts_popup {
	visibility: hidden;
}
