/* Start of CMSMS style sheet 'Aria Regular Screen' */
/*///////////////////////////////////////////////////////////
	Defaults
///////////////////////////////////////////////////////////*/
* {
	margin:0;
	padding:0;
}

body {
	background: #403E36;
	color:white;
		behavior:url("csshover.htc"); 
}

*.nolink {
display:none;
}

.cleasrer {
display:block;
width:100%;
clear:both;
height:0;
line-height:0;
}

a {
color: #AFAF3A;
}

a:hover {
color: #CACA60;
}

/*///////////////////////////////////////////////////////////
	Layout
///////////////////////////////////////////////////////////*/

#pagewrapper {
	width: 700px;
	margin: 0 auto;
}

#header {
	height: 220px;


z-index:20;
}

#content {
	
}

#navcont {
float:right;
margin-right: 10px;
_margin-right: 0;
}

#main {
	padding: 35px 28px 20px 100px;
	font-family: Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Arial,Helvetica,Sans-Serif;
font-size:1em;
}

#footer {
	margin: 20px 0 10px 0;
	font-size: 0.7em;
	font-family: Arial, Helvetica, Sans-Serif;
}

/*///////////////////////////////////////////////////////////
Page Variations
////////////////////////////////////////////////////////////*/


.portfolio {
background:url(images/portfoliobkgnd.jpg) no-repeat 320px 10px;
}

.contact {
background:url(images/contactbkgnd.jpg) no-repeat 65px 50px;
}

.profile {
background:url(images/profilebkgnd.jpg) no-repeat 357px 30px;
}

/*///////////////////////////////////////////////////////////
	Bits
///////////////////////////////////////////////////////////*/

.accessibility {
	display:none;
}

/*///////////////////////////////////////////////////////////
	Elements
///////////////////////////////////////////////////////////*/

/*/////Headings////*/
h1,h2,h3,h4,h5 {
	font-family: Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Arial,Helvetica,Sans-Serif;
	color: #999900;
margin-top: 10px;
}

#main p {
font-size: 0.8em;
line-height: 1.4em;
margin: 10px 0 10px 0 ;
text-align:justify;
}

#main li {
font-size: 0.8em;
margin: 0.5em 0 0.5em 20px;
line-height: 1.4;
}

#main ul {
margin: 10px 0 10px 0 ;
}

#main h2 {
margin-top: 15px;
font-size: 1.25em;
}

/*///////////////////////////////////////////////////////////
	Navigation
///////////////////////////////////////////////////////////*/

/****** Main  ******/
#nav {
	width:auto;
}

#nav a {
	font-weight:bold;
	text-decoration:none;
	text-transform:lowercase;
	color:white;
	font-family: Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Arial,Helvetica,Sans-Serif;
}

/****** First Level ******/
#nav ul li {
float:left;
position:relative;
margin-right: 12px;
list-style-type:none;
padding: 0 4px;
}

#nav ul li:hover {
background: #999933;
}


#nav ul li:hover a {
color:#403E36;
}

/****** Hovers ******/
#nav li ul {
display:none;
position: absolute;
}

#nav li:hover ul {
display:block;
top:1.7em;
left:0;
}

/****** Second Level ******/

#nav li ul a {
font-weight:normal;
font-size: 0.8em;
}

#nav ul li ul li {
background:#999933;
margin:0;
float:none;
width:200px;
border-top: 1px solid #999933;
border-bottom: 1px solid #999933;
}

#nav ul li ul li:hover {
color: #aaa;
background: #696923;
}

/*///////////////////////////////////////////////////////////
	Catalogue
///////////////////////////////////////////////////////////*/

a img {
border:0;
}

/*//////////////////////////////////////////////////////////
Forms
///////////////////////////////////////////////////////////*/

label {
display:block;
margin: 10px 0 5px 0;
font-size: 0.8em;
}

fieldset {
border: 1px solid #525045;
border: none;
}

legend {
font-size: 0.8em;
color:white;
display:none;
}

input,textarea {
background: transparent url(images/testbkgnd.png);
_background: #434139;
border: 1px solid #525045;
padding: 1px;
color:white;
}

input:focus, input:active,textarea:focus, textarea:active{
border: 1px solid #969383;
background: #434139;
}

textarea {
font-family:Arial, Helvetica, Sans-Serif;
margin-bottom: 10px;
}

.formMessage {
font-size:0.8em;
display:block;
border:solid 1px #525045;
padding: 20px;
}

/*//////////////////////////////////////////////////////////
Footer
///////////////////////////////////////////////////////////*/

#footer {
border-top:1px solid white;
background: #999933;
padding: 10px 22px 10px 50px;
margin-top: 10px;
}

#footer ul {
float:right;
}

#footer ul li {
display:inline;
list-style-type:none;
margin: 0 0.2em;
}

#footerlinks a {
text-decoration:none;
color: #E6E6E6;
}

#footerlinks a:hover {
color:white;
}

/*////////////////////////////////////////////////////////
Categories
////////////////////////////////////////////////////////*/

/* ******* Category List ******* */

a.category_title_link {
	text-decoration:none;
	border-bottom: 1px solid #525045;
	padding: 10px;
	display:block;
	font-size: 1.0em;
}

a.category_title_link:hover {
background: url(images/testbkgnd.png);
_background: #46443C;
}

/* ******* Category Item List ******* */

a.category_item img {
float:right;
}


a.category_item {
display:block;
padding: 10px;
border-bottom: 1px solid #525045;
height: 120px;
font-size: 1.0em;
text-decoration:none;
clear:both;
}

a.category_item:hover {
background: #46443C;
}

div.category_item_list {
margin: 20px 0;
border-top: 1px solid #525045;
}
/* ******* Item Page ******* */

.item_attribute {
font-size: 0.9em;
margin: 8px 0;
}



#main .value p {
font-size: 0.9em;
}

span.attrib {
display:block;
border-bottom: 1px solid #525045;
margin-bottom: 5px;
margin-top: 18px;
padding-bottom: 5px;
color: #999900;
}

.item_images {
float:right;
padding: 0 0 10px 10px;
background:#403E36;
}
/* End of 'Aria Regular Screen' */

