@charset "utf-8";
/* CSS Document */

/* General page styles */

BODY {			font-family:Verdana, Arial, Helvetica, sans-serif; 
				font-size: 12px; 
				color: #fff;  
				background-color: #000; 
				padding: 0; 
				margin: 0;	}

IMG { 			border: 0px; }

A { 			color: #fff; 
				text-decoration:none; 
				font-weight: bold; }
				

/* General site structure */				
				
#header_strip A:hover { text-decoration: underline; }
#welcome A:hover { text-decoration: underline; }
	
#left_col { width: 300px; float: left; margin-bottom: 20px; margin-left: 10px; }
	
#welcome H1 { text-indent: -3000px;
					overflow: hidden;
					width: 142px;
					height: 51px; 
					background: url(../img/titles/welcome.gif) no-repeat;
					margin: 0;
					padding: 0;
				}

#categories H1 {
					text-indent: -3000px;
					overflow: hidden;
					width: 194px;
					height: 51px; 
					background: url(../img/titles/categories.gif) no-repeat;
					margin: 0;
					padding: 0;
				}

#search H1 {
					text-indent: -3000px;
					overflow: hidden;
					width: 125px;
					height: 51px; 
					background: url(../img/titles/search.gif) no-repeat;
					margin: 0;
					padding: 0;
				}
				
#gallery H1 {
					text-indent: -3000px;
					overflow: hidden;
					width: 123px;
					height: 51px; 
					background: url(../img/titles/gallery.gif) no-repeat;
					margin: 0;
					padding: 0;
				}	
				
	#about_me H1 {
					text-indent: -3000px;
					overflow: hidden;
					width: 154px;
					height: 51px; 
					background: url(../img/titles/about-me.gif) no-repeat;
					margin: 0;
					padding: 0;
				}	
				
	#comissioning H1 {
					text-indent: -3000px;
					overflow: hidden;
					width: 215px;
					height: 51px; 
					background: url(../img/titles/comissioning.gif) no-repeat;
					margin: 0;
					padding: 0;
				}	
				
	#contact_me H1 {
					text-indent: -3000px;
					overflow: hidden;
					width: 184px;
					height: 51px; 
					background: url(../img/titles/contact-me.gif) no-repeat;
					margin: 0;
					padding: 0;
				}	
				
				
	#licencing H1 {
					text-indent: -3000px;
					overflow: hidden;
					width: 161px;
					height: 51px; 
					background: url(../img/titles/licencing.gif) no-repeat;
					margin: 0;
					padding: 0;
				}	
				
	#prints H1 {
					text-indent: -3000px;
					overflow: hidden;
					width: 103px;
					height: 51px; 
					background: url(../img/titles/prints.gif) no-repeat;
					margin: 0;
					padding: 0;
				}																					
				
				
P.info { color: #A0A0A4; }			

	
#main_content { float: left; padding-left: 40px;  padding-bottom: 20px; overflow: hidden; width: 654px;}
#categories li { list-style-image:url(../img/bullets/plus.gif); }
	
#search FORM { margin-top: 10px; }
#search INPUT { border:0px; padding: 3px; height: 20px; color:#666; }
#search BUTTON { margin-left: 10px; }
#container { margin: 0 auto; text-align: left; background-color: #333; width: 1004px;}
#search BUTTON { border: 0; padding: 3px; color: #fff; font-weight: bold; background-image: url(../img/gradients/pink-button.gif); background-position:top; background-repeat:repeat-x; }
#footer BUTTON { border: 0; padding: 3px; color: #fff; font-weight: bold; background-color: #808080; }
#footer { background-image:url(../img/gradients/pink-drop.gif); background-position:top; background-repeat:repeat-x; padding: 10px; overflow: hidden; width: 984px; }
#footer P { float: left; width: 600px; margin: 0px; padding: 0;}
#header_strip IMG { vertical-align:middle; }
#header_logo { float: left; }
#header_links { float: right; padding: 8px; }
#header_strip { clear: both; }
#header_image_container { margin-bottom: 15px; width: 1004px; height:350px; clear: both; }
#footer FORM { float: right; }
IMG.title { margin: -8px; }
#content { overflow: hidden; width: 1004px; }
	
ul.grid {	margin : 0;
			padding : 0px ;
			list-style : none;
			width : 550px;
			line-height : 0;
}

ul.grid li {
	float : left;
	width : 100px;
	height : 100px;
	line-height : 0;
	margin : 0;
	padding: 5px;
	z-index : 1;
}

#content label { display: block; font-weight: bold; color: #ccc; margin-top: 10px; }
#content input { border: 0; color: #666; margin-top: 5px; }
#content BUTTON { border: 0; padding: 3px; color: #fff; font-weight: bold; background-image: url(../img/gradients/pink-button.gif); background-position:top; background-repeat:repeat-x; }

