@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	background:url(../images/background-img.jpg) repeat-x #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	height: 100%;
	background-color:#f6f6f6;
}

a, img 
{
	outline:none;	
}

h5 strong
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c46e01;
	font-size:23px;
}

h6
{
	color:#1e1e1e;
	font-size:15px;
	font-weight:normal;
}


.textCenter
{
	text-align:center;
}


.custom_container {
	min-height: 100%;
	height: auto !important;
	height: 100%;/*	margin: 0 auto -4em;*/
	background:url(../images/header-bg.jpg) repeat-x;
	margin-left:25px;
	position:relative; /*Required*/
}

.content
{
	padding-bottom:50px;
}

.navigation {
	background:url(../images/nav-bg.jpg) repeat-x;
	height:42px;
}
.navigation li {
	
	font-size:15px;
	float:left;
	line-height:37px;
	list-style-type:none;
}

.navigation ul li a {
	display:block;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	color:#000;
	outline:none;
}
.navigation ul li a:hover {
	background-color:#fff;
}

.currentNavItem {
	background-color:#fff;
}

.storeButton
{
	margin-top:40px;		
}

.filerow
{
	height:100%;
	border:#CCC solid 1px;
	background-color:#fff;
	margin-bottom:15px;
}

.filerow div
{
	padding:10px;
	font-family:tahoma;
}

.filerow div p
{
	font-size:0.8em;
	color:#494949;
	margin:0px;
	line-height:15px;
}

.filerow div a
{
	color:#1e1e1e;
	font-size:1.2em;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

.filerow div a:hover
{
	color:#c46e01;
}


.filerow div h4
{
	color:#c46e01;
	font-size:2em;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
}

.thumbWidth
{
	width:80px;
}

.flashPreviewBox
{
	border:solid 1px #999;
	background:#FFF;
	height:300px;
	width:590px;
	margin:0 auto;
}

.detailsTextBox
{
	border:#CCC solid 1px;
	background-color:#fff;
	margin-top:15px;
	width:570px;
	padding:10px;
}

.detailsTextBox  h4
{
	color:#c46e01;
	font-size:2em;
	margin-bottom:5px;
	font-weight:bold;
}
.sideDetailsBox
{
	background-color:#e2e2e2;
	padding-top:10px;
	padding-bottom:10px;
	border:#CCC solid 1px;
	text-align:center;
	width:280px;
}

.footer {
	color:#999;
	position:absolute;
	height:35px;
	bottom:0px;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}


/* Manage */
.Button
{
	display:block;
	padding:10px;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	color:#565656;
}

.Button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}

.errorMsg {
color:#8a1f11;
}



