@charset "utf-8";

html {
	height:100%;
	}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #080808;
	background-image: url(../images/background002.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	height:100%;

}
body#about {
	background-image:url(../images/background0072.jpg);
	background-color: #080808;
	background-repeat: no-repeat;
	background-position: center top;
}
body#press {
	background-image:url(../images/background003.jpg);
	background-color: #080808;
	background-repeat: no-repeat;
	background-position: center top;
}


body#collections{
	background-image:url(../images/background007.jpg);
	background-color: #080808;
	background-repeat: no-repeat;
	background-position: center top;
} 
body#sitemap {
	background-image:url(../images/backgroundtwins.jpg);
	background-color: #080808;
	background-repeat: no-repeat;
	background-position: center top;
}
body#contact {
	background-image:url(../images/background-fs.jpg);
	background-color: #080808;
	background-repeat: no-repeat;
	background-position: center top;
}
body#terms {
	background-image:url(../images/background.jpg);
	background-color: #080808;
	background-repeat: no-repeat;
	background-position: center top;
}



a {
	outline:none;	
}
img {
    border:0;
}
	
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 900px;
	/*text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	min-height:100%;
	height: 100%;
}
.oneColElsCtrHdr #containerpages {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	min-height:100%;
}

.oneColElsCtrHdr #header {
	height: 0px;
}

.oneColElsCtrHdr #headerlogo {
	text-align: center;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50;
	padding-left: 0;
}

#collections #headerlogo {
	padding:30px 0 0;
}

.oneColElsCtrHdr #mainContent {
	position: relative;
	width: 600px;
	border: none;
	margin-top: -162px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 150px;
	top: 50%;
	bottom: 50%;
}

#mainContent img {
	/*position:absolute;
	bottom:0;
	left:168px;*/
	}
#collections #mainContentpages {
	margin-top: 5px;
	padding-left:128px;
	font-style: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #B4B4B4;
}
#press #mainContentpages {
	margin-top: 5px;
	padding-left:128px;
	font-style: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #B4B4B4;
}
#mail #mainContentpages {
	margin-top: 50px;
	padding-left:240px;
	font-style: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #B4B4B4;
}

.oneColElsCtrHdr #mainContentpages {
	border: none;
	text-decoration: none;
	width: 635px;
	height: auto;
	text-align: left;
	height:100%;
	margin-top: 50px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 125px;
	padding-left: 150px;
}
.oneColElsCtrHdr #mainContentpages p {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	color: #999;
	text-decoration: none;
	line-height: 26px;
	font-weight: normal;
}
.oneColElsCtrHdr #mainContentpages p a{
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #B4B4B4;
	text-decoration: none;
}

.oneColElsCtrHdr #mainContentpages p a:hover {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
.oneColElsCtrHdr #mainContentpages h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	color: #CCC;
	text-decoration: none;
	line-height: 34px;
	font-weight: normal;
}



.oneColElsCtrHdr #footer {
	position: absolute;
	height: 100px;
	background-position: center center;
	width: 100%;
	text-align: center;
	background-image: url(../images/50percent.gif);
	left: 0px;

}
* html .oneColElsCtrHdr #footer
{
    right: auto; bottom: auto;
    left: 0;
    top: expression( ( 0 - 100 + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	
}
html>.oneColElsCtrHdr #footer { 
	position: fixed;
	bottom: 0px;
}

.menu {

}
.menu p {
	margin:0;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}
.menu a {
	color: #666;
	font-style: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.menu a:hover {
	color: #FFF;
	font-style: normal;
	text-decoration: none;
}
.credits {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #555;
	font-weight: normal;
}
.credits a {
	color: #555;
	font-style: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
.credits a:hover {
	color: #FFF;
	font-style: normal;
	text-decoration: none;
}
#mainContentpagescontact br, .clear {
	clear:both;
	}
	
.col {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	}
.col2, .col3 {
	float: left;
	padding:0 0 0 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	}
	
input, textarea {
	background: #d5d7d7;
	padding:3px 0 3px 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border: 0;
	color: #000;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	}
textarea {
	padding-top:6px;
	}
* html input {
	line-height:1;
	}
label input {
	background:transparent;	
	margin:5px 0 0;
}
input.submit {
	padding:0;	
	
}
html>/**/body label.checkbox {
	line-height:36px;
	}
.col input {
	width: 236px;
	}	
.col2 input {
	width: 246px;
	}
label {
	color:#999;
	padding:9px 0;
	border:0;
	
	
	}
.fullwidth {
	width:506px;
	}
.oneColElsCtrHdr #mainContentpagescontact {
	border: none;
	height: auto;
	text-align: left;
	margin-top: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 125px;
	padding-left: 190px;
}
.oneColElsCtrHdr #mainContentpagescontact p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
	line-height: 26px;
}

.oneColElsCtrHdr #mainContentpagescontact p a {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
.oneColElsCtrHdr #mainContentpagescontact p a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.oneColElsCtrHdr #mainContentpagescontact h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	line-height: 30px;
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
	width: 515px;
}
.oneColElsCtrHdr #mainContentpagescontact h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: 12px;
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
}


.formongrey p {
	font-style: normal;
	color: #CCC;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.aligncenter h1 {
	text-align: center;
}

#collections #mainContentpagescontactcenter  {
	padding-right:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #B4B4B4;
	text-decoration: none;
	font-weight: normal;
}

#press #mainContentpagescontactcenter {
	padding-right:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #B4B4B4;
	text-decoration: none;
	font-weight: normal;
}
.oneColElsCtrHdr #mainContentpagessitecenter {
	font-style: normal;
	color: #CCC;
	text-decoration: none;
	text-align: center;
	padding-right: 45px;
	margin-top: 0px;
	font-weight: normal;
}
.oneColElsCtrHdr #mainContentpagescontactcenter  {
	font-style: normal;
	color: #999;
	text-decoration: none;
	text-align: center;
	padding-right: 230px;
	margin-top: 0px;
	font-weight: normal;
}
.oneColElsCtrHdr #mainContentpagescontactcenter p {
	font-style: normal;
	color: #999;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}

.oneColElsCtrHdr #mainContentpagescontactcenter p a{
	font-style: normal;
	color: #B4B4B4;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}
.oneColElsCtrHdr #mainContentpagescontactcenter p a:hover {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}
.oneColElsCtrHdr #mainContentpagescontactcenter h1 {
	font-style: normal;
	color: #CCC;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
}

.oneColElsCtrHdr #mainContentpagessitemapcenter {
	font-style: normal;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50%;
	font-weight: normal;
}
#mainContentpagessitemapcenter .col2 {
	padding:0 0 0 60px;
}
.prev {
	
}	
.prev img{
	border:0;
}
html body #mainContentpages .caption, html body #mainContentpages .caption h1{
	color: #999;
}

html body #mainContentpages .caption h1{
	margin-bottom: 3px;
	font-size:19px;
	color: #CCC;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
 }
html body #mainContentpages .caption p {
 margin-top:1px;
 }
a.loading {
	background:#080808 url("../images/loading.gif") no-repeat 50% 20% ;
	
}

#collections table.mainContentpagescontact a {
	color: #999;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#collections table a:hover {
	color: #FFF;
}
#collections table h1 {
	margin:0;
	padding:0 7px 0 0;
}
#collections table span {
	padding:0 4px;
}
#collections .mainContentpagescontact{
	margin:0 auto;
}
#collections div#mainContentpagescontactcenter table.mainContentpagescontact, .spacegallery{
   /* padding-left:45px;*/	
}
#press table.mainContentpagescontact a {
	color: #999;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#press table a:hover {
	color: #FFF;
}
#press table h1 {
	margin:0;
	padding:0 7px 0 0;
}
#press table span {
	padding:0 4px;
}
#press .mainContentpagescontact {
	margin:0 auto;
}
#press .spacegallery {
        
}
#press #headerlogo {
	padding:30px 0 0;
}
body#mail {
	background-image:url(../images/background-fs.jpg);
	background-color: #080808;
	background-repeat: no-repeat;
	background-position: center top;
}
