@charset "utf-8";
/* CSS Document */

/*----------BASIC CSS----------*/
html {
}

body, html {
	background-color:#000000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

h1 {
}

h2 {
}

h3 {
}

img {
	border:none;
}

.clear {
	clear:both;
}

#wrapper {
	width:798px;
	margin:0 auto;
}

/*----------HEADER BEGIN----------*/
#header_container {
	width:798px;
	height:197px;
}

#header_logo {
	background:url(../images/header_logo.jpg);
	float:left;
	width:621px;
	height:197px;
}
/*----------HEADER END----------*/

/*----------NAVIGATION BEGIN----------*/
#navigation {
	float:left;
	width:177px;
	height:197px;
}

#navi {
	background:url(../images/main_navigation.jpg);
	width:177px;
	height:197px;
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	padding:0;
	position:relative;
}

#navi li {
	display:inline;
}

#navi li a {
	float:left;
	padding-left:177px;
	background:url(../images/main_navigation.jpg);
}

#navi li#top a {
	height:18px;
	background-position:0px 0px;
}

#navi li#home a {
	height:36px;
	background-position:0px -18px;
}
#navi li#home a:hover {
	background-position:-177px -18px;
}
#navi li#home span a {
	background-position:-177px -18px;
}

#navi li#prof a {
	height:35px;
	background-position:0px -54px;
}
#navi li#prof a:hover {
	background-position:-177px -54px;
}
#navi li#prof span a {
	background-position:-177px -54px;
}

#navi li#serv a {
	height:35px;
	background-position:0px -89px;
}
#navi li#serv a:hover {
	background-position:-177px -89px;
}
#navi li#serv span a {
	background-position:-177px -89px;
}

#navi li#towe a {
	height:35px;
	background-position:0px -124px;
}
#navi li#towe a:hover {
	background-position:-177px -124px;
}
#navi li#towe span a {
	background-position:-177px -124px;
}

#navi li#cont a {
	height:38px;
	background-position:0px -159px;
}
#navi li#cont a:hover {
	background-position:-177px -159px;
}
#navi li#cont span a {
	background-position:-177px -159px;
}
/*----------NAVIGATION END----------*/

/*----------CONTENT BEGIN----------*/
#content_container {
	background:url(../images/container_mid.gif) repeat-y;
	width:798px;
	margin:0;
	padding:0;
}

#content_Top {
	position:relative;
	z-index:1;
	margin:0;
	padding:0;
	background:url(../images/container_top.gif);
	width:798px;
	height:55px;
}

#content_Mid {
	position:relative;
	z-index:5;
	margin:-30px 0 0 0;
	padding:0;
	width:798px;
}

#lt {
	margin:0;
	padding:0;
	width:552px;
	float:left;
}

#lt p {
	margin:0;
	padding:10px 13px 0 59px;
	font-size:9pt;
}

#lt ul {
	margin:0;
	padding:10px 13px 0 75px;
	font-size:9pt;
}

#lt li {
	margin:0;
	padding:0 0 10px 0;
	font-size:9pt;
}

#lt a {
	color:#af2230;
}

.heading2 {
	color:#af2230;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
}

#contactTable {
	margin:0 0 0 0;
	padding:10px 13px 0 59px;
	font-size:9pt;
	text-align:justify;
}

#rt {
	margin:0;
	padding:0;
	width:246px;
	float:left;
}

#rt p  {
	margin:0 0 0 0;
	padding:0 50px 7px 13px;
}
/*----------CONTENT END----------*/

/*----------FOOTER BEGIN----------*/
#footer {
	position:relative;
	z-index:1;
	margin:-75px 0 0 0;
	padding:0;
	background:url(../images/container_bot.png);
	width:798px;
	height:200px;
}

#footer_Nav {
	position:relative;
	z-index:2;
	margin:-90px 0 0 0;
	padding:0;
	text-align:center;
}

#footer_Nav p {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:8pt;
	color:#FFFFFF;
}

#footer_Nav a {
	padding:0 0 0 25px;
	text-decoration:none;
	font-size:8pt;
	color:#FFFFFF;
}

#footer_Nav a:hover {
text-decoration:underline;
}
/*----------FOOTER END----------*/
