.comptee_bg_8 { background-color: #333333; }
.menstee_bg_8 { background-color:  #FFB200; }
.ladiestee_bg_8 { background-color: #8E0012; }

.float-left { float: left; }
.float-right { float: right; }

.align-left { text-align: left; }
.align-right { text-align: right; }

.valign-middle { vertical-align: middle; }

.absolute { position: absolute; }
.relative { position: relative; }

.clear { clear:both; }
.clear-left { clear:left; }
.clear-right { clear:right; }

.hidden { display: hidden; }
.display-hidden { display: hidden; }

body {
	font-family:helvetica,arial,verdana;
	font-size:13px;
	background: #808080;
	color: #555658;
	margin: 0px; padding: 0px;
}

#logo { position: relative; left: 18px; }

#wrapper { margin: 0px auto; width: 981px; }
#outter_container { 
	width: 951px; 
	padding: 10px; 
}
#footer_address {
	float: right;
	width: 250px;
	font-size: 13px;
	color: #ffffff;
}
#footer_tel {
	padding: 4px 0;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.bg_white { background: #ffffff; }
.bg_head_foot { background: #781225; }
.bg_pagetitle { background: #E7E8E9; }

.bg_strokegrad {
 	background:url(../images/bg_strokegrad.gif) repeat-x; 
 	width: 100%; 
	height: 6px;
	margin: 0px; padding: 0px;
}

.tee_blocks { 
	width: 205px; 
	margin: 0p;
	float: left;
	text-align: center;
	color: #ffffff;
	padding: 5px 0 5px 0;
}

.wea_red { color: #af2523; font-weight: bold; font-size: 14px; }
.wea_blue { color: #5273c4; font-weight: bold; font-size: 14px; }
.wea_green { color: #088744; font-weight: bold; font-size: 14px; }

#copyright { color: #ffffff; }
#copyright a { color: #ffffff; text-decoration: none; }
#copyright a:hover { color: #ffffff; text-decoration: underline; }

.container-header { 
	position: relative;
	height: 110px;
	line-height: 110px;
	width: 951px;
	vertical-align: middle;
}

.paginator {
	margin-top: 10px;
}
.paginator a.page-link, .paginator .this-page, .paginator img {
	vertical-align: middle;
}
