/* ---------------------------------------------------------------------------
		Screen stylesheet
--------------------------------------------------------------------------- */
* {margin:0;padding:0;}

body {
    background-color: #fff;
	color:#333333;
	}

body, td, td table td, td table td p, table ul, label, input, select, option, textarea {
	font: small/1.3 Arial, Verdana, Helvetica, sans-serif;	
	}

a, a:visited	{color: #2350A0;	text-decoration: underline;}
a:hover, a:visited:hover {	text-decoration: none;	color: #2350A0;}



/* ---------------------------------------------------------------------------
	Layout
--------------------------------------------------------------------------- */

#main {
	width:770px;
	margin-left:auto;margin-right:auto;
}

#maintable {
	width:770px;
	margin:2px auto;
	text-align:center;
}	


#bannertable {
	width:770px;
	margin:2px auto;
	text-align:center;
}	

#bannertable td {padding-top:3px;}


#footer {
	text-align:center;
	width:100%;
	margin-left:auto;margin-right:auto;
	}

#innerfooter {
	background-color:#FFF;
	width:764px;
	border-top:1px solid #bababa;
	clear:both;
	margin-left:auto;margin-right:auto;padding-top:5px;
	}



#content {margin-left:2em; }


#content p {
	margin:0.5em 0.5em 1em 0;
	word-spacing:0.1em;
}

#content ul {
	margin:0 0.5em 0.5em 1.5em;
	word-spacing:0.1em;
	line-height:160%;
}

#content ol {
	margin:0.5em 0.5em 0.5em 1.5em;
	word-spacing:0.1em;
	line-height:160%;
}



/* ---------------------------------------------------------------------------
	Footer styles
--------------------------------------------------------------------------- */


#organisation {float:left; font-size:x-small;display:block;margin-left:0.5em; width:70%;text-align:left;}

#amarsys {float:right;font-size:x-small;text-align:left;display:block;margin-right:0.5em;}
#amarsys a {font-weight:normal;}





/* ---------------------------------------------------------------------------
	Heading styles
--------------------------------------------------------------------------- */

h1
{
	color: #666666;
	font-size: 135%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 
{
	color: #666666;
	font-size: 120%;
	margin: 4px 0 0 0;
	padding: 0;
}

h3
{
	color: #666666;
	font-size: 125%;
	font-weight: bold;
	margin: 10px 0 0 0;
}

h4
{
	color: #666666;
	font-size: 110%; 
	font-weight: normal;
	margin: 0;
}


h5
{
	color: #ff0066;
	margin: 0;
}

/* ---------------------------------------------------------------------------
	Table styles
--------------------------------------------------------------------------- */

td {vertical-align:top;text-align:left;}
th {vertical-align:bottom;text-align:left;}



#listing table
{
	border: 1px solid #e8e3df;
}


#listing th
{
	font-weight:900;
	background-color:#e8e3df;
	padding: 3px 0 3px 3px;
}

#listing td
{
	padding: 2px 0 1px 3px;
}

.inputform td
{
	padding: 2px 0 1px 3px;
}

#listing_small table
{
	border:1px solid #e8e3df;
}


#listing_small th
{
	font-weight:900;
	background-color:#e8e3df;
	padding: 3px 0 3px 3px;
	font-size:xx-small
}

#listing_small td
{
	padding: 2px 0 1px 3px;
	font-size:xx-small;
}


table.grid {
	table-layout:fixed;
	margin:1em 0 1em 0;
	}

table.grid td {
	text-align:center;
	padding-bottom:2em;
}


 table.basket {	border: 1px solid #e8e3df; }
.basket td {	padding: 2px 0 1px 3px;	border: 1px solid #e8e3df; }
.basket th {	padding: 2px 2px 1px 3px; background-color:#e8e3df;}


table.checkoutform { }
.checkoutform td {	padding: 2px 0 5px 0;}



/* ---------------------------------------------------------------------------
	Product styles
--------------------------------------------------------------------------- */

.product_title_large
{
	color: #970100;
	font-size: 125%;
	font-weight: bold;
	margin: 10px 0 0 0;
}

a.product_title_large
{
	color: #2350A0;
	font-size: 125%;
	font-weight:bold;
	display:block;
}

a.product_title_small
{
	color: #2350A0;
	font-size: 90%;
	font-weight:bold;
	display:block;
}

.price_large
{
	color:#788494;
	font-size: 125%;
	font-weight:bold;
}

.price_small
{
	color:#788494;
	font-weight:bold;
}

.productdescription
{
	margin-top:0;
	margin-bottom:1em;
	line-height:1.7;
}

/* ---------------------------------------------------------------------------
	Sidebar
--------------------------------------------------------------------------- */

.sidebar h3 {color:#ff0066}

.sidebar a {
	color:#2350A0;
	font-weight:bold;
	margin-bottom:0.2em;
	}

ul.sidebarlist {list-style-image: url(../images/artwork/square.gif);}
.sidebarlist li {margin-left:1.5em;padding:0 0 0.3em 0;}





/* ---------------------------------------------------------------------------
	Miscellaneous
--------------------------------------------------------------------------- */


img {border:0;}

.right {text-align:right}
.center {text-align:center}
.bold {font-weight:bold}

img.framed {
	padding:1px;
}

#staticpage {width:28em;border-right:1px solid #ececec;padding-right:2em;}




/* ---------------------------------------------------------------------------
	Bits from main website
	Note that /rebrand directory equates to /artwork2009
--------------------------------------------------------------------------- */
#crumbtrail strong {    
	padding-left: 10px;    
	background: url(../images/artwork2009/blue_triangle.gif) 0 50% no-repeat;
	margin-right: 5px;
	color: #ff0066;
}

#crumbtrail a,
#crumbtrail a:visited {
	padding-left: 10px;
	background: url(../images/artwork2009/blue_triangle.gif) 0 50% no-repeat;
	margin-right: 5px;
	text-decoration: none;
}

#crumbtrail a:hover,
#crumbtrail a:visited:hover {
	text-decoration: underline;
}

#crumbtrail {
	padding: 5px 0;
	font-size: 0.85em;
}

#crumbtrail p {
	margin: 0;
	padding: 0;
}


#navWrap ul,
#navWrap li {
	margin: 0;
	padding: 0;
}


#navWrap {
	width: 770px;
	background: #fff url(../images/artwork2009/grey_dot.gif) bottom left repeat-x;
	overflow: hidden;
	position: relative;
}

.search {
	float: right;
	}


#header {
	height: 70px;
	border-bottom: 1px solid #bebebe;
	background: #13064f url(../images/artwork2009/header_bg.gif) 0 0 no-repeat;
	position: relative;
}


#header h1 {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 118px;
	height: 47px;
}

#header h1 a { /* using accessible image replacement technique... text indented out of 'viewing port' to leave bg image (logo) visible */
	display: block;
	width: 118px;
	height: 47px;
	overflow: hidden;
	text-indent: -9999px; /* hide the html text */
	text-decoration: none;
	background: url(../images/artwork2009/h1_logo.gif) 0 0 no-repeat;
}



ul#siteNav {
	float: left;
	margin-left: 10px;
	display: inline; /* fix floated element margin-doubling bug in IE6 */
	margin-top: 5px;
}

ul#siteNav li {
	float: left;
	margin-right: 10px;
	list-style-type:none;
}


ul#siteNav li#mol_tab,
ul#siteNav li#mol_tab a,
ul#siteNav li#mol_tab a:visited {
	width: 137px;
	height: 22px;
	
}

ul#siteNav li#docklands_tab,
ul#siteNav li#docklands_tab a,
ul#siteNav li#docklands_tab a:visited {
	width: 118px;
	height: 22px;
	
}

ul#siteNav li#arch_tab,
ul#siteNav li#arch_tab a,
ul#siteNav li#arch_tab a:visited {
	width: 131px;
	height: 22px;
	
}

ul#siteNav li a,
ul#siteNav li a:visited {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background-color: #f3f3f3;
}

ul#siteNav li#mol_tab a,
ul#siteNav li#mol_tab a:visited {
	background: #f3f3f3 url(../images/artwork2009/navtab_mol.gif) 0 0 no-repeat;
	}
	
ul#siteNav li#docklands_tab a,
ul#siteNav li#docklands_tab a:visited {
	background: #f3f3f3 url(../images/artwork2009/navtab_docklands.gif) 0 0 no-repeat;
	}
	
ul#siteNav li#arch_tab a,
ul#siteNav li#arch_tab a:visited {
	background: #f3f3f3 url(../images/artwork2009/navtab_arch.gif) 0 0 no-repeat;
	}
	
	
ul#siteNav li#mol_tab a:hover,
ul#siteNav li#mol_tab a:visited:hover,
ul#siteNav li#mol_tab a.active,
ul#siteNav li#mol_tab a.active:hover,
ul#siteNav li#mol_tab a.active:visited,
ul#siteNav li#mol_tab a.active:visited:hover,
ul#siteNav li#docklands_tab a:hover,
ul#siteNav li#docklands_tab a:visited:hover,
ul#siteNav li#docklands_tab a.active,
ul#siteNav li#docklands_tab a.active:hover,
ul#siteNav li#docklands_tab a.active:visited,
ul#siteNav li#docklands_tab a.active:visited:hover,
ul#siteNav li#arch_tab a:hover,
ul#siteNav li#arch_tab a:visited:hover,
ul#siteNav li#arch_tab a.active,
ul#siteNav li#arch_tab a.active:hover,
ul#siteNav li#arch_tab a.active:visited,
ul#siteNav li#arch_tab a.active:visited:hover

.mol ul#siteNav li#mol_tab a,

.mol ul#siteNav li#mol_tab a:hover, 

.mol ul#siteNav li#mol_tab a:visited, 

.mol ul#siteNav li#mol_tab a:visited:hover,



.docklands ul#siteNav li#docklands_tab a, 

.docklands ul#siteNav li#docklands_tab a:hover, 

.docklands ul#siteNav li#docklands_tab a:visited, 

.docklands ul#siteNav li#docklands_tab a:visited:hover,



.arch ul#siteNav li#arch_tab a, 

.arch ul#siteNav li#arch_tab a:hover, 

.arch ul#siteNav li#arch_tab a:visited, 

.arch ul#siteNav li#arch_tab a:visited:hover 
 {
	background-position: 0 -22px;
	}






#subNav {
	border-bottom: 1px solid #adadad;
	padding: 2px 0 10px 0;
	height: 1.3em;
	margin-bottom: 20px;
	font-size: 0.9em;
	width:770px;
}





ul#topNav,
ul#topNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul#topNav {
	clear:right;
	float:left;
	overflow: auto;
	margin-bottom:10px;
	width:770px;
	}

	

ul#topNav li {
	float: left;
	display: block;
	}


ul#topNav li a,

ul#topNav li a:visited {
	float: left;
	display: block;
	padding: 4px 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ff0066;
	border-right: 1px solid #999;
	font-weight: bold;
}




ul#topNav li a:hover,
ul#topNav li a:visited:hover {
	text-decoration: underline;
	}

#subNav li.last a,
#subNav li.last a:visited {	border: none;	}

#topNav li.active a,zzzzzzzzzzzzzzzzzzzzzzzzz
#topNav li.active a:visited {	background-color:#676767	;color:#fff;}





.search label {
	color: #666;
	font-size: 0.85em;
	font-weight: bold;
}

.search .search-input {
	border: 1px solid #ccc;
	margin-right: 5px;

}

#SearchSelect1_SearchButton {
	position: relative;
	top: 3px; /* IE messes up vertical alignment so we did this... */
}

/*Firefox: stop second horizontal nav (#subNav) from wrapping onto two lines:*/
#subNav {    font-size: 0.85em;}



#footer {	
	color: #fff;	
	font-size: 0.9em;	
	background: #0079E0 url(../images/artwork2009/footer_bg.gif) 0 0 repeat-x;	
	padding: 3px 0;	
	text-align: right;	
	clear: both;	
	width: 770px;	
	margin-bottom: 10px;
	height:14px;
}


#footer p {	
	margin: 0 10px;
}



#footer a,#footer a:visited {    
	color: #fff;
}
