body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/*-----
	Base Styles
	-----*/
html {
	background: #000;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #cccccc;
}
a {
	color: #fff;
	text-decoration: underline;
	outline: none;
}
label.error {
	color: #ACA9FF;
}
a:hover {
	text-decoration: none;
}
input {
	background: #eeeeee;
	font-size: 11px;
	padding: 1px 2px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: solid 1px #fff;
}
input:focus {
	background: #aca9ff;
	color: #fff;
}
input.city, input.phone {
	width: 150px;
}
input.email, input.reception , input.location {
	width: 175px;
}
input.date {
	width: 80px;
}
input.state {
	width: 20px;
}
input.zip {
	width: 55px;
}
textarea {
	background: #eeeeee;
	font-size: 11px;
	padding: 1px 2px;
	width: 300px;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: solid 1px #fff;
}
textarea:focus {
	background: #aca9ff;
	color: #fff;
}
table tr.message td {
	padding-top: 20px !important;
}
select {
	background: #eeeeee;
	font-size: 11px;
	padding: 1px 2px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: solid 1px #fff;
}
select:focus {
	background: #aca9ff;
	color: #fff;
}
strong {
	font-weight: bold;
}
div.wrapper {
	width: 990px;
	margin: 0 auto;
}
div.topSection {
	background: #747b79;
	min-height: 150px;
	position: relative;
}
div.topSection img {
	position: absolute;
	top: 38px;
	left: 0;
	display: none;
}
div.topSection img.onlineTitle {
	left: 309px;
}
div.topSection img.weddingTitle {
	left: 395px;
}
div.topSection img.portraitTitle {
	left: 481px;
}
div.topSection img.personalTitle {
	left: 568px;
}
div.topSection img.aboutTitle {
	left: 653px;
}
div.topSection img.faqTitle {
	left: 518px;
}
div.topSection img.contactTitle {
	left: 721px;
}
div.topSection img.facebookTitle {
	left: 796px;
}
div.bottomSection {
	background: #c6452b top left repeat-x url(images/horizontalOrange.gif);
	min-height: 385px;
}
div.navigation img {
	float: left;
}
div.navigation ul li {
	float: left;
	margin-left: 15px;
}
div.navigation ul li a {
	width: 71px;
	height: 71px;
	display: block;
	background: #aabbcc;
	text-indent: -9000em;
}
div.navigation ul li.onlineProofingBtn a {
	display: block;
	background: top left no-repeat url(images/onlineProofingBtn.jpg);
	width: 71px;
	height: 71px;
}
div.navigation ul li.weddingBtn a {
	display: block;
	background: top left no-repeat url(images/weddingPhotoBtn.jpg);
	width: 71px;
	height: 71px;
}
div.navigation ul li.portraitBtn a {
	display: block;
	background: top left no-repeat url(images/portraitBtn.jpg);
	width: 71px;
	height: 71px;
}
div.navigation ul li.personalBtn a {
	display: block;
	background: top left no-repeat url(images/personalBtn.jpg);
	width: 71px;
	height: 71px;
}
div.navigation ul li.aboutTedBtn a {
	display: block;
	background: top left no-repeat url(images/aboutTedBtn.jpg);
	width: 71px;
	height: 71px;
}
div.navigation ul li.faqBtn a {
	display: block;
	background: top left no-repeat url(images/faqBtn.jpg);
	width: 71px;
	height: 71px;
}
div.navigation ul li.contactBtn a {
	display: block;
	background: top left no-repeat url(images/contactBtn.jpg);
	width: 71px;
	height: 71px;
}
div.navigation ul li.onlineProofingBtn a:hover, div.navigation ul li.weddingBtn a:hover, div.navigation ul li.portraitBtn a:hover, div.navigation ul li.personalBtn a:hover, div.navigation ul li.aboutTedBtn a:hover, div.navigation ul li.faqBtn a:hover, div.navigation ul li.contactBtn a:hover {
	background-position: left -71px;
}
div.navigation ul li.enterReminder {
	display: block;
	background: top left no-repeat url(images/enterReminder.gif);
	width: 83px;
	height: 71px;
	margin-left: 10px;
}

/*-----
	Header
	-----*/
div.header {
	background: #313131;
}
div.header h1 {
	float: left;
	color: #aca9ff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 6px 0 6px 20px;
}
div.header ul li {
	float: right;
	position: relative;
	z-index: 100;
}
div.header ul li a {
	color: #989898;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 6px 20px 6px 20px;
}
div.header ul li.selected a {
	color: #fff;
}
div.header ul li a:hover {
	color: #fff;
}
div.header ul li ul {
	position: absolute;
	top: 24px;
	left: 10px;
	background: #464646;
	border: solid 1px #979797;
	border-top: solid 1px #000000;
	display: none;
}
div.header ul li ul li {
	text-align: left;
}
div.header ul li ul li a {
	padding: 4px 0 4px 8px;
	text-align: left;
	width: 114px;
	color: #fff;
}
div.header ul li ul li a:hover {
	background: #313131;
}
div.body div.left {
	float: left;
	width: 256px;
	text-align: left;
	padding-left: 12px;
}
body.contact div.body div.left {
	padding-top: 420px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
body.faqs div.body div.left {
	padding-top: 1130px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
body.aboutTed div.body div.left {
	padding-top: 45px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
div.body div.right {
	float: left;
	padding-top: 24px;
	width: 722px;
	position: relative;
}
div.body div.right table.photoHolder {
	width: 722px;
}
div.body div.right table.photoHolder tr td {
	text-align: center;
	vertical-align: middle;
	height: 506px;
	width: 720px;
}
div.body div.right table.photoHolder tr td div.loader {
	position: absolute;
	top: 80px;
	left: 80px;
}
div.body div.right table.photoHolder tr td span.photoHolder {
	position: relative;
	z-index: 10;
}
div.body div.right table.contact tr td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
	color: #cccccc;
	font-size: 1.2em;
	font-weight: bold;
}
div.body div.right table.contact tr td a {
	color: #cccccc;
	text-decoration: none;
}
div.body div.right table.contact tr td a.reset {
	color: #999999;
}
div.body div.right table.contact tr td a:hover {
	text-decoration: underline;
}
div.body div.right table.contact tr td.leftColumn {
	text-align: right;
	padding-right: 10px;
}
div.body div.right table.contact tr td.leftColumn span {
	color: #FF0000;
}
div.thumbnails {
	padding: 18px 0 15px 0;
	width: 262px;
	float: left;
}
div.thumbnails a {
	display: block;
	width: 58px;
	height: 58px;
	background: #515151;
	float: left;
	margin: 6px 0 0 6px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration: none;
}
div.thumbnails a.logo {
	opacity: 1;
	filter: alpha(opacity=100);
}
div.thumbnails a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
div.thumbnails a.logo {
	width: 250px;
	height: 51px;
	background-color: transparent;
	text-indent: 0;
}
div.singleColumn {
	text-align: left;
}
div.singleColumn h2 {
	color: #fff;
	font-size: 1.8em;
	display: block;
	padding: 20px 0 15px 0;
}
div.singleColumn h3 {
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 5px;
	line-height: 1.6em;
}
div.singleColumn p {
	color: #CCCCCC;
	font-size: 1.2em;
	margin: 0 120px 25px 0;
	line-height: 1.6em;
}

/*-----
	Footer
	-----*/
div.footer {
	font-size: 1.1em;
	color: #e1e1e1;
	padding: 6px 0 20px 0;
}
div.footer a {
	text-decoration: none;
	color: #e1e1e1;
}
div.footer a:hover {
	text-decoration: underline;
}
div.footer div.left {
	float: left;
}
div.footer div.right {
	float: right;
}

/*-----
	clearfix
	-----*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
