
* {
	margin:0px;
	padding:0px;
}

body { background:#FFFFFF url(img/bg.gif) repeat-x scroll center top; }

body, td, th, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

a {
	color:#CB326C;
	text-decoration:none;
	outline:none;
}

a:hover { text-decoration:underline; }

img { border:0px; }

ul { margin: 8px 0 8px 16px; }

#wrap {
	width:996px;
	margin:0px auto;
	background:url(img/wrap_bg.gif) repeat-y top center;
}

/*HEADER*/
.header {
	width:996px;
	height:358px;
	background:url(img/header.jpg) no-repeat top left;
}

.header .logo { padding:20px 0px 0px 15px; }

.header .logo a {
	display:block;
	width:315px;
	height:88px;
}

.header .text {
	margin:62px 0px 0px 54px;
	width:360px;
	height:148px;
	overflow:hidden;
}

.header .text .headline4 h1 {
	font-size:20px;
	color:#013B8D;
	font-weight:normal;
	padding:10px 10px 0px 10px;
	margin:0px;
}

.header .text .content4 {
	font-size:14px;
	color:#464646;
	padding:2px 10px 0px 10px;
}

/**********************************/

/*CONTENT*/
.content {
	width:928px;
	background:url(img/content_bg.gif) no-repeat bottom center;
	margin:auto;
	padding:0px 34px 28px 34px;
}

.content .left {
	width:210px;
	float:left;
	margin-right:20px;
}

.content .center {
	width:430px;
	float:left;
	border:solid 1px #D2D2D2;
	background:url(img/center_bg.gif) repeat-x bottom left;
	padding:10px 18px;
}

.content .right {
	width:210px;
	float:right;
}

.content .right2 {
	width:660px;
	float:right;
	border:solid 1px #D2D2D2;
	background:url(img/center_bg.gif) repeat-x bottom left;
	padding:10px 18px;
}

/************************************/

/*LATEST NEWS*/
.latest_news {
	background:#0B4393 url(img/latest_news_bg.gif) repeat-x bottom left;
	width:190px;
	margin-bottom:10px;
	height:134px;
	overflow:hidden;
	padding:6px 10px 10px 10px;
}

.latest_news h1 a, .latest_news h1 a:hover {
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
}

.latest_news .title { margin-top:4px; }

.latest_news .title a {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.latest_news .cont { line-height:13px; }

.latest_news .cont a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

.news_title a, .news_title a:hover {
	color:#0B4393;
	font-size:18px;
	text-decoration:none;
	display:block;
	padding-bottom:5px;
}

.details { text-align:right; }

.details a, .details a:hover {
	color:#0B4393;
	font-size:12px;
	text-decoration:none;
}

.details a:hover { text-decoration:underline; }

/***********************************/

/*FOOTER*/
.footer {
	color:#4B4B4B;
	text-align:center;
	padding-bottom:30px;
}

.footer a {
	color:#4B4B4B;
	text-decoration:none;
}

.footer a:hover {
	color:#F52E7A;
	text-decoration:none;
}

.footer p {
	color:#A7A7A7;
	font-size:10px;
	margin-top:5px;
}

/*************************************/

/*BOXES*/
.boxes { margin-top:20px; }

.boxes .box {
	width: 276px;
	border: 1px solid #D2D2D2;
	float: left;
	padding: 8px 10px;
	color: #666666;
	background: #F4F5F6 url(img/box_bg.gif) repeat-x left top;
	margin-right: 17px;
	height: 138px;
}

.boxes .box h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #cb326c;
	padding-bottom: 8px;
	margin-left: -1px;
}

.boxes .box h1 strong { color: #013b8d; }

.boxes .last { margin-right: 0; }

.boxes ul {
	color:#CB326C;
	font-size:11px;
	font-weight:bold;
	list-style-image:url(img/li_style1.gif);
	margin:5px 10px 0px 20px;
}

.boxes ul li { margin-bottom:6px; }

.ul_1 {
	color:#CB326C;
	font-size:12px;
	list-style-image:url(img/li_style1.gif);
	margin:10px 10px 0px 40px;
}

.ul_1 li { margin-bottom:6px; }

.ul_1 a, .ul_1 a:hover, .ul_2 a, .ul_2 a:hover {
	color:#CB326C;
	font-size:12px;
	text-decoration:none
}

.ul_1 a:hover, .ul_2 a:hover { text-decoration:underline; }

.ul_2 {
	font-size:12px;
	list-style-image:url(img/li_style1.gif);
	margin:10px 10px 3px 40px;
}

.ul_2 li { margin-bottom:6px; }

ol {
	margin:10px 0px 10px 40px;
	font-size:12px;
}

ol li { margin-bottom:10px; }

.headline4 {
	font-weight:bold;
	color:#121212;
	font-size:14px;
	letter-spacing:-1px;
	margin-bottom:5px;
}

/************************/

/*Form style*/

.contact-form td { padding-bottom: 10px; }

.contact-form td label {
	display: block;
	margin-right: 10px;
}


.txtform {
	border: solid 1px #A8A696;
	height:15px;
	width:140px;
	padding:2px 3px;
	display: block;
}

.ddbox {
	border:solid 1px #A8A696;
	width:258px;
	font-family:Tahoma;
	font-size:12px;
	padding:2px 0px;
}

.textform {
	border:solid 1px #A8A696;
	width:140px;
	display: block;
	padding:2px 3px;
}

.button {
	border: solid 1px #A8A696;
	padding: 4px 8px;
	background: #FFF;
	color:#262626;
	font-weight: bold;
}

/* Customers List*/

ul.customer_list {
	margin: 0;
	padding: 0;
}

ul.customer_list li {
	list-style: none;
	position: relative;
	border-bottom: 1px solid #cccccc;
	padding: 8px 0;
	height: 80px;
	z-index: 1;
}

ul.customer_list li h1 {
	position: absolute;
	width: 240px;
	bottom: 10px;
	right: 0;
	text-align: right;
	padding: 0;
	margin: 0;
}

ul.customer_list li h1 a {
	display: block;
	padding: 4px 0 0 0;
	margin: 0;
}

ul.customer_list li img {
	position: absolute;
	bottom: 10px;
	z-index: 2;
}

/* Clear Float Fix Problem */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }
