﻿body 
{
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	background:#666666 url('../images/background.jpg') top center repeat-y;
	margin: 0px;
}

#master-div 
{
	width: 780px;
	height: auto;
	text-align: center;
	margin: auto;
}

.left-rounded-panel 
{
	width: 200px;
	height: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 30px;
}

.right-main-text 
{
	width: 520px;
	float: left;
	margin-right: 10px;
}

.top-rounded-panel 
{
	text-align: center;
	margin-left: 3px;
}

a:link {color: #ff7d00; text-decoration: none;}
a:visited {color: #ff7d00; text-decoration: none;}
a:active {color: #ff7d00; text-decoration: none;}
a:hover {color: #ff7d00; text-decoration: underline;}

.linkButtons a:link {color: #ffffff; text-decoration: underline;}
.linkButtons a:visited {color: #ffffff; text-decoration: underline;}
.linkButtons a:active {color: #ffffff; text-decoration: underline;}
.linkButtons a:hover {color: #ffffff; text-decoration: underline;}


.productDescOuter 
{
	text-align: -moz-center center;
	overflow: hidden;
}

.productDescText 
{
	margin-left:5px;
	overflow: hidden;
}

.paddedPanel 
{
	padding: 10px;
}

.paddedPanelSides
{
	padding-left: 10px;
	padding-right: 10px;
}

.body-clear 
{
	clear: both;
}

.watermark 
{
	color: #CCCCCC;
	font-size: 12px;
	font-style: italic;
}


/* Telerik Overrides */

.RadMenu_Default
{
	z-index: 50;
}




	
