/*-----------------------------------------------------------------------------
dazearts Style Sheet

version:   2.6 28 Dec 2007
author:    nigel wood
website:   http://www.cobwood.co.uk/
-----------------------------------------------------------------------------*/

/* =General   Note: layout color text [mbp]
-----------------------------------------------------------------------------*/

/* Remove padding, margin and outline */
* {
	margin: 0;
	padding: 0;
	outline:none;
}

/* Class for clearing floats */
.clear { clear:both; }

/* Remove border around linked images */
img { border: 0; }

/* =Layout
-----------------------------------------------------------------------------*/
body {
	text-align:center;/* for IE quirks */
	background-color:#C0C0C0;
	font: 12px/1.5em  Verdana, Arial, Helvetica, sans-serif;
}
#container{
	width: 955px;
	height: 600px;
	margin:2px auto 2px auto;
	background:#FFF url(graphics/corner_home.jpg) 100% 100% no-repeat;
	/*background: #FFF url(graphics/grid2.gif) left top no-repeat;*/
	text-align: left;/* To align mainBox */
	border-right: 2px solid #AAA;
	border-bottom: 2px solid #999;
	position: relative;
}
#artists #container {background-image:url(graphics/corner_artists.jpg);}
#jewellery #container {background-image:url(graphics/corner_jewellery.jpg);}
#paintings #container {background-image:url(graphics/corner_paintings.jpg);}
#contact #container {background-image:url(graphics/corner_contact.jpg);}

#header{
	height: 138px;
	background: transparent url(graphics/banner_home.jpg) left top no-repeat;
}
#artists #header {background-image:url(graphics/banner_artists.jpg);}
#jewellery #header {background-image:url(graphics/banner_jewellery.jpg);}
#paintings #header {background-image:url(graphics/banner_paintings.jpg);}
#contact #header {background-image:url(graphics/banner_contact.jpg);}

#mainContent{
	height: 442px;/* 600 - 138 -20 */
	background: transparent url(graphics/side_home.jpg) left top no-repeat;
}
#artists #mainContent {background-image:url(graphics/side_artists.jpg);}
#jewellery #mainContent {background-image:url(graphics/side_jewellery.jpg);}
#paintings #mainContent {background-image:url(graphics/side_paintings.jpg);}
#contact #mainContent {background-image:url(graphics/side_contact.jpg);}

#spacer { height: 14px; }

#mainBox {
	width: 785px;/* 955 - 85 - 85 */
	height: 428px;/* 442 - 14 */
	margin: 0 0 0 85px;
}
#paintings #mainBox, #jewellery #mainBox { width: 400px; }
#paintings #mainBox { margin: 0 0 0 95px; }

#leftBox {
	/*float: left;*/
	position: absolute;
	left: 70px;
	top: 152px;
	width: 400px;
	z-index: 20;
	/*margin: 0 0 0 70px;*/
	/*display:inline;*/
	/* IE6 double margin float bug */
}
#contact #leftBox {
	width: 240px;/* WIP 28 Dec, previously 232 */
}
#rightBox {
	/*float: left;*/
	position: absolute;
	left: 485px;/* 70 + 400 + 15 */
	top: 152px;
	width: 400px;
	z-index: 30;
	/*margin: 0 0 0 15px;*/
	/*display:inline;*/
	/* IE6 double margin float bug */
}
#contact #rightBox {
	left: 340px;
	width: 600px;
}
#thumbBar{
	position:absolute;
	left: 77px;
	top: 417px;
	width: 800px;
	z-index: 10;
}
#paintings #thumbBar, #jewellery #thumbBar {
	left: 564px;/* NB see next */
	top: 152px;
	width: 305px;/* 4*75px + a bit */
	line-height:0.8em;/* To remove leading on thumbs */
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDFF;
}
#paintings #thumbBar { left: 554px; }
#paintings #thumbBar p, #jewellery #thumbBar p { line-height: 1.5em; }

#leftWindow { margin-left: 4px; }
#rightWindow { margin-left: 10px; }

#footer{ height: 20px; }

.floatLeft { float: left; }
.floatRight { float: right; }
/*.noHeight { line-height: 0; }*/

/* =Typography
-----------------------------------------------------------------------------*/
/* Ensure Netscape inherits fonts */
h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #227;
}
strong{font-style: normal; font-weight: bold; }

/* =Headings
-----------------------------------------------------------------------------*/
h1 { font-size: 218%; }/* main page heading */

h2 { font-size: 164%; }/* sub heading */

h3 { font-size: 145%; }/* navigational and content tertiary headings */

h4 { font-size: 118%; }/* other headed elements */

/* =Links
-----------------------------------------------------------------------------*/
a, a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	color: #808080;
}
#paintings #thumbBar img:hover, #jewellery #thumbBar img:hover {
	cursor: pointer;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	position:absolute;
	left: 584px;
	top: 102px;
	width: 370px;
	height: 24px;/* 22px tabs */
	z-index: 40;
}
#home #mainNav, #contact #mainNav { left: 642px; }

/* Menu navigation class */
.menuNav li {
	float: left;
	width: 88px;/* 7.5em */
	background: transparent url(graphics/nav_border.gif) left top no-repeat;
	list-style: none;
	text-align: center;
	line-height: 1.85em;
}
.menuNav li.shortTab {
	width: 58px;/* 5.4 em*/
	background-image:url(graphics/nav_border_short.gif);
}
.menuNav a {
	font-weight: bold;
	font-size: 12px !important;
	padding: 0 4px;/* to spread active area without block */
}
.menuNav a.current {
	color: #800080;
	cursor:default; 
}

/* =Sub Nav
-----------------------------------------------------------------------------*/
.buttons{
	width: 225px;
	background: transparent url(graphics/button_grey_wide.gif) left bottom no-repeat;
	line-height:1.5;
	text-align:center;
	font-size:12px !important;
	margin: -2px 0 1px 40px;
	padding: 3px 0;
}

/* =Main Content
-----------------------------------------------------------------------------*/
/* IE6 double margin float bug - see CSS Mastery p 178 */

#mainContent .floatLeft{ margin: 0 40px 10px 0; display:inline; }

#mainContent .floatRight{ margin: 0 0 10px 40px; display:inline; }

/*#artists #mainContent .floatLeft{ margin: 0 10px 10px 0; }*/

/*#artists #mainContent .floatRight{ margin: 1px 0 0 1px; }*/

#artists #leftBox .floatLeft, #artists #rightBox .floatLeft{ margin: 0 10px 10px 0; }/*WIP 28 Dec*/
#artists #leftBox .floatRight, #artists #rightBox .floatRight{ margin: 1px 0 0 1px; }

#paintings #mainContent .floatLeft, #jewellery #mainContent .floatLeft { margin: 0 30px 10px 0; }

img.framed {
	border-width: 2px;
	border-style: solid;
	border-color: #DDDDFF #808080 #808080 #CCCCFF;
}
.shadow{
	background:#FFFFFF url(graphics/shadow-240-by-192.gif) no-repeat bottom right;
	line-height:0;
}
.shadow200{
	background:#FFFFFF url(graphics/shadow-200-by-160.gif) no-repeat bottom right;
	line-height:0;
}
.shadow img, .shadow200 img {
	border:1px solid #AAA;
	position:relative;
	left:-5px;
	top:-5px;
}
#mainBox p, #leftBox p, #rightBox p {
	text-align: left;
	margin: 0 0 10px 0;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#thumbBar p{ color:#A0A0A4; }

#thumbBar img {/* WIP 17 Dec #paintings #thumbBar img, #jewellery #thumbBar img */
	border-color: #FFFFFF;
	border-style:solid;
	border-width: 0 0 1px 1px;
}
#home #thumbBar img { border-width: 0 1px 0 0; }

.arrow { vertical-align:middle; }

.greyBar {
	margin: 0 4px;
	vertical-align: middle;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer p{
	text-align: right;
	font-size:11px;
	margin-right: 5px;
}

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

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}
