* {
	margin: 0;
	padding: 0;
}
.clearer {
	clear: both;
}
body {
	text-align: center;
	font-size: 62.5%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 15px;
}
#wrapper {
	width: 955px;
	text-align: left;
	margin: 0 auto;
}
#content {
	background: url(binaries/tj-main-bg.jpg) repeat-y left top;
	height: auto;
	min-height: 200px;
	position: relative;
	
}
* html #content {
	height: 200px;
}
a img {
	border: none;
}


/* Header
--------------------------------------- */
h1#logo {
	width:409px;
	height:106px;
	text-indent:-999em;
	overflow:hidden;
	background:url(binaries/tj-header.gif) top left no-repeat;
}
.home-title {
	width:334px;
	height:35px;
	text-indent:-999em;
	background:url(binaries/page-titles/quality-photography.gif) top left no-repeat;
}
.wedding-title {
	width:334px;
	height:35px;
	text-indent:-999em;
	background:url(binaries/page-titles/wedding-photography.gif) top left no-repeat;
}
.portrait-title {
	width:334px;
	height:35px;
	text-indent:-999em;
	background:url(binaries/page-titles/portrait-photography.gif) top left no-repeat;
}

#header {
	background: url(binaries/header-fade.gif) left bottom no-repeat;
	padding-bottom: 10px;
	position: relative;
	height: 110px;
}

#mainLogo {
	position: absolute;
	left: 0px;
	bottom: 6px;
}
#construction {
	position: absolute;
	right: 0px;
	bottom: 6px;
	color: #333333;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	height: 110px;
}

#logos {
	position: absolute;
	right: 8px;
	bottom: 6px;
	height: 90px;
	width: 207px;
}

/* Navigation
--------------------------------------- */

#nav {
	list-style: none;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	width: 200px;
}
#nav li {
	background: url(binaries/nav-thinline.gif) right bottom no-repeat;
	float: right;
	clear: right;
	width: 200px;
	text-align: right;
}
#nav li:hover {
	background-image: url(binaries/nav-thinline-active.gif);
}
#nav li.disabled:hover {
	background-image: url(binaries/nav-thinline.gif);
	cursor: default;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	display: block;
	text-align: right;
}
#nav li.disabled a {
	color: #999999;
	cursor: default;
}

#mpaLogo {
	position: absolute;
	right: 30px;
	top: 190px;
}

/* Main text
--------------------------------------- */

#contentTop {
	height: auto;
	min-height: 100px;
}
#textMain {
	width: 780px;
	padding-top: 25px;
	padding-bottom: 5px;
	line-height: 17px;
}
#textMain p {
	color: #666666;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-size: left;
}


#headingWrapper {
	width: 700px;
}

#textMain h2 {
	float: left;
	font-size: 24px;
	text-transform: lowercase;
	color: #d6ae92;
	font-weight: normal;
	word-spacing: -0.1em;
	width: 50%;
	
}
#contactDetails {
	float: right;
	width: 40%;
	text-align: right;
}
#contactDetails a {
	color: #666666;
}
#contactDetails strong {
	color: #d6ae92;
}
#textMain a {
	color: #666666;
	text-decoration: underline;
}
#textMain a:hover {
	color: #666666;
	text-decoration: none;
}
#textMain .textCol {
	float: left;
	width: 45%;
	margin-right: 25px;
}
#textMain .textLinks {
	float: left;
	width: 90%;
	margin-right: 25px;
}

/* Homepage Portfolio
--------------------------------------- */

#homePortfolio {
	position: relative;
	height: 500px;
}

body#linksPage #homePortfolio {
	height: 200px;
}

#mainPic {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#thumbs {
	position: absolute;
	right: 17px;
	bottom: 9px;
}
#thumbs img {
	display: block;
	margin-bottom: 5px;
	border: 2px solid #E67928;
}
#thumbs img:hover {
	border: 2px solid #FFFFFF;
	cursor: hand;
	cursor: pointer;
}
#thumbs img.active {
	border: 2px solid #FFFFFF;
	cursor: default;
}

#thumbs p {
     color: #FFFFFF;
	 margin-bottom: 10px;
}

/* Red Abbey Design Credit
--------------------------------------- */

#raDesign {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
#raDesign a {
	color: #FFFFFF;
}

/* Footer
--------------------------------------- */

#footer {
	padding-top: 10px;
}
#footer #cwdLogo {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}
#footer #raLogo {
	float: left;
	padding-right: 5px;
}
#footer #credit {
	float: left;
	padding-top: 5px;
	color: #999999;
}
#footer #credit a {
	color: #999999;
}
#footer #credit a:hover {
	color: #333333;
}
#footer #w3cLogo {
	float: right;
}
#footer #copyright {
	float: right;
	padding-right: 10px;
	color: #999999;
}

/* Links
--------------------------------------- */

#links li {
	list-style: none;
	font-size: 1.2em;
    color: #666666;
	background-image: url(binaries/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 25px;
	padding: 2px 0px 0px 18px;
}
