/*
======================================================================================
Глобальный ресет стилей
======================================================================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
strong {font-weight:normal;}
/*
======================================================================================
END
======================================================================================
*/




body {
	background: url(../img/body_bg.jpg);
}
#wrap {
	width: 80%;
	margin: 81px auto;
	min-width:800px;
}
*html wrap{
      width:expression(document.body.clientWidth < 800? "800px": "auto");
}
/*
======================================================================================
Шапка
======================================================================================
*/
#header {
	height: 109px;
	background:url(../img/header_bg.jpg) repeat-x;
}
#headerleft {
	height: 109px;
	background:url(../img/header_left.jpg) no-repeat;
}
#headerright {
   height: 109px;
	background:url(../img/header_right.jpg) no-repeat right;
}
#header .logo-head {
	font: 1.875em Tahoma;
	color: #fff;
	padding: 35px 0 0 35px;
}
#header .sub-logo {
	font:.875em Tahoma;
	color: #fff;
	padding-left: 35px;
}
#header span {
	color: #1f1712;
	padding-left: 40px;
}
#right h1 {
	color: red;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
	
/*
======================================================================================
Слои фона
======================================================================================
*/
#container {
   width: 100%;
   float: left;
   overflow: hidden;
}
#leftborder {
	background:url(../img/border.jpg) repeat-y;
}
#rightborder {
	background:url(../img/border.jpg) repeat-y right;
}
#bgtop {
	background: #e6f2f5 url(../img/contentbg.jpg) repeat-x;
}
#bgbottom {
	background: url(../img/contentb.jpg) repeat-x bottom;
}
#girl {
	background: url(../img/girl.jpg) no-repeat left bottom;
}
#rightcorner {
	overflow: hidden;
	width: 100%;
	background: url(../img/contentbright.jpg) no-repeat right bottom;
}

/*
======================================================================================
НАВИГАЦИЯ
======================================================================================
*/
#left {
	float: left;
	width: 250px;
	position: relative;
}
#left ul {
	list-style: url(../img/list.jpg) ;
	margin: 50px 0 0 80px;
}
#left li {
	padding-top: 5px;
	padding-left: 10px;
}
#left a {
	color: #266d9b;
	font: .875em Tahoma;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}
#news {
      margin: 0 25px 0 60px;
      padding-bottom: 220px;
}
#news h3 {
      font: bold 1em Tahoma;
	color: #4a4a4a;
	text-transform: uppercase;
	padding-top: 25px;
}
#news p {
	font: .6875em Tahoma;
	color: #57636b;
	padding: 10px 0;
      text-align: justify;
}
#news span {
	font-weight: bold;
	color: #008cd2;
}
/*
======================================================================================
Блок с контентом
======================================================================================
*/
#right {
	padding:0 50px 50px 250px;
}
#right h2 {
	font: bold 1em Tahoma;
	color: #4a4a4a;
	text-transform: uppercase;
	padding-top: 25px;
}
#right p {
	font: .6875em Tahoma;
	color: #57636b;
	padding-top: 10px;
}
#right span {
	font-weight: bold;
	color: #008cd2;
}
#right a {
	color: #008cd2;
	text-decoration:underline;
}
#right a:hover {
	text-decoration: none;
}
/*
======================================================================================
Подвал
======================================================================================
*/
#footer {
   clear: both;
	font: .625em Tahoma;
	color: #7a7d81;
	text-align: right;
	padding: 9px 20px 0 0;
}
#footer a {
	text-decoration: underline;
	color: #7a7d81;
}
#footer a:hover {
   text-decoration: none
}


