html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	width: 100%;
	font-size: 100%;
	text-rendering: optimizelegibility;
}
body  {
	background-color:#444;
}

#wrapper {
	/*	background-image: url(doberman.jpg);
	background-repeat: no-repeat;
	background-position: -40px center;*/
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	padding: 0px;
	position:relative;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: -70px;
	margin-left: auto;
} 

#push-top,#push-bottom/*Footer*/
{
	clear: both;
	float: none;
	height: 70px;
	z-index: -1 !important;
}
#header {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	z-index: 1 !important;
	width: 700px;
	height: 110px;
	margin: 0px;
	text-align: center;
	padding: 0px;
	position:relative;
	background-color: #0262AE;
	clear: both;
	background: #E55555; /* old browsers */
	background: -moz-linear-gradient(top, #E55555 0%, #CC0000 75%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E55555), color-stop(75%,#CC0000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E55555', endColorstr='#CC0000',GradientType=0 ); /* ie */
}
#menu-nav {
	font-size: 11px;
	font-weight: bold;
	float: none;
	clear: both;
	margin: 0px;
	width: 700px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #111111;
	border-bottom-color: #111111;
	height: 29px;
	padding: 0px;
}
#menu-nav ul {
	margin: 0px;
	padding: 0px;
}

#menu-nav li {
	float: left;
	margin: 0px;
	text-align: left;
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
}
#menu-nav li a{
	color: #000;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#menu-nav li a:hover,#menu-nav li a.current  {
	color: #fff;
	text-decoration: none;
	background-color: #0262AE;
}
#top-contacts {
	font-size: 10px;
	font-weight: bold;
	float: none;
	clear: both;
	margin: 0px;
	width: 700px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
	height: 28px;
	text-align: center;
	color: #FFD;
	background: #111111;
	/*background: -moz-linear-gradient(top, #CC0000 0%, #E55555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CC0000), color-stop(100%,#E55555));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC0000', endColorstr='#E55555',GradientType=0 );*/
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 1.4em;
}
#top-contacts a {
	color: #FFD;
	text-decoration: none;
}
#top-contacts a:hover {
	color: #cc0000;
	text-decoration: none;
}


#main, #footer table{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 26%;
	padding: 0px;
	width: 740px;
}


#main-left,#footer-left {
	width: 20px !important;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(page_border_left.png);
}
#main-right,#footer-right {
	width: 20px !important;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(page_border_right.png);
}
#main-bottom {
	height: 25px !important;
	background:url(page_border_base.png);
	background-repeat: repeat-x;
	background-position: left top;
}



#main-content{
	z-index: 1 !important;
	position:relative;
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	background-color: #FFFFFF;
	width: 660px;
	clear: both;
	background-image: url(main-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#main-content  ul,#main-content ol {
	font-size: 100%;
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: disc;
	text-decoration: none;
}
#main-content ul li {
	background-image: url(icons/tick.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #003366;
}
#main-content  ol li {
	background-image: none;
	color: #444;
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
}

#main-content p {
	color: #111;
	margin-top: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
}

#main-content a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#main-content a:hover {
	text-decoration: none;
	color: #CC0000;
}
#main-content input, #main-content textarea ,#main-content select{
	color: #333;
	background-color:#eee;
	border: 1px solid #3366CC;
	margin: 4px;
	padding: 2px;
	font-size: 12px;
}
#main-content input:hover,#main-content textarea:hover,#main-content select:hover,#main-content input:focus {
	background-color:#FFF !important;
}
h1 {
	font-size: 10px;
	font-weight: bold;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	color: #FFF;
	margin-left: auto;
	position: absolute;
	margin-bottom: 8px;
	clear: both;
	width: 100%;
	margin-right: auto;
	padding: 0px;
	float: none;
	margin-top: 0px;
	right: 0px;
	bottom: 0px;
}
h2 {
	font-family: 'Ubuntu', serif;
	font-size: 18px;
	font-weight: bold;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color: #0262AE;
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: 'Ubuntu', serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color: #111;
	padding: 0px;
	margin-top: 20px;
	margin-left: 0px;
}

.photo-border {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 9px;
}
.photo-border-gallery {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

/*#footer  {
	z-index: 1 !important;
	color: #FFD;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	clear: both;
	float: none;
	width: 100%;
	margin: 0px;
	height: 45px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: #E55555;
	background: -moz-linear-gradient(top, #E55555 0%, #CC0000 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E55555), color-stop(75%,#CC0000));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E55555', endColorstr='#CC0000',GradientType=0 );
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #111;
	line-height: 15px;
}*/

#footer-wrapper{
	z-index: 1000 !important;
	color: #FFD;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	clear: both;
	float: none;
	width: 100%;
	margin: 0px;
	height: 70px;
	padding: 0px;
}
#footer{
	height: 45px;
	width: 100%;
	z-index: 1000 !important;
	color: #FFD;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	clear: both;
	float: none;
	background: #111111;
	line-height: 15px;
}
#footer-top{
	height: 25px !important;
	background:url(footer_border_top.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer a,#footer a:hover  {
	text-decoration: none;
	color: #FFD;
	background:none;
}
#copyright,#copyright a,#copyright a:hover {
	font-size: 10px;
	color: #111;
}
#bg {
	position:fixed;
	left:-7%;
	top:0px;
	height:100%;
	z-index: -1 !important;
	margin: 0px;
	padding: 0px;
}
#flag,#flag-disabled {
	padding: 0px;
	float: right;
	border: none;
	margin-top: 3px;
	margin-right: 9px;
	margin-bottom: 3px;
	margin-left: 9px;
}
#flag-disabled {
filter:alpha(opacity=50); /* for internet explorer */
opacity: 0.5; /* CSS3 standard */
-moz-opacity:0.50; /* for older gecko browsers */
-khtml-opacity: 0.50; /* for older webkit browsers */
background-color:#FFFFFF; 
}
.ads {
	background-color: #f5f5f5;
	padding: 5px;
	margin: 10px auto;
	margin-left: auto;
	border: 5px solid #0262AE;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	clear: both;
	display: block;
	height: 160px;
	width: 460px;
}

.ads .title {
	font-family: 'Ubuntu', serif;
	font-size: 18px;
	font-weight: bold;
	color: #0262AE;
	text-decoration: none;
	margin-bottom: 15px;
	float: none;
	display: block;
}
label,input,select,textarea{
	font-weight: bold;
	font-size: 11px;
	padding:0;
	margin:0;
	white-space: nowrap;
}
label{
	float: right !important;
	
}
input,select,textarea{	
	padding: 2px;
	color: #444444;
	font-weight: 600;
	width:100%;
	min-width: 200px;
	background:#FFFFFF;
	border: 1px #999999 solid !important;
}
button, input[type="reset"], input[type="button"], input[type="submit"] {
	width: 100px;
	min-width: 100px;
	margin-left: 30px;
	float: right;
	cursor: pointer;
}
textarea{
	min-height:70px;
}