
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #B0B0B0 url(/public/images/main_bg_red1.jpg) top repeat-x;
}

a:link, a:visited { color: #9C0101; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #9C0101; text-decoration: underline;}

img {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

h1 {
	color: #9C0101;	
	margin: 0 0 15px 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 25px;
	font-size: 1px;	
}

#container{
	width: 960px;
	margin: 0 auto;
}

/* header */
#header {
	width: 900px;
	padding: 40px 30px 0 30px;
	background: url(/public/images/header_bg_green1.jpg);
}

#header #site_logo {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 0px;
}

#header #site_contacts {
	float: right;
	font-size: 18px;
	
	color: #fff;
	padding: 10px 0;
}
/* end of header */

/* menu */
#menu {
	clear: both;
	position: relative;
	width: 920px;
	margin: 0 20px;
	height: 45px;
	background: url(/public/images/menu_bg_red1.jpg) right no-repeat;
	border-bottom:solid #9C0101 3px;
}

#menu span {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 45px;
	background: url(/public/images/menu_bg_left_red1.jpg) no-repeat;
}

#menu ul{
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#menu ul li{
	float:left;
	padding-right: 5px;
}

#menu li a{
	float: left;
	display: block;
	color: #000;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0px 0 0 8px;	
}
#menu  li a b{
	float: left;
	display: block;
	padding: 4px 24px 0 16px;
}
#menu  li.current a, #menu  li a:hover{
	color: #fff;
	text-decoration: none;
	background: url(/public/images/menu_hover_bg_left_red1.jpg) left top no-repeat; 
}
#menu  li.current a b, #menu li a:hover b{
	color: #fff;
	padding-top: 0px;
	text-decoration: none;
	background: url(/public/images/menu_hover_bg_red1.jpg) right top no-repeat;
}
/* end of menu */



/* content */
#content {
	width: 100%;
	padding: 30px 40px 0px 40px;
	min-height: 500px;
	background: url(/public/images/content_bg_red1.jpg) repeat-y;
}

#content #content_left {
	float: left;
	width: 880px;
}




#content_left p{
	text-align: justify;
	padding-bottom: 10px;
}

#content_left ul {
	margin: 0px;
	padding: 10px 0 0 0;
	list-style:none;
}

#content_left li {
	padding: 0 0 10px 25px;
	background: url(/public/images/list_icon_aqua1.jpg) left top no-repeat;
}


#content_left .content_left_main {
	clear: both;
}

.content_left_main h1 {
	font-size: 24px;
	height: 24px;
	line-height:1em;
	
	padding: 14px 0 0 30px;
	background: url(/public/images/arrow.png) left bottom no-repeat;
}


.content_left_main img {
	margin: 0 15px 5px 0;
	border: 5px solid #DEDEDE;
}

#content_left #column {
	float: left;
	margin-right: 40px;
	width: 250px;
}

#column h1 {
	font-size: 18px;
	height: 20px;
	padding: 19px 0 0 40px;
	background: url(/public/images/arrow.png) left bottom no-repeat;
}



/* end of left column */


/* end of content */

/* footer */
#footer {
	clear: both;
	color: #999;
	width: 960px;
	padding: 20px 0px 20px 0;
	text-align: center;
	background: url(/public/images/footer_bg_grey1.png) top center no-repeat;
	height: 80px;
}

#footerinner {
	margin: 0 20px 0 20px;
	background: url(/public/images/pay_logos.png) bottom right no-repeat;
	height: 80px;
}
#footer a{
	color: #666666;
	font-weight: normal;
}
/* end of footer */
