body {
	background-image: url(images/roses-tile.jpg);
	background-repeat: repeat;
	background-color: #e30000;
}

.rm {
	position: absolute;
	left: -99999px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 32px;
	text-align: center;
	padding: 10px 0 5px 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #ee8483;
	font-size: 22px;
	font-style: italic;
	text-align: center;
	margin: -8px 0 15px 0;
	text-decoration: overline;
	}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: left;
	margin: 10px 0 5px 0;
	}

h4 {
	font-family: "Times New Roman", Times, serif;
	color: #ee8483;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin: 0 0 15px 10px;
	}

a {
	color: #ffbdbc;
	text-decoration: underline;
}

	a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 12px;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	margin: 10px 15px 0 50px;
	padding: 0;
}

blockquote p {
	padding: 10px 15px 10px 15px;
	text-indent: 20px 5px;
}

#quote_attrib {
	font-size: 80%;
	text-align: right;
	text-indent: 0px;
	margin: 0 10px 0 0;
}

#wrap {
	width: 80%;
	min-width: 900px;
	padding-right: 14px;
	background-image: url(images/red-vert.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #e30000;
}

#homelink {
	position:absolute; 
	width:80%; 
	min-width: 900px; 
	height: 198px;
}

#mastwrap1 {
	background-image: url(images/mast1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	height: 198px;
	border-bottom: 2px solid #da0a0a;
}

#mastwrap2 {
	background-image: url(images/mast2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	height: 198px;
	border-bottom: 2px solid #da0a0a;
}

#mastwrap3 {
	background-image: url(images/mast3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	height: 198px;
	border-bottom: 2px solid #da0a0a;
}

#mastwrap4 {
	background-image: url(images/mast4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	height: 198px;
	border-bottom: 2px solid #da0a0a;
}

#mastleft {
	background-image: url(images/left-trans.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 198px;
}

#mastright {
	background-image: url(images/right-trans.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 198px;
	margin-right: -6px;
}

#bd {

	background-image: url(images/nav-tile.gif);
	background-repeat: repeat-x;
	background-color: #e30000;
}

#nav {
	width: 888px;
	height: 65px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 10px;
}

#nav a {
	display: block;
	float: left;
	width: 148px;
	height: 65px;
	background-image: url(images/nav-sprite.gif);
	margin: 0 0 0 0;
}
	#nav a:hover {
		cursor: pointer;
	}
	a#lnkAbout {
		background-position: 0 0;
	}
		a#lnkAbout:hover {
			background-position: 0 130px;
		}
		a#lnkAbout.current {
			background-position: 0 65px;
		}
	a#lnkServices {
		background-position: -148px 0;
	}
		a#lnkServices:hover {
			background-position: -148px 130px;
		}
		a#lnkServices.current {
			background-position: -148px 65px;
		}
	a#lnkListen {
		background-position: -296px 0;
	}
		a#lnkListen:hover {
			background-position: -296px 130px;
		}
		a#lnkListen.current {
			background-position: -296px 65px;
		}
	a#lnkWebstore {
		background-position: -444px 0;
	}
		a#lnkWebstore:hover {
			background-position: -444px 130px;
		}
		a#lnkWebstore.current {
			background-position: -444px 65px;
		}
	a#lnkPress {
		background-position: -592px 0;
	}
		a#lnkPress:hover {
			background-position: -592px 130px;
		}
		a#lnkPress.current {
			background-position: -592px 65px;
		}
	a#lnkContact {
		background-position: -740px 0;
	}
		a#lnkContact:hover {
			background-position: -740px 130px;
		}
		a#lnkContact.current {
			background-position: -740px 65px;
		}	

#content {
	background-color: #e30000;
	margin: 0;
	padding: 0 50px 0 50px;
	min-height: 500px;
	overflow: hidden;
/**	height: 650px;			/*** The only way I could make it work **/
}

.photobox	{
	clear: both;
	height: 206px;
	text-align: center;
	margin: 0 auto;
	}

	/***** 2-column content styles *****/
	#content #leftcol {
		width: 47%;
		margin: 0;
		padding: 0 24px 0 0;
		float: left;
/*****	border: dashed;
		border-width: 1px;
		border-color: #00CC00;	*****/
	}
			
	#content #rightcol {
		width: 49%;
		float: left;
		margin: 0;
		padding: 0;
		float: left;
/*****	border: dashed;
		border-width: 1px;
		border-color: #33FFFF;	*****/
	}

	/***** End of 2-column content styles *****/

#flashcontent	{
	text-align: center;
	width: 600px;
	height: 420px;
	margin: 0 auto;
	}

li	{
	margin: 5px 0 15px;
}

.video	{
	text-align: center;
	margin: 25px;
}

	/***** Start Contact Form Styles styles *****/
.form
{
	padding: 10px 21%;
}
	.form .field,
	.form fieldset	
	{
		font-size: 15px;
		line-height: 23px;
		font-weight: normal;
	}
	.form .field 
	{
		margin-bottom: 18px;
	}
		.form .field label,
		.form fieldset legend
		{
			font-size: 22px;
			color: #ee8483;
		}
		.form .field input,
		.form .field textarea
		{
			border: 4px solid #ee8483;
			font-size: 20px;
			line-height: 26px;
		}
		.form fieldset ul
		{
			margin: 10px 20px;
			padding: 0 20px;
		}
			.form fieldset ul li
			{
				font-size: 14px;
				line-height: 24px;
				font-weight: normal;
			}
	.form .submit
	{
		text-align: center;
	}
		.form .submit button
		{
			padding: 2px 8px 4px;
		}
	/***** END Contact Form Styles styles *****/

	/******************************************
					WEBSTORE
	*******************************************/

	.productBox {
		padding: 0 15px;
		width: 95%;
		border: 2px solid #a91414;
		overflow: auto;
		margin: 20px 0 0 5px;
		overflow: hidden;
		}

		.productImg {
			float:left;
			border: 1px solid #000;
			margin: 15px 15px 15px 0;
		}

		.productAward {
			float:left;
			margin: 15px 15px 15px 28px;
		}

	.product {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin: 5px 0 0;
	}
	
	.subtitle	{
		color: #fff;
		font-size: 18px;
		font-style: italic;
		text-align: center;
		margin: 0 0 5px;
	}
	
	.description {
		color: #000;
		font-size: 14px;
		margin: 0 0 10px;
	}
	
	.productQuote	{
		color: #000;
		font-size: 14px;
		line-height: 16px;
		font-style: italic;
		margin: 0 0 5px 230px;
		
	}

	.quoteAttribute	{
		color: #000;
		font-size: 13px;
		line-height: 14px;
		margin: 0 30px 15px 400px;
		}

	.downloadLink	{
		font-size: 18px;
		font-weight: bold;
		text-align: right;
		margin: 2px 15px 5px 0;
	}
	.buyNow	{
		font-size: 18px;
		line-height: 28px;
		color: #fff;
		font-weight: bold;
		text-align: right;
		margin: 2px 15px 5px 0;
	}
	
	.moreInfo	{
		font-size: 11px;
		text-align: center;
		color: #fff;
		margin: 0 0 10px;
	}
	
	/******************************************/
	
	#foot {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000;
	color: #eee;
	margin-right: -14px;
	padding: 50px;
	height: 20px;
	text-align: center;
}
	#footcontent {
		width: 100%;
		margin: 0 auto;
		padding: 8px 0 0 0;
	}
	#foot a {
		color: #fff;
		text-decoration: none;
	}
	#foot span {
		font-size: 10px;
	}
		#foot span a {
			font-size: 11px;
		}
	#foot #contactinfo {
		width: 250px;
		float: left;
		text-align: left;
	}
	#foot #designer {
		width: 150px;
		float: right;
		height: 48px;
		margin: -8px 0 0 80px;
	}