/* BODY */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


/* HEADER */

#header img
{
	border: none;
}

#header h1
{
	margin: 0;
	padding: 0;
}

.hide
{
	display: none;		
}

/* TABS */

#tabs ul
{
    margin: 0;
    padding: 0;
    list-style: none;
	font-size: 0.8em;
}

#tabs li
{
    margin: 0;
    padding: 0;
	float: left;
}

#tabs a
{
    padding: 5px 6px;
	display: block;	
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #FFF;
	color: #3C7899;
	background: #C9E1ED;
}

#tabs .small
{
	font-size: 0.75em;
	vertical-align: middle;
}

#home_tab:hover
{
	background: #3C7899;
	color: #FFF;
}

#tab1:hover
{
	background: #8D6B54;
	color: #FFF;
}

#tab2:hover
{
	background: #AB458F;
	color: #FFF;
}

#tab3:hover
{
	background: #5B8059;
	color: #FFF;
}

#tab4:hover
{
	background: #4B99C2;
	color: #FFF;
}

#tab5:hover
{
	background: #9F3D37;
	color: #FFF;
}

#tab6:hover
{
	background: #17597D;
	color: #FFF;
}

#tab7:hover
{
	background: #6B5074;
	color: #FFF;
}

#tab95:hover
{
	background: #37386F;
	color: #FFF;
}

#tab96:hover
{
	background: #958F51;
	color: #FFF;
}


/* SEARCH */

#search p
{
	margin: 0;
	padding: 0;
}


/* NAVIGATION */

#navigation
{
	background: #C9E1ED;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul ul
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #C9E1ED;
	display: none; /* This level of navigation is hidden by default */
}

#navigation li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}

#navigation ul ul li
{
	border: 1px solid #C9E1ED;
	border-bottom: none;
}

#navigation a
{
	margin: 0;
	padding: 3px 5px;
	display: block;
	text-decoration: none;
	color: #3C7899;
	font-size: 0.8em;
}

#navigation ul li a:hover
{
	background-color: #3C7899;
	color: #FFF;
}

#navigation ul ul li a
{
	background-color: #FFF;
	color: #3C7899;
}

#navigation ul ul li a:hover
{
	text-decoration: underline;
	background-color: #FFF;
	color: #3C7899;
}

#navigation .small
{
	font-size: 0.75em;
	vertical-align: text-bottom;
}


/* CONTENT */

#content h1
{
	margin: 20px 0;
	padding: 3px 5px;
	font-size: 0.85em;
	color: #FFF;
	background: #3C7899;
	font-weight: normal;
	clear: both;
}

#content h2
{
	margin: 20px 0 10px 0;
	padding: 3px 5px;
	font-size: 0.85em;
	color: #3C7899;
	background: #C9E1ED;
	font-weight: normal;
	clear: both;
}

#content h3
{
	margin: 20px 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 0.85em;
	color: #3C7899;
	font-weight: normal;
	border-bottom: 1px solid #3C7899;
	clear: both;
}

#content h4
{
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 0.85em;
	color: #3C7899;
	font-weight: normal;
	clear: both;
}

#content p
{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.85em;
	color: #555;
	line-height: 1.5em;
}

#content ul, #content ol
{
	margin: 0 30px 20px 30px;
	padding: 0;
}

#content li
{
	margin: 0;
	padding: 0 0 0.8em 0;
	font-size: 0.85em;
	color: #555;
	line-height: 1.5em;
}

#content ul ul
{
	margin: 5px 20px -15px 20px;
}

#content ul ul li
{
	font-size: 1em;
	list-style: circle;
}

#content ul ul ul li
{
	font-size: 1em;
	list-style: disc;
}

#content a
{
	color: #36C;	
	text-decoration: underline;
}

#content a:hover
{
	color: #E00;
}

#content a.doc
{
	padding-left: 19px;
	background: url(../images/doc.gif) left center no-repeat;
	display: inline-block;
}

#content a.url
{
	padding-right: 15px;
	background: url(../images/url.gif) right center no-repeat;
	display: inline-block;
}

#content a.mp3
{
	padding-left: 19px;
	background: url(../images/mp3.gif) left center no-repeat;
	display: inline-block;
}

#content a.pdf
{
	padding-left: 19px;
	background: url(../images/pdf.gif) left center no-repeat;
	display: inline-block;
}

#content a.ppt
{
	padding-left: 19px;
	background: url(../images/ppt.gif) left center no-repeat;
	display: inline-block;
}

#content a.xls
{
	padding-left: 19px;
	background: url(../images/xls.gif) left center no-repeat;
	display: inline-block;
}

#content a.zip
{
	padding-left: 19px;
	background: url(../images/zip.gif) left center no-repeat;
	display: inline-block;
}

#content form
{
	margin: 0;
	padding: 0;
}

#content input, #content textarea, #content select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000;
}

#content input
{
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#content #apply_button1 input, #content #apply_button2 input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content table
{
	margin: 0;
	border: 1px solid #C9E1ED;
	border-bottom: none;
}

#content table td
{
	margin: 0;
	padding: 5px;
	font-size: 0.85em;
	color: #555;
	line-height: 1.5em;
	vertical-align: top;
	border-bottom: 1px solid #C9E1ED;
}

#content table td p
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #555;
	line-height: 1.5em;
	vertical-align: top;
}

#content table th
{
	margin: 0;
	padding: 5px;
	font-size: 0.85em;
	color: #3C7899;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background: #C9E1ED;
	border-bottom: 1px solid #FFF;
}

#content table.no_border, #content table.no_border tr td
{
	border: none;
}

#content .half_width
{
	width: 50%;
}

#content .number
{
	width: 20px;
	text-align: center;
}

#content .padding_left
{
	padding-left: 20px;
}

#content .small
{
	font-size: 0.85em;
}

#content .highlight
{
	padding: 5px;
	background: #C9E1ED;
	line-height: 1.5em;
	display: block;
}

#content .not_public
{
	background: #EEE;
}


/* LINKS */

#links ul
{
    margin: 0;
    padding: 0;
	font-size: 0.9em;
}

#links li
{
    margin: 0 0 10px 0;
    padding: 0;
	float: left;
	list-style: none;
}

#links ul li a
{
    margin: 0;
	padding: 4px 6px;
	display: block;	
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #FFF;
	color: #FFF;
	background: #3C7899;
}

#links ul li a:hover
{
	color: #FFF;
	background: #3C7899;
}


/* SHOP */

#content #products div.product_wrapper
{
	clear: both;
	margin: 0;
	padding: 0;
}

#content #products div.product_top_left
{
	/*width: 113px;*/
	width: 158px;
	border: 1px solid #D3CBD6;
	float: left;
	margin: 0;
	padding: 0;
}

#content #products div.product_top
{
	width: 158px;
	margin: 0 0 0 20px;
	border: 1px solid #D3CBD6;
	float: left;
	padding: 0;
}

#content #products div.product_row_left
{
	width: 158px;
	margin-top: 20px;
	border: 1px solid #D3CBD6;
	float: left;
	padding: 0;
}

#content #products div.product_row
{
	width: 158px;
	margin: 20px 0 0 20px;
	border: 1px solid #D3CBD6;
	float: left;
	padding: 0;
}

#content #products div p.product_image
{
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
}

#content #products div p.product_details
{
	margin: -5px 0 0 0;
	padding: 2px 5px;
	font-size: 0.75em;
	border-top: 1px dotted #D3CBD6;
}

#content #product_large div p.product_image
{
	margin: 0;
	padding: 9px 9px 4px 9px;
	border-bottom: 1px dotted #D3CBD6;
	font-size: 0.9em;
	text-align: center;
}

#content #product_large div p.product_details
{
	margin: 0;
	padding: 4px 9px 4px 8px;
}

#content #product_large div p.add_to_basket
{
	margin: 0;
	padding: 15px 9px 15px 8px;
	clear: both;
	text-align: center;
}

#content #products div p img, #content #product_large div p img
{
	border: none;
}

#content #products div p span.no_image, #content #product_large div p span.no_image
{
	color: #E00;
}


/* HOMEPAGE */

#slideshowText
{
	margin: 0;
	padding: 0;
	width: 313px;
	height: 300px;
	float: left;
}

#slideshowImage
{
	margin: 0;
	padding: 0;
	width: 657px;
	height: 300px;
	float: left;
}

#slideshowTitle
{
	margin: 0;
	padding: 0;
	width: 283px;
	height: 150px;
}

#slideshowDescription
{
	margin: 0;
	padding: 0;
	width: 283px;
	height: 150px;
}

#slideshowTitle h1
{
	margin: 0;
	padding: 30px 0 0 0;
	color: #3C7899;
	background: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
}

#item1, #item2, #item3, #item4
{
	border: 1px solid #C9E1ED;
}

#item1 h2, #item2 h2, #item3 h2, #item4 h2
{
	margin: 0;
	padding: 0;
	background: #C9E1ED;
	color: #3C7899;
	display: block;
	font-weight: bold;
}

#item1 p, #item2 p, #item3 p, #item4 p
{
	margin: 0;
	padding: 5px;
}


#item1 img, #item2 img, #item3 img, #item4 img
{
	margin: 0;
	padding: 0;
	border: 0;
}

#item1 h2 a, #item2 h2 a, #item3 h2 a, #item4 h2 a
{
	margin: 0;
	padding: 3px 5px;
	color: #3C7899;
	text-decoration: none;
	display: block;
}

#item1 h2 a:hover, #item2 h2 a:hover, #item3 h2 a:hover, #item4 h2 a:hover
{
	color: #FFF;
	background-color: #3C7899;
}

#item1 p a, #item2 p a, #item3 p a, #item4 p a
{
	display: inline;
	color: #36C;	
	text-decoration: underline;
}

#item1 p a:hover, #item2 p a:hover, #item3 p a:hover, #item4 p a:hover
{
	color: #E00;
}


/* ADMIN */

#admin
{
	border: 1px solid #C00;
}

#admin p
{
	margin: 0;
	padding: 3px 5px;
	font-size: 0.8em;
	color: #C00;
	font-weight: normal;
}

#admin a
{
	color: #C00;
	text-decoration: underline;
}

#admin a:hover
{
	color: #C00;
	text-decoration: none;
}


/* BREADCRUMB */

#breadcrumb p
{
	margin: 0;
	padding: 0 0.4em;
	color: #555;
	font-size: 0.8em;
}

#breadcrumb a
{
	color: #555;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	color: #555;
	text-decoration: none;
}


/* OBJECTS */

#objects
{
	background: #DDD;
}

#objects h1
{
	margin: -5px -5px 5px -5px;
	padding: 3px 5px;
	font-size: 0.85em;
	color: #FFF;
	background: #3C7899;
	font-weight: normal;
	clear: both;
}

#objects h2
{
	margin: 5px -5px;
	padding: 3px 5px;
	font-size: 0.85em;
	color: #FFF;
	background: #3C7899;
	font-weight: normal;
	clear: both;
	border-top: 20px solid #FFF;
}

#objects p
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #3C7899;
	text-align: left;
	line-height: 1.5em;
}

#objects a
{
	color: #36C;	
	text-decoration: underline;
}

#objects a:hover
{
	color: #E00;
}

#objects img
{
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
}

#objects .small
{
	font-size: 0.8em;
}

#objects form
{
	margin: 0;
	padding: 3px 1px 1px 1px;
	clear: both;
	width: 100%;
	text-align: right;
}

#objects form input
{
	margin: 0;
}


/* FOOTER */

#footer
{
	border-top: 1px solid #C9E1ED;
}

#footer p
{
	margin: 0 0 15px 0;
	font-size: 0.8em;
	padding: 0.5em;
	color: #555;
}

#footer a
{
	color: #555;
	text-decoration: underline;
}

#footer a:hover
{
	color: #555;
	text-decoration: none;
}


/* LOGOS */

#logos p
{
	margin: 0;
	padding: 0;
}

#logos img
{
	margin: 20px 30px 0 0;
	padding: 0;
	border: none;
}


/* LAYOUT STYLES */

.center
{
	text-align: center;
}

.left
{
	float: left;	
}

.right
{
	float: right;	
}

.clear
{
	clear: both;
}

.narrow
{
	width: 20px;
	text-align: center;
}


/* Object Browse styles */

.thumbnail {
	background-color: #c9e1ed;
}

.pagenav {
	background-color: #c9e1ed;
}

#searchform fieldset{
	padding: 8px 8px 8px 8px;
}

#searchform p.helptext
{
	font-size: 0.75em;
	
}

