﻿/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

body { 
	width:990px;
	margin:0 auto;
	text-align:center;
	background-color:#7289a1;
	font-size:62.5%;
	font-family:"Times New Roman", "Trebuchet MS", serif;
	color:#132e5c;
}

#content {
	width:990px;
	background-color:#a9bed4;
}

#hold {
	width:990px;
	background-color:#a9bed4;
	float:left
}

#left {
	width:191px;
	float:left;
	background-color:#a9bed4
}

#nav {
	clear:both;
	margin:20px 0 0 8px;
	font-size:1.4em;
	color:#cadded;
	font-family:Verdana, Arial, Sans-Serif;
	font-weight:bold;
	text-align:left
}

	#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a { 
		width:167px;
		height:35px;
		display:block;
		margin:1px 0 0 5px
	}
	
	#nav1 a:link, #nav1 a:visited {background:url(../images/nav-home.gif) no-repeat top center}
	#nav1 a:hover, #nav1 a:active, #nav1 a.nav-on {background:url(../images/nav-home-ro.gif) no-repeat top center}

	#nav2 a:link, #nav2 a:visited {background:url(../images/nav-credentials.gif) no-repeat top center}
	#nav2 a:hover, #nav2 a:active, #nav2 a.nav-on {background:url(../images/nav-credentials-ro.gif) no-repeat top center}

	#nav3 a:link, #nav3 a:visited {background:url(../images/nav-reviews.gif) no-repeat top center}
	#nav3 a:hover, #nav3 a:active, #nav3 a.nav-on {background:url(../images/nav-reviews-ro.gif) no-repeat top center}

	#nav4 a:link, #nav4 a:visited {background:url(../images/nav-mp3s.gif) no-repeat top center}
	#nav4 a:hover, #nav4 a:active, #nav4 a.nav-on {background:url(../images/nav-mp3s-ro.gif) no-repeat top center}

	#nav5 a:link, #nav5 a:visited {background:url(../images/nav-contact.gif) no-repeat top center}
	#nav5 a:hover, #nav5 a:active, #nav5 a.nav-on {background:url(../images/nav-contact-ro.gif) no-repeat top center}

	#nav ul {
		list-style:none
	}
	
	#nav li {
		list-style:none
	}
	
	#quote2 {
		padding:20px 10px 10px 15px; 
		color:#fff;
		text-align:left;
		font-size:1.4em;
		font-weight:500;
		line-height:18px;
		letter-spacing:-.008em
	}
	
	#hp-pic {
		width:170px;
		margin:0 auto;
		text-align:center;
		padding:5px;
		border:solid 1px #d3e0ed
	}
	
#right {
	width:799px;
	float:left
}

#header {
	width:799px;
	height:112px;
	background:url(../images/header.jpg) no-repeat top center
}

#quote {
	color:#fff;
	font-size:1.8em;
	margin:0;
	*margin:92px 0 0 40px;
	padding:92px 0 0 40px;
	*padding:0;
	text-align:left;
	letter-spacing:.1em;
	*letter-spacing:.2em
}

#right-bot {
	/*min-height:300px;*/
	background-color:#fff;
	padding:20px 20px 20px 20px;
	text-align:justify;
	font-size:1.2em;
	line-height:18px;
	/*margin-bottom:20px*/
}

#right-bot p {margin-top:15px}

h2 {
	font-size:2.0em;
	color:#a9bed4;
	font-weight:bold;
	line-height:40px
}

#audio, #credentials2 {
	margin-top:20px;
	line-height:28px
}

#credentials1 {
	margin-top:20px;
	line-height:20px
}

#audio {background:url(../images/earphones.jpg) no-repeat top right}

	#audio ul, #credentials1 ul, #credentials2 ul, #reviews ul {list-style:none}
	#audio li, #credentials1 li, #credentials2 li {
		list-style:none;
		margin-left:20px;
		padding-bottom:5px;
		text-align:left
	}

	#reviews li {
		margin:20px 10px 0 0;
		padding:10px 10px 0 0;
		font-style:italic;
		border-top:solid 1px #a9bed4
	}
	
.edPrep1 {
	clear:both;
	width:150px;
	float:left;
	font-weight:bold;
	text-align:right; 
	padding:10px 5px 0 0;
	margin-bottom:10px
	/*border-bottom:dashed 1px #a9bed4*/
}

.edPrep2 {
	width:500px;
	float:left;
	text-align:left;
	padding:10px 0 0 5px;
	margin-bottom:10px;
	border-bottom:dashed 1px #a9bed4
}

	#audio li p {
		background:url(../images/ico_mp3.gif) no-repeat top left;
		padding-left:35px
	}

	#credentials1 li, #credentials2 li {
	}
	
#footer {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:1.0em
}

.input, .msg {
	background:#fff;
	border:solid 1px #132e5c;
	padding:1px 2px 1px 2px;
	color:#132e5c;
	font:8pt arial, sans-serif
}

.input {height:16px }
.msg {overflow:auto	}

.btn-Contact {
	width:83px;
	height:19px;
	background:url(../images/btn_submit.gif) no-repeat top center
}

.author {font-style:normal; color:#fa6a0a }
.bld {font-weight:bold}
.ital {font-style:italic}
.red {color:Red}
a:link, a:visited {color:#c25304; text-decoration:none}
a:hover, a:active {color:#fa6a0a; text-decoration:underline}

#footer a:link, #footer a:visited {color:#fff; text-decoration:underline}
#footer a:hover, #footer a:active {color:#fa6a0a; text-decoration:none}
