
/* general page styles */
div, p, h1, h2, h3, td, th, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b5b5d;
}

input, select, textarea {
	font-size: 11px;
	font-family: Tahoma;	
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 56px;
	font-weight: normal;
	
	color: #00b2d6;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	
	color: #FFF;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	
	color: #00b2d6;
	padding-top: 10px;
}


h4 {
	font-size: 16px;
	font-weight: normal;
	
	color: #00b2d6;
	padding-top: 10px;
}

h5 {
	font-size: 13px;
	font-weight: normal;
	
	color: #00b2d6;
	padding-top: 10px;
}

p {
	margin-top: 8px;
	margin-bottom: 12px;
	padding: 0px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat-x;
	background-color: #eff3f4;
	
	overflow-y: scroll;
}

/* font styles */
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* layout styles */
.container {
	text-align: left;
	margin: auto;
	width: 1024px;
}

/* header */
.header .logo {
	padding-top: 30px;
	padding-bottom: 5px;	
}

.header .menu {	
	min-height: 202px;
	margin-bottom: 15px;
	
	position: relative;
}

.header .menu p, .header .menu a {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

.header .menu ul {
	padding: 0px;
	margin: 0px;
}

.header .menu ul li, .header .menu ul li .image, .header .menu ul li .black {
	width: 250px;
}

.header .menu ul li, .header .menu ul li .image {
	height: 200px;	
}

.header .menu ul li {
	list-style: none;
	margin: 0px;
	margin-right: 4px;
	
	position: relative;
	vertical-align: bottom;
	
	float: left;
}

.header .menu ul li .image {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	
	opacity:0.6;
	filter:alpha(opacity=60);
	
	background-image: url(../images/layout/menu-2.jpg);
}

.header .menu ul li .black {
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	height: 32px;
	z-index: 1;
	background-color: #000;
	opacity:0.3;
	filter:alpha(opacity=50);
}

.header .menu ul li:hover .image { 
	opacity:1;
	filter:alpha(opacity=100);
}

.header .menu ul li:hover .image, .header .menu ul li:hover {
	cursor: pointer;
}

.header .menu ul li:hover a {
	text-decoration: underline;	
}

.header .menu .item_2 {
	background-position: -255px 0px;
}

.header .menu .item_3 {
	background-position: -510px 0px;
}

.header .menu .item_4 {
	background-position: -765px 0px;
}

.header .menu .item_5 {
	background-position: -820px 0px;
}

.header .menu ul li p {
	position: relative;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	top: 168px;
	
	z-index: 2;
}

.content {
	clear: both;	
}

.content .hr {
	background-image: url(../images/layout/dots-hrule.png);
	background-repeat: repeat-x;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

a {
	color: #007D96;
	text-decoration: none;
}

a:hover {
	color: #004553;
	text-decoration: underline;
}

/* images */
img {
	border: 0px;
}


/* footer */
.footer {
	background-image: url(../images/layout/dots-hrule.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	
	margin-top: 13px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	min-height: 25px;
}

.footer .client_login { float: left; }
.footer .other { float: right; }
.footer .other ul {
	margin: 0px;
}

.footer .other ul li {
	list-style: none;
	margin: 0px;
	float: left;
	margin-left: 20px;	
}

.footer, .footer p, .footer a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #01b1da;
}