*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #003259;
	background-color: #E9ECF4;
	font-size: 0.7em;
}

html {
	height:100%;
}

.clearer {
	clear: both;
}

a {
	color: #003259;
	text-decoration: none;
}

a:hover {
	color: #c1eeff;
	text-decoration: underline;
}

#container-home {
	width: 926px;
	text-align: left;
	margin: 0 auto;
	height: 634px;
	background-image: url(../images/webdesign/bg.jpg);
	background-repeat: no-repeat;
}

#container-specializations {
	width: 926px;
	text-align: left;
	margin: 0 auto;
	height: 634px;
	background-image: url(../images/webdesign/bg2.jpg);
	background-position: center 0;
}

#container-clients {
	width: 926px;
	text-align: left;
	margin: 0 auto;
	height: 634px;
	background-image: url(../images/webdesign/bg4.jpg);
	background-position: center 0;
}

#container-about {
	width: 926px;
	text-align: left;
	margin: 0 auto;
	height: 634px;
	background-image: url(../images/webdesign/bg3.jpg);
	background-position: center 0;
}

#header {
	background-color: #517693;
	width: 926px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#logo  {
	background-image: url(../images/webdesign/logo.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 260px;
	float: left;
	margin-left: 12px;
}

#contact {
	height: 50px;
	float: right;
	background-image: url(../images/webdesign/envelope.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
	color: #FFFFFF;
	background-position: 0px 3px;
	margin-bottom: 11px;
	margin-right: 20px;
}

#contact a {
	color: #FFFFFF;
}

#contact a:hover {
	color: #c1eeff
}

#nav {
	width: 682px;
	list-style: none;
	margin-left: 171px;
}
	
#nav li {
	text-decoration: none;
	float: left;
	margin-right: 43px;
}

#nav a {
	display: block;	
}

#nav a:hover  {
	background-position: 0 -25px; /* sliding door nav */
}

li#nav-home a {
	background: url(../images/webdesign/nav-home.gif) no-repeat 0 0;
	width: 67px;
	height: 26px;
}

li#nav-specializations a {
	background: url(../images/webdesign/nav-specializations.gif) no-repeat 0 0;
	width: 155px;
	height: 26px;
}

li#nav-clients a {
	background: url(../images/webdesign/nav-clients.gif) no-repeat 0 0;
	width: 90px;
	height: 26px;
}

li#nav-about a {
	background: url(../images/webdesign/nav-about.gif) no-repeat 0 0;
	width: 99px;
	height: 26px;
}


body#home #nav-home a {
	border-top: 5px solid #ad003d;
	margin-top: -5px;
}

body#specializations #nav-specializations a {
	border-top: 5px solid #ad003d;
	margin-top: -5px;
}
body#clients  #nav-clients  a {
	border-top: 5px solid #ad003d;
	margin-top: -5px;
}

body#about #nav-about a {
	border-top: 5px solid #ad003d;
	margin-top: -5px;
}

#main {
	width: 400px;
	float: left;
	display: inline;
	line-height: 1.5em;
	margin-top: 28px;
	margin-right: 180px;
	margin-bottom: 28px;
	margin-left: 200px;
	text-align: justify;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
} 

#main-specializations {
	width: 926px;
	float: left;
	display: inline;
	line-height: 1.5em;
	margin-top: 28px;
	margin-bottom: 28px;
	text-align: justify;
}

#main-specializations-left {
	width: 200px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	margin-left: 248px;
	line-height: 1.5em;
}

#main-specializations-right {
	width: 200px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.text-highlight {
	font-weight: bold;
	color: #AD003D;
}

.blue-highlight {
	color: #0079C1;
	font-size: 1.1em;
}

#main-specializations-left li {
	list-style-type: none;
}

#main-specializations-left ul ul {
	padding-left: 10px;
	padding-bottom: 10px;
}

#main-specializations-right li {
	list-style-type: none;
}

#main-specializations-right ul ul {
	padding-left: 10px;
	padding-bottom: 10px;
}

#footer {
	height: 120px;
	width: 926px;
	background-color: #517693;
	margin: 0 auto;
}

#footer-specializations {
	height: 120px;
	width: 926px;
	background-color: #415651;
	margin: 0 auto;
}

