﻿@import url(main_menu.css);
@import url(text.css);

body, html {
height:100%;
margin:0;
padding:0;
}

body{
	background-color : transparent;
	/*
	background : White url(../images/menu-background1.jpg) repeat-x center 109px;
	background-image:url(../images/image1.jpg);
	Very kids choice so it has been removed. additionally i have removed line 39
	*/
}

*{
margin:0;
padding:0;
}

a img{
	border : none;
}

:focus {
	outline: none;
}

blockquote, q {
	quotes: none;
}

.clear{
	clear : both;
}

#wrapper {
 min-height:100%;height:auto !important;height:100%;
 width : 940px;
padding : 0px 10px;
 position : relative;
 margin : 0px auto;
/*
 background : transparent url(../images/fon_wrapper.jpg) repeat-y 650px top;
 Very kids choice so it has been removed with the line above
*/
 }
#wrapper .empty {
 height:80px;
 clear : both;
 }
 #wrapper_footer {
 position:relative; 
 margin-top:-60px; 
 background-color : #3a73ca;
 height : 60px;
 min-width : 960px;
 }
 
#header{
	overflow : hidden;
	padding : 20px 0px;
	height : 70px;
}

 #header h1{

	font-size : 50px;
	line-height : 40px;
	color : Black;
}

 #header h1 a{
 
	font-size : 50px;
	line-height : 40px;
	color : #000000;
	text-decoration : none;
}

#header h1 span{
 
	font-size : 18px;
	display : block;
	margin-top : 15px;
	line-height : 18px;
	color : Black;
}

#main_menu{
	background-color : #3a73ca;
	height : 40px;
	margin-bottom : 20px;
	border-left: 1px solid #FFF;
}

#text{
	width : 600px;
	padding : 15px 20px 10px 0;
	float : left;
	overflow : hidden;
	background-color : White;
}

 #text img{
  	padding: 5px;
	border: 0px
}
	
#sidebar{
	width : 260px;
	position:relative;
 	margin-top:-340px; 
	padding : 15px 20px 10px;
	float : right;
	background-color : #d6d7d2;
	/* changed the background */
}

#sidebar ul{
	list-style-type : none;
}

#sidebar li{
	margin-left : 0px;
}

#sidebar img{
  	padding: 5px;
	border: 0px
}

#footer{
	width : 940px;
	overflow : hidden;
	padding : 20px 10px;
	margin : 0px auto;
	height : 20px;
	line-height : 20px;
	color : White;
}

#footer a{
	color : White;
}

#footer .left{
	float : left;
}

#footer .right{
	float : right;
	margin-left : 20px;
}

table td {
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	line-height:17px;
	text-align: left;
	vertical-align: top;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	
	border: 1px solid #bebbbb;
	background-repeat:no-repeat;
	background-position:left;
}

table th {
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	line-height:17px;
	text-align: left;
	
	font-size:11px;
	font-weight:bold;
	color:#403d3d;
	
	border: 1px solid #CCCCCC;
	background-repeat:no-repeat;
	background-position:left;	
}

table {
  	border-collapse: collapse;
	margin: 1px;
	}
		
table img{
  	padding: 1px;
	border: 0px
}	
	
#search input.form-submit {
	margin-left: 1em;
	color: #FFFFFF;
	padding: 10px;
	background: #2FACAC;
	border: 0;
}

#search input.form-text {
	border: solid 1px #8F8F8F;
	padding: 10px;
}

.search-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #f9f9f9;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:4px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.search-submit:hover {
	
	background-color:#3a73ca;
	color:#ffffff;
	text-shadow:1px 1px 0px #666666;
	border:1px solid #3a73ca;
	-moz-box-shadow:inset 0px 1px 0px 0px #3a73ca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3a73ca;
	box-shadow:inset 0px 1px 0px 0px #3a73ca;
}

.search-submit:active {
	position:relative;
	top:1px;
}

.search-words {
     border: 1px solid #aaaaaa;
	 padding:4px 10px;
	 width:175px;
	 margin-bottom: 5px;
	 font-family:arial;
	font-size:12px;
     
 }
 
 .search-words:hover {
     border: 1px solid #aaaaaa;

 }



