 body {
	background-color: #FFF;
	color: #000;
	background-image: url(images/_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 1.5em;
}

body, td, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link, a:visited, a:hover, a:active {
	color: #F00;
}

.smallText {
	font-size: 10px;
	line-height: normal;
}

.xSmallText {
	font-size: 9px;
	line-height: normal;
}

.center {
	text-align: center;
	margin: inherit auto;
}

h1, h2, h3, h4, h5, h6, .header, .smallHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1A7BA3;
	line-height: normal;
}

h1 {
	font-size: 24px;
	margin: 1em 0 .5em 0;
}

.header, h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

.smallHeader, h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.highlight, .highlightColor {
	color: #F00;
}

.errorColor {
	color: #F00;
}

.textbox, .dropdownlist, .checkbox, .radiobutton, .button, .fileUpload {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.button {
	color: #FFF;
	background-color: #1A7BA3;
	border: 1px solid #000;
}

.pagePhoto {
	float: right;
	margin: 0 0 20px 20px;
}

.contactInfo {
	float: right;
	width: 200px;
	min-height: 250px;
	/*margin: -5px -100px 0 0;*/
	padding: 5px 0 0 25px;
	border-left: 1px dashed #999;
}

.blue {
	position: relative;
	margin-left: -85px;
	margin-right: -85px;
	margin-bottom: 35px;
	background: #1A7BA3;
	color: #FFF;
	/* background-image: url(images/_blue-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom; */
	text-align: center;
}

.blueBottom {
	margin-top: 10px;
	font-size: 1px;
	line-height: 1px;
	width: 960px;
	height: 24px;
	background-image: url(images/_blue-bottom.gif);
}

.top {
	position: relative;
	padding-top: 24px;
	background-image: url(images/_blue-top.gif);
	background-repeat: no-repeat;
}

.templates {
	position: relative;
	text-align: center;
}

.template {
	display: inline-block;
	position: relative;
	width: 176px;
	height: 176px;
	overflow: hidden;
}

.templateImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 176px;
	height: 176px;
}

.templateHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 176px;
	background-color: #231F20;
	color: #FFD140;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
}

.templateHeaderPadding {
	padding: 15px 15px 8px 15px;
}

.templateFrame {
	position: absolute;
	top: 0;
	left: 0;
	width: 176px;
	height: 176px;
}

.options {
	border-collapse: collapse;
}

.options td {
	padding: 6px 12px;
	border: 1px solid #000;
}

.allSidePhotoThumbnails {
	position: relative;
	width: 450px;
}

.sidePhotoThumbnails {
	position: relative;
	float: left;
	margin: 5px;
}

.mainImageThumbnails {
	position: relative;
	margin: 5px;
}

.sidePhotoThumbnails .checkbox, .mainImageThumbnails .checkbox {
	position: absolute;
	top: 5px;
	left: 5px;
}

.uploadPanel {
	position: absolute;
	top: -75px;
	left: -75px;
	padding: 35px 50px;
	background-color: #FFF;
	border: 2px solid #999;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	z-index: 1000;
}

.uploadPanel .close {
	position: absolute;
	top: 5px;
	right: 5px;
}


/* ---- ADMIN ---- */

#adminNavigation {
	background-color: #1A7BA3;
}

#adminNavigation, #adminNavigation a:link, #adminNavigation a:visited, #adminNavigation a:hover, #adminNavigation a:active {
	color: #FFF;
}

.adminNavigationMenu {
	position: relative;
	top: -18px;
}

.adminNavigationMenuItem {
	background-color: #1A7BA3;
	color: #FFF;
	text-align: left;
	z-index: 1000;
}

.adminNavigationMenuItemHover {
	background-color: #000;
	color: #FFF;
}
