/* Global styles */

/*-Basic tags ------------------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	background: #696131;
}

body {
	color: #FFF;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover,
a:active {
	color: #70608A;
	text-decoration: none;
}

dl {
	margin-bottom: 5px;
}

dt {
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
}

dd {
	padding: 0.2em;
	margin-bottom: 0.2em;
}

em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: none;
}

h1,h2,h3,h4,h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFF;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font: 1.2em Arial, Helvetica, sans-serif;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px 0px 1.5em 0px;
}

ul, ol {
	margin: 0px 2em 1em 2em;
}

ul {
	list-style: square;
}


/*-Primary structure --------------------------------------------------------------------------------------------------------------- */

#headWrapper,
#contentWrapper,
#footWrapper {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#headWrapper {
	height: 300px;
	background: #696131 url(../images/bkgnd_header_tile.jpg) repeat-x center top;
}

#contentWrapper {
	background: #150c17 url(../images/bkgnd_content.gif) repeat center top;	
}

#footWrapper {
	background: #696131 url(../images/bkgnd_footer.jpg) repeat-x center top;
	height: 300px;
}

#header {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	background: url(../images/header.jpg) no-repeat center top;
	height: 300px;
}

#content {
	margin: 0px auto;
	width: 960px;
	text-align: left;
	padding: 50px 0px;
	overflow: hidden;
	min-height: 590px;
}

#footer {
	font-size: 0.9em;
	text-align: center;
	padding: 20px 0px 0px;
	margin: 0px auto;
	width: 960px;
}


/*-Secondary structure --------------------------------------------------------------------------------------------------------------- */

#welcomeMessage {

}

#pageLinksBlock {
	text-align: center;
}

.columnContainer {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: hidden;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0% 1.5% 0% 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0% 1% 0% 0%;
}


#randomPhoto {
	padding: 0px 5px 5px 0px;
}

#randomPhoto a {
	background: transparent;
	padding: 0px;
}

#randomPhoto img {
	padding: 2px;
	border: 5px solid #FFF;
	background: #FFFFFF;
}

/*-Headings ------------------------------------------------------------------------------------------- */


#logoBlock {
	width: 900px;
	height: 145px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 55px;
	top: 110px;
}

#logoBlock a {
	display: block;
	width: 900px;
	height: 145px;
}

#logoBlock a span {
	display: none;
}

#pageHeading {
	display: none;
}

/*-Lists ------------------------------------------------------------------------------------------------ */

#primaryNavigation {
	position: absolute;
	bottom: -7px;
	height: 15px;
	left: 375px;
}

#primaryNavigation ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#primaryNavigation li {
	float: left;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	line-height: 15px;
	height: 15px;
}

#primaryNavigation li a {
	display: block;
	height: 15px;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#primaryNavigation li a span {
	display:none;
}

#primaryNavigation li.nav_home a {
	width: 44px;
	background-image:url(../images/nav_home.png);
}

#primaryNavigation li.nav_portfolio a {
	width: 76px;
	background-image:url(../images/nav_portfolio.png);
}

#primaryNavigation li.nav_contact a {
	width: 70px;
	background-image:url(../images/nav_contact.png);
}


/*-Photos ------------------------------------------------------------------------------------------------ */

#photoCategoriesContainer {
	margin: 0px;
	padding: 50px 0px 0px;
	width: 100%;
	overflow: hidden;
}

.photoCat {
	background: #FFF;
	margin: 0px 10px 20px;
	padding: 5px;
	float: left;
	height: 140px;
	width: 210px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.photoCat a {
	position: absolute;
	left: 5px;
	top: 5px;
	overflow: hidden;
	height: 140px;
	width: 210px;
}

.photoCat a img {
}

.photoCat span {
	font: 2em/30px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	height: 30px;
	display: block;
	position: absolute;
	left: 0px;
	top: 57px;
	text-align: center;
	width: 210px;
	text-transform: capitalize;
	background: url(../images/trans_black.png) repeat center top;
}

#photosContainer {
	width: 100%;
	overflow: hidden;
}

#photosContainer a {
	float: left;
	display: block;
	width: 210px;
	height: 140px;
	padding: 5px;
	margin: 0px 10px 20px;
	overflow: hidden;
	text-decoration: none;
	background: #FFFFFF url(../images/loading.gif) no-repeat center center;
}

#photosContainer a span {
	display: block;
	width: 210px;
	height: 140px;
	overflow: hidden;
}

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


a#loadingLink {
	background: #FFFFFF;
}

#pageLinksBlock a,
#pageLinksBlock a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	background: #322320;
	padding: 2px 4px 2px 4px;
}

#pageLinksBlock a:hover,
#pageLinksBlock a:active,
#pageLinksBlock a:focus,
#pageLinksBlock a.activePageLink
{
	color: #322320;
	background: #FFFFFF;
}

.loginButton,
.retrieveButton,
.sendButton
{
	width: 80px;
	border: none;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center top;
}

.loginButton,
.loginButton:visited
{
	background-image: url(../images/login_button.gif);
}

.retrieveButton,
.retrieveButton:visited
{
	background-image: url(../images/retrieve_button.gif);
}

.sendButton,
.sendButton:visited
{
	background-image: url(../images/send_button.gif);
}




/*-Forms ---------------------------------------------------------------------------------------------- */

fieldset {
	border: 1px solid #EBE9ED;
	margin-bottom: 0.2em;
	padding: 0.2em;
}

legend {
	padding: 0.2em;
	color: #333333;
	font: 1.5em Arial, Helvetica, sans-serif;
}

label {
	display: block;
	float: left;
	width: 30%;
	margin-right: 0.5em;
	padding: 0.3em;
}

.formTextField,
.formFileField,
.formTextArea,
.briefTextArea,
.formSelect {
	border: 1px solid #D8D5BA;
	background: #EDEBF3;
}

.formTextField:focus,
.formFileField:focus,
.formTextArea:focus,
.briefTextArea:focus,
.formSelect:focus {
	background-color: #FFFFDD;
	border: 1px solid #FFD700;
}

.formTextField {
	padding: 2px;
	width: 55%;
}

.formTextArea {
	width: 90%;
	overflow: auto;
	height: 15em;
	padding: 2px;
}

.formBlock {
	margin-bottom: 0.2em;
	padding: 0.2em;
	width: 99%;
	overflow: hidden;
}

.formBlock p {
	margin: 0px;
	padding: 0px;
}

.formError label {
	background-image: url(../images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

.required label, .noteRequired {
	background-image: url(../images/icon_required.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.required label {

}

.noteRequired {
	height: 1.5em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

.formError {
	border: 1px solid #FFFFFF;
	padding: 4px;
}

/*-Tables ----------------------------------------------------------------------------------------------------------------- */



/*-Miscellaneous ------------------------------------------------------------------------------------------------------------- */

.altrow1 {

}

.altrow2 {

}


#contactDetails p {
	margin: 0px;
	padding: 0px;
}

#contactDetails dt {
	display: block;
	float: left;
	width: 30%;
	text-align: right;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.3em;
	
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

#contactDetails dd {
	margin-bottom: 0.5em;
	padding: 0.3em;
}

.loginButton,
.retrieveButton,
.sendButton
{
	cursor: pointer;
}
