html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "Century Gothic", Georgia, Arial, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear: both;
}

/*--------------END RESET--------------*/

.divider {
	width: 960px;
	margin: 0;
	padding: 0;
	height: 2px;
	float: left;
	background: url(../images/dots.png);
}

body {
	color: #000;
	font-family: "Century Gothic", Georgia, Arial, sans-serif;
	font-size: 13px; 
	text-align: center;
	background: #fff;
	
}

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

a:hover {
	color: #aaa;
}


#main {
	text-align: left;
	background-color: #fff;
	margin: 15px 15px;
	padding: 0 0 0 0;
	width: 960px;
}

#header {
	float: left;
	height: auto;
	padding: 10px 0 10px 0;
	width: 960px;
	
}

#header h1 a{
	float: left;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	font-family: "Century Gothic", Georgia, Arial, sans-serif;
	text-decoration: none;
}

/*--------SEARCH---------*/

#search_form {	
	position: relative;
	float: right;
	width: 200px;	
}

#search_input {
	font-family: "Century Gothic", Georgia, Arial, sans-serif;
	font-weight: bold;
	height: auto;
	width: 130px;
	border: 1px solid #999;
	float: left;
	height: 16px;
}

#search_submit {
	font-family: "Century Gothic", Georgia, Arial, sans-serif;
	height: auto;
	width: auto;
	border: 1px solid #000;
	background-color: #aaa;
	color: #FFF;
	width: 60px;
	float: right;
	height: 18px;
	padding-bottom: 2px;
}

#search_submit:hover {
	background-color: #ccc;
	cursor: pointer;
}

#search_submit:active {
	background-color: #000;
}

/*-----------NAVIGATION--------------*/

#nav {
	width: 960px;
	height: auto;
	float: left;
	border-top: 1px dotted #000;
	border-bottom: 0px dashed #000;
	padding: 12px 0 30px 0;
}

#nav ul { 
	float: left; 
	width: 960px; 
	height: auto; 
	list-style-type: none;
	margin: 0;
	padding: 0;
}
		
#nav ul li {
	background-color: #fff;
	float:left; 
	width: 180px; 	
	margin: 0 12px 0 0; 
	text-transform: uppercase;
	font-size: 11px;
}

#nav ul li.topactive {	
	text-decoration: none;
	font-style: italic;
	color: black;
	background-color: #d5fffb;
		padding: 3px 0 0 0;

}
		
#nav ul li ul {
	background-color: #fff;
	float: left; 
	width: auto; 
	height: auto; 		 
	margin: 0; 
	padding: 0;
}

		
#nav ul li ul li { 
	text-indent: none;
	list-style-type: none; 
	font-weight: normal;
	margin: 0;
	background-color: #fff;
	font-style: normal;	
	text-transform: capitalize;
}

#nav ul li ul li.subactive {
	font-style: italic;
	color: black;
	background-color: #d5fffb;
	padding: 2px 0;
	margin-top: 2px;

}
		
#nav ul li a {
	text-decoration: none;	
	display: block;
		padding: 3px 0 0 0;

	
}

#nav ul li a:hover {
	color: #000;
	background-color: #fff27e;
	
}

#nav ul li ul li a {
	padding: 2px 0;
	margin-top: 2px;
	color: #999;
}

#nav ul li ul li a:hover {
	background-color: #fff27e;
	color: #000;
}

/*-------BREADCRUMB--------*/

#breadcrumb {
	width: 960px;
	float: left;
	font-size: 10px;
	text-transform: uppercase;

	padding: 8px 0;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	
}

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a:hover {
	color: red;
}

/*--------FOOTER----------*/

#footer {
	float: left;
	height: auto;
	width: 960px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #000;
	font-size: 10px;
}


#footer a {
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
}

#footer .cite {
	float:right;
	text-transform: uppercase;	
}

#adminContainer {
	background-color: #96e3be;
	position: absolute;
	top:0;
	right: 0;
	height: auto;
	width: 150px;
	padding: 0;
	border-left: 0px solid #000;
	border-bottom: 0px solid #000;
	line-height: 1.4;
	text-align: left;
	font-size: 11px;
	color: #fff;
	
}

#adminContainer h3 {
	width: 150px;
	font-weight: bold;
}


#adminContainer li {
	width: 150px;
}

#adminContainer a {
	padding: 0 0 2px 5px;
	display: block;
	text-decoration: none;
	color: white;
}

#adminContainer a:hover {
	color: #599477;
}





/*-----CONTENT-------*/


#products {
	float: left;
	width: 960px;
	height: auto;
	margin: 30px 0;
}

#products p.about, p.order {
	font-size: 12px;
	margin: 10px 0px;
	line-height: 1.5;
	width: 500px;
}

#products h4.order {
	margin: 20px 0 6px 0;
	font-weight: normal;
}

#products p.order a {
	margin: 2px 0;
	text-decoration: none;	
	color: #999;
	font-size: 11px;
}

#products p.order a:hover {
	color: red;
}

#details {
	float: left;
	width: 220px;
	line-height: 1.5;
	font-size: 12px;
	padding: 0 20px 0 0;

}

h2#albumTitle, h2#imageTitle {
	float: left;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	height: auto;
	font-weight: bold;
	font-size: 12px;
	width: 220px;
}

p#albumDescription, p#imageDescription {
	float: left;
	height: auto;
}


p.metadata {
	float: left;
	font-size: 10px;
	margin: -5px 0 10px 0;
	font-weight: normal;
	display: block;
	width: 220px;
	font-family: "Century Gothic", Georgia, Arial, sans-serif;
}



#albums, #fullview {
	float: left;
	min-height: 200px;
	border-left: 1px dotted #000;
	width: 680px;
	padding: 0 0 0 30px;
}

.search #albums {
	border-left: 0px dotted #000;
	width: 100%;
	padding: 0;
}

.search p {
	padding: 0 0 20px 0;
	width: 100%;
}

.album, .image {
	position: relative;
	float: left;
	height: auto;
	width: auto;
	margin: 0 15px 20px 0;
		
}

.index .album {
	width: 175px;
	height: 270px;
	
}

.albumthumb, .imagethumb {
	height: auto;
	width: auto;
	padding: 0px;
	border: 0px solid #000;
}



.album:hover .albumthumb {

}

.albumtitle a, .imagetitle a {	
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	text-transform: none;
	text-decoration: none;	
	background-color: #ddd;
	color: #555;
	font-size: 10px;
	padding: 5px 20px 5px 5px;
	display: none;
}

.album:hover .albumtitle a, .image:hover .imagetitle a {		
	background-color: #000;
	color: #fff;
	display: inline;
	
}

#sized-image #image {
	margin: 0 0 20px 0;
	width: 660px;
}

#searchfields_icon {display:none;}

div.pagelist {
	float: left;
	width: 680px;
	height: 20px;
}

.search #albums div.pagelist {
	width: 880px;
}

div.pagelist li {
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	width: auto;	
	padding: 0 3px;

}
span.disabledlink {

	font-size: 10px;
}

div.pagelist li a:hover {
	color: red;
}



div.pagelist li.previous, div.pagelist li.next {
	font-size: 10px;
}

div.pagelist li.current a {
	color: red;
	text-decoration: none;
}

/*-------CONTACT FORM-------------------*/

.form {
	float: left;
	position: relative;
	min-height: 350px;
}


.form h3 {
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	display: block;
}

#products h3 {
	text-transform: uppercase;
	font-size: 12px;
}
	
.form p {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 220px;
	font-family: "Century Gothic", Georgia, Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.5;
}

.form p.intro {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 220px;
	font-family: "Century Gothic", Georgia, Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.5;
}
	
div#form {
	 float: right;
	 margin: 0 380px 0 0px;
	 padding: 0 0 0 40px;
	 width: 300px;
	 height: auto;
	 font-size: 12px;
	 border-left: 1px dotted #000;	 
}

div#form .formset {
	width: 300px;
	float: left;
	height: auto;
}

div#form strong {
	color: red;
}

div#form label {
	float: left;
	width: 300px;
	margin: 10px 0 6px 0;
	color: #999;
}

div#form input#name, input#company, input#email, input#phone, input#code {
	float: left;
	width: 300px;
	height: 17px;
	border: 1px solid #aaa;
	font-size: 11px;
	font-weight: bold;
	font-family: "Century Gothic", Georgia, Arial, sans-serif;
	padding: 2px 0 0 0;
}

div#form select {
	float: left;
	width: 150px;
	padding: 0 150px 0 0;
}

div#form textarea#message {
	float: left;
	width: 300px;
	height: 80px;
	border: 1px solid #aaa;
	font-size: 11px;
	font-weight: bold;
	font-family: "Century Gothic", Georgia, Arial, sans-serif;
	padding: 2px 0 0 0;
}

div#formconfirm {
	position: absolute;
	top: 200px;
	left: 300px;
	width: 300px;
	height: auto;

}

input.submit {
	font-family: "Century Gothic", Georgia, Arial, sans-serif;
	height: auto;
	width: auto;
	border: 1px solid #000;
	background-color: #aaa;
	color: #FFF;	
	float: left;
	height: 18px;
	margin: 10px 10px 10px 0;
	padding: 0 10px 0 10px;
}

input.submit:hover {
	background-color: #ccc;
	cursor: pointer;
}

input.submit:active {
	background-color: #000;
}



