/* CSS Document */

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	height:100%;
	text-align:center; /* For IE < 6 centring */
}

body {
	behavior:url("/css/csshover.htc");
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.85em;
	color:#c5babd;
	background:#000 url(../images/bg.jpg) center top no-repeat;
}

/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}

.newsItem img.left {
	margin-right:10px;
	margin-bottom:10px;
}
.newsItem img.right {
	margin-left:10px;
	margin-bottom:10px;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
    content:"."; 
    display:block;
	height:0;
    clear:both; 
    visibility:hidden;
}

/* Remove outlines in FF */
:focus { -moz-outline-style: none; }

a img {
	border:0;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
div#container { /* Static width */
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /* Revert IE < 6 centring */
	margin-bottom:40px;
}

/* Header */
div#header {
	height:133px;
	width:100%;
	background:transparent url(../images/logo.png) left bottom no-repeat;
}
div#nav {
	padding-top:89px;
}
div#sidebar {	
	float:right;
	width:310px;
	margin-bottom:20px;
}
div#content {
	padding-bottom:30px;
}

div#flashHeader	{
	margin-top:5px;
	height:384px;
}
/* Footer */
div#Footer {
	margin-bottom:40px;
}
div#footer p {
	text-align:center;
}


div#dqltag {
	position:relative;
	width:100%;
}
div#dqltag div {
	position:absolute;
	right:0px;
	top:-82px;
}
div#dqltag img {
	opacity:1;
}
div#dqltag a:hover img {
	opacity:0.75;
}

a#Logo	{
	display:block;
	width:228px;
	height:62px;
	position:absolute;
	top:70px;
}


/*--------------------------------------------------------------------------------------------
	Layout 
  --------------------------------------------------------------------------------------------*/  

div.news	{
	width:100%;
	position:relative;
}

.news div {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
}

.news div a {
	font-size:1.1em;
	text-decoration:none;
}
.news div a:hover {
	text-decoration:underline;
}

	
/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  
/* Main nav */
ul#navbar {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}  
ul#navbar li {
	float:left;
	text-indent:-9999px;
}

ul#navbar a {
	color:#a4878e;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.3em;
	height:28px;
	display:block;
	background-position:left top;
}
ul#navbar a:hover {
	color:#fffefe;
	background-position:left -28px;
	background-repeat:no-repeat;
	background-color:transparent;
}

ul#navbar li.navHome a {
	width:86px;
	background-image:url(../images/nav-home.png);
}
ul#navbar li.navCollections a {
	width:126px;
	background-image:url(../images/nav-collections.png);
}
ul#navbar li.navAbout a {
	width:110px;
	background-image:url(../images/nav-about.png);
}
ul#navbar li.navContact a {
	width:108px;
	background-image:url(../images/nav-contact.png);
}


ul#navbar li#current a,
ul#navbar li#section a {
	/* Selected menu item */
	background-position:left -28px;
}  

  
/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1 {
	color:#c5babd;
	padding:0 0 9px 0;
	margin:0;
	font-weight:normal;
	font-size:1.3em;
}

.newsItem h1 {
	margin-bottom:5px;
	padding-bottom:0;
}

h2 {
	color:#c5babd;
	padding:0 0 9px 0;
	margin:0;
	font-weight:normal;
	font-size:1.1em;
}
h3 {
}
h4 {
}
/* Type */
p {
	color:#c5babd;
	padding:0;
	margin:10px 0 11px 0;	
	font-weight:normal;
}

a	{
	text-decoration:underline;
	color:#c5babd;
}

p, table, input, textarea, label, span.message	{
	font-size:0.9em;
}
div#content ul li,
div#content_about ul li	{
	font-size:0.9em;
}

span.required,
span.validation	{
	color:#9b5114;	
}

p.imageName	{
	/*text-transform: capitalize;*/
	margin: 0 0 5px 0;
}
/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}
fieldset	{
	border:0;
	margin:0;
	padding:0;	
}


div#printAddress	{
	display:none;	
}