
/* ------- Global ------- */

body {
	background: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 14px;	
	line-height: 200%;
	letter-spacing: 0px;
	margin: 0 auto;
	color: #333333;
}

* {
	margin: 0;
}

h1 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	line-height: 100%;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 25px;
	color: #FFFFFF;
}

h2 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 200%;
	letter-spacing: 1px;
	margin: 0px;
	color: #6B514F;
}

.words h1 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	letter-spacing: 0px;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	color: #EEEEEE;
}

.words h2 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 200%;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
	color: #DDDDDD;
}

h3 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
	text-transform: uppercase;
	margin: 0px;
	color: #000000;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #6B514F;
	color:#6B514F;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #6B514F;
	color: #6B514F;
}

td {
	vertical-align:top;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, li {
	margin-left: 15px;
	padding-left: 0px;
	line-height: 200%;
	margin-right: 0px;
}

img {
	border: 0;
}

img.dropshadow {
	background: #FFFFFF;
	padding: 5px;
	border: solid 1px #B1AEA5;
	-moz-box-shadow: 1px 1px 5px #AAAAAA;
	-webkit-box-shadow: 1px 1px 5px #AAAAAA;
    box-shadow: 1px 1px 5px #AAAAAA;
}


/* ------- Defined Styles ------- */

.highlight {
	color: #6B514F;
}

.plain a {
	text-decoration: none;
	border-bottom: 0px dotted #FFFFFF;
}

.plain a:hover {
	text-decoration:none;
	border-bottom: 0px dotted #FFFFFF;
}

.normal {
	font-family: Verdana, Arial, Sans-serif;
	font-weight: normal;
	font-size: 11px;	
	line-height: 200%;
	letter-spacing: 0px;
	color: #555555;
}

.small {
	font-size: 10px;	
}

.tiny {
	font-size:8px;
}

.quote {
	text-align: right;
	padding-top: 10px;
}

.quote_name {
	font-style: italic;
}

.quote_city {
	font-weight: bold;
}

.question {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6B514F;
}

.required {
	color: #EE2E24;
	font-weight: bold;
}

.form_field
{
	width: 250px;
	border: 1px solid #DDDDDD;
    background: #EEEEEE;
	margin: 0px;
	color: #333333;
	font-family: trebuchet ms, verdana, tahoma, arial;
}
.form_field_header {
	text-align: right;
}
.text_box
{
	width: 250px;
	height: 150px;
	border: 1px solid #DDDDDD;
    background: #EEEEEE;
	font-size: 14px;
	color: #333333;
	font-family: trebuchet ms, verdana, tahoma, arial;
	overflow: auto;
}
.submit
{
	width: 200px;
	height: 30px;
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
    background: #6B514F;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: trebuchet ms, verdana, tahoma, arial;
}

#video-samples {
	float: right;
	width: 320px;
	margin-left: 50px;
	padding-top: 78px;
}

#video-samples a.player {
	display: block;
	width: 320px;
	height: 180px;
	text-align: center;
}

#video-samples img {
	margin-top: 48px;
}

#audio-samples {
	float: left;
	width: 370px;
}

div.audio-track {
	width: 370px;
}

div.audio-track div.title {
	float: left;
	width: 340px;
	line-height: 100%;
	padding: 3px 0px 0px 10px;
}

div.audio-track div.audio {
	float: left;
	width: 20px;
	overflow: hidden;
}
				
div.cb {
	clear: both;
}

table.pricing {
}

table.pricing th {
	text-align: left;
	font-size: 18px;
}
