body {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4a4e52;
	font-size: 12px;
}

a {
	color: #ba2a2f;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}

#container {
	min-width: 975px;
	padding: 0;
	margin: 0;
}

.stripe_right {
	height: 3px;
	clear: both;
	font-size: 1px;
	background: #838990 url(/images/stripe_right.gif) no-repeat;
}

.stripe_left {
	height: 3px;
	clear: both;
	font-size: 1px;
	background: #fff url(/images/stripe_left.gif) no-repeat;
}

#header {
	height: 83px;
	padding: 20px 12px 6px 12px;
	background: #fff url(/images/header.gif) repeat-x;
	position: relative;
}

#logo {
	width: 193px;
	height: 81px;
	background-image: url(/images/logo.gif);
}

#logo:hover {
	cursor: pointer;
}

#loginarea {
	position: absolute;
	right: 12px;
	top: 20px;
	text-align: right;
	color: #4a4e52;
	font-size: 12px;
}

#navigation {
	position: absolute;
	right: 12px;
	bottom: 6px;
	color: #ba2a2f;
	font-size: 13px;
	text-align: right;
}

#navigation a {
	color: #ba2a2f;
}

#hero {
	height: 100px;
	background: #ba2a2f url(/images/hero.jpg) no-repeat;
}

#main {
	padding: 0 15px 0 35px;
	background: #fff url(/images/main.gif) repeat-x;
}

#history {
	padding: 1em 0;
	margin-bottom: 1em;
	font-size: 11px;
	color: #f4b9bb;
}

#history a {
	color: #ba2a2f;
}

#content {
}

#contentadmin {
	float: left;
}

.block {
	width: 725px;
	clear: left;
	font-size: 13px;
}

.block .clear {
	height: 20px;
	clear: left;
}

.block_left {
	width: 325px;
	margin-right: 25px;
	margin-bottom: 20px;
	float: left;
}

.block_right {
	width: 325px;
	margin-right: 25px;
	margin-bottom: 20px;
	float: left;
}

.block .productlisting {
	width: 310px;
	height: 60px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #dcdcdc;
	margin-bottom: 5px;
	background-color: #fff;
	background-repeat: no-repeat;
	cursor: pointer;
}

.block .productlisting:hover {
	border: 1px solid #9A9A9A;
}

.block .productlisting:active {
	border: 1px solid #ba2a2f;
}

.block .productlisting img {
	float: right;
	clear: right;
}

.link {
	height: 40px;
	margin-bottom: 5px;
}

.link .small a {
	color: #838990;
}

.link a:hover {
	text-decoration: none;
}

.link img {
	float: left;
	margin-right: 5px;
}

.block .link p {
	margin: 0;
	color: #ba2a2f;
	font-size: 15px;
	line-height: 1em;
}

.block .link p.small {
	margin-top: .25em;
	color: #838990;
	font-size: 11px;
}

.block h3 {
	color: #ba2a2f;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 .25em 0;
}

.block h4 {
	color: #4a4e52;
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 .25em 0;
}

.block p, .block ul {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

.block ul {
	padding-left: 0px;
	margin-left: 25px;
}

#sidebar {
	width: 190px;
	float: right;
}

.sidebar_module {
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.sidebar_module h4 {
	margin: 0;
	padding: 7px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.sidebar_body {
	padding: 10px;
	background: #fff url(/images/sidebar.gif) repeat-x;
	color: #ba2a2f;
	font-size: 12px;
}

.sidebar_body p {
	margin: 0;
}

.sidebar_body ul {
	list-style-type: none;
	margin: 5px 0;
	padding-left: 0px;
}

.sidebar_body li {
	margin-bottom: 7px;
	color: #656464;
}

.sidebar_body a {
	color: #656464;
}

.sidebar_body a:hover {
	color: #3A3A3A;
}

#header_integration {
	background: #d83035 url(/images/header_integration.gif) repeat-x;
}

#header_fields {
	background: #75b950 url(/images/header_fields.gif) repeat-x;
}

#header_problems {
	background: #70aecd url(/images/header_problems.gif) repeat-x;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	margin: 10px 20px;
}

/* Lightbox Stuff */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData {
	padding:0 10px; color: #666; 
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.hidden {
	display: none;
}

#menu {
	width: 140px;
	padding-right: 10px;
	float: left;
	font-size: 11px;
}

#menu ol {
	margin-top: 0;
	padding-left: 10px;
	margin-left: 0px;
	list-style-type: none;
}

#menu ol.first {
	padding-left: 0;
}

#menu a {
	color: #838990;
}

#menu a:hover, #menu a.active {
	color: #4B4F54;
}

#menu a.add {
	color: #ba2a2f;
}

.image_excerpt img {
	border: 1px solid #D0D0D0;
}

fieldset {
	padding: 20px 20px 10px 20px;
	margin: 20px 20px 20px 0;
	border: 1px solid #999;
}

legend {
	padding: 4px 8px;
	color: #444;
	background-color: #ddd;
}

table {
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
	color: #444;
	background-color: #ddd;
}

td {
	padding: 2px 5px;
	vertical-align: top;
}

th.label {
	text-align: right;
	background-color: #fff;
}
th label.required {
	color: #ba2a2f;
}
th.labelAttendee {
	background-color: #fff;
}
td.label, th.label {
	width: 100px;
	font-weight: bold;
	font-size: 10px;
}

td.uploader {
	vertical-align: bottom;
}
#amountText {
	font-weight: bold;
	font-size: 14px;
}
#conditions {
	padding: 10px 15px;
	border: 1px solid #C5C5C5;
	background-color: #F1F1F1;
	height: 100px;
	overflow: auto;
	font-size: 11px;
	margin-bottom: 10px;
}
.uploader p {
	margin: 0;
}

.sidebar_body select {
	margin: 0;
}

textarea {
}

.half {
	width: 50%;
}

.third {
	width: 33%;
}

.buttons {
	text-align: center;
}

.green {
	color: #75b950;
}

.blue {
	color: #70aecd;
}


#message {
	background-color: #ba2a2f;
	color: #fff;
	padding: 4px 8px;
	margin-bottom: 10px;
}
#message h3 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 .25em 0;
}
#message p {
	margin: 0 0 .5em 0;
}

input, textarea {
/*	color: #838990; */
}

.buttons input {
	color: #000;
}

#loginfieldset {
	text-align: center;
}

#logintable {
	width: 300px;
}

.center {
	text-align: center;
}

#template {
	font-family: 'Courier New', Courier, serif;
}

#calculator th {
	text-align: right;
}

#calculator th.heading {
	font-size: 14px;
}

#calculator th.row {
	background-color: transparent;
}

#calculator th.total {
	text-align: right;
}

#calculator th.total, #calculator td.total {
	background-color: #979797;
	color: #fff;
}

#calculator td {
	text-align: right;
}

#calculator input {
	text-align: right;
}

#calculator .editableLabel {
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #ccc;
	width: 100%;
}

.strong {
	font-weight: bold;
}
.totals {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.right {
	text-align: right;
}
