/* MediaBrite CSS */

* {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #272525;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p {
	margin: 0px 0px 15px 0px;
	line-height: 150%;
	}
img	{
	border: 0px;
	}
a {
	text-decoration: underline;
	color: #F16418;
	font-weight: normal;
	}
a:hover	{
	color: #ED1B23;
	}
img.photo {
	border: 8px solid #FFF;
	background: #000;
	padding: 2px;
	}
h1 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
	color: #99D2F5;
	margin: 0px 0px 3px 0px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
	}
h2 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
	color: #FFF;
	margin: 20px 0px 4px 0px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #666;
	clear: right;
	}
strong {
	font-weight: bold;
	color: #FFF;
	}
.floatLeft { 
	float: left;
	margin: 0px 10px 10px 0px;
	}
.floatRight {
	float: right;
	margin: 0px 0px 10px 10px;
	}
.photo {
	border: 1px solid #aaa;
	padding: 5px;
	background: #FFF;
	}
ul, ol {
	margin: 10px 0px 10px 25px;
	padding-left: 25px;
	}
li {
	margin: 0px 0px 10px 0px;
	}
input.text, textarea.text { 
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	background: #FFF;
	color: #000;
	border: 1px solid #000;
	padding: 2px;
	}
.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	background:transparent;
	}

/*  Container   */
#container	{
	margin: 20px auto 10px auto;
	width: 752px;
	background: url('../images/container-background.gif');
	position: relative;
	}
	.loggedIn {
		display: block;
		color: #AAA;
		font-size: 10px;
		}
	/*  Navbar   */
	#navbar {
		margin: 0px 2px 0px 2px;
		dispaly: block;
		background: #2E5192;
		height: 142px;
		}
		#headerImage {
			float: right;
			display: block;
			}
		#navbar a {
			display: block;
			text-decoration: none;
			letter-spacing: 0px;
			font-weight: normal;
			color: #FFF;
			font-family: 'Lucida Grande', 'Lucida Sans', Lucida, Arial, Helvetica, sans-serif;
			font-size: 1em;
			margin: 0px 0px 0px 15px;
			padding: 6px 8px 2px 8px;
			border-bottom: 1px solid #FFF;
			line-height: normal;
			}
			#navbar a:hover {
				background: #20407B;
				}
			#navbar a.active, #navbar a.active:hover {
				color: #FFF;
				background: #272525 url('../images/navbar-link-background.gif') top left no-repeat;
				padding: 5px 8px 4px 13px;
				margin: 6px 0px 0px 10px;
				border: 0px;
				font-weight: bold;
				}		
/*  Left   */
#left	{
	float: left;
	width: 132px;
	margin: 10px 0px 0px 0px;
	padding: 15px 10px 20px 10px;
	border-right: 2px dotted #C0C1C2;
	font-size: 10px;
	color: #99D2F5;
	}
	#left h1 {
		font-size: 12px;
		letter-spacing: 0px;
		margin-bottom: 1px;
		color: #FFF;
		}
	#left h2 {
		font-size: 10px;
		letter-spacing: 0px;
		margin: 0px 0 6px 0;
		font-weight: normal;
		}
	#left a.cartlink {
		display: block;
		width: 116px;
		text-align: center;
		margin: 0 0 4px 0;
		color: #FFF;
		font-weight: bold;
		padding: 6px 5px 6px 5px;
		font-size: 10px;
		text-decoration: none;
		background: url('../images/button-bg.gif') no-repeat 0 0;
		}
		#left a.cartlink:hover {
			text-decoration: underline;
			}
/*  Main Content Area   */
#main	{
	background: url('../images/main-background.gif') top left no-repeat;
	padding: 25px 10px 10px 172px;
	}
	.message {
		font-weight: bold;
		color: red;
		}
		#reports a.user, #reports a.user-on {
			display: block;
			padding: 4px 10px 4px 10px;
			}
			#reports a.user-on {
				font-weight: bold;
				font-size: 14px;
				text-decoration: none;
				margin: 15px 0px 5px 0px;
				padding-bottom: 0px;
				}
		#reports .sectionsBox {
			display: none;
			}
			#reports .sectionsBox-on {
				display: block;
				margin-bottom: 10px;
				}
			#reports .sectionsBox-on span {
				font-size: 10px;
				display: block;
				padding: 3px 10px 3px 20px;
				}
			#reports .sectionsBox-on a {
				display: block;
				padding: 5px 10px 0px 20px;
				font-size: 10px;
				text-decoration: none;
				font-weight: normal;
				}
				#reports .sectionsBox-on a.section-on {
					margin: 0px 5px 10px 20px;
					border-bottom: 1px solid #666;
					padding-left: 0px;
					}
		#reports .box, #reports .box-off {
			display:block;
			float:right;
			width: 200px;
			border:1px solid #666;
			background:#AAA;
			color: #333;
			padding:5px;
			margin: 0px 5px 5px 5px;
			font-size: 10px;
			}
			#reports .box strong {
				color: #333;
				}
			#reports .box-off { display: none; }
			#reports .box .title {
				font-size: 12px;
				color: #333;
				font-weight: bold;
				display: block;
				padding: 0px;
				margin: 0px 0px 3px 0px;
				}

	#contact {
		display: block; 
		margin: 10px 0px 0px 0px;
		text-align: left;
		font-size: 95%;
		}
		#contact p {
			margin: 0px 0px 7px 0px;
			}
		#contact strong {
			font-weight: bold;
			color: #F16418;
			}
		#contact .column {
			display: block;
			float: left;
			margin: 0px;
			width: 250px;
			}
		input, option, select {
			color: #000;
			font-family: Tahoma, Verdana, sans-serif;
			font-size: 1.1em;
			font-weight: normal;
			text-indent: 2px;
			}
		option {
			font-size: 100%;
			}
		input, textarea, select { 
			background: #FFF;
			color: #000;
			border: 1px solid #777;
			margin-left: 2px;
			}
		.button {
			background: url('../images/button-bg.gif') no-repeat;
			color: #FFF;
			font-weight: bold;
			width: 126px;
			text-align: center;
			font-weight: bold;
			padding: 6px 5px 6px 5px;
			font-size: 10px;
			margin-top: 5px;
			border: 0;
			text-decoration: none;
			}
			a.button {
				width: 116px;
				}
			a.button:hover {
				color: #FFF;
				text-decoration: underline;
				}
		#thankYou {
			background: #C0BAB7;
			padding: 5px;
			display: block;
			margin: 10px 10px 0px 0px;
			border: 1px solid #9C8F8F;
			color: #000;
			}
	.thumbnail {
		position:relative;
		display: block;
		float: left;
		margin: 0px 10px 10px 0px;
		}
		.thumbnail img {
			padding: 4px;
			border: 1px solid #FFF;
			}
		.overlay {
			background: #000;
			filter:alpha(opacity = 50);
			-moz-opacity:.50;
			opacity:.50;
			position: absolute;
			top: 5px;
			left: 5px;
			}
	.floatColumn {
		float: right;
		margin: 0px 0px 0px 15px;
		width: 290px;
		}
		.floatColumn .padding {
			display: block;
			padding: 10px 10px 10px 20px;
			}
	.product {
		}
		.prodImage {
			display: block;
			float: right;
			margin: 0 0 10px 10px;
			}
		.product .prodName {
			font-size: 14px;
			}
	.ajaxContainer {
		position: relative;
		}
	.loading {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		background: red;
		color: #FFF;
		padding: 2px 4px 2px 4px;
		}
/*  Bottom Credits Area   */
#bottom	{
	background: #272525 url('../images/bottom.gif') top left no-repeat;
	height: 15px;
	padding-bottom: 20px;
	}
