/* CSS Document */

*
{
margin:0px;
padding:0px;
}

* html .gainlayout
{
}


/********************* Structure *********************/

#content{
width:490px;
margin:10px;
}

#outercontainer{
}

#innercontainer{
}

#strip{
height:25px;
background-color:#999999;
border-bottom:1px solid #FFFFFF;
}


		/********************* Translate Div *********************/			
		
		#translate{
		display:none;
		}
			
		
		#content a:hover{
		
		}
		
		#content a {
		color:#333333;
		}
		
		#textarea h1 a, #textarea h2 a, #textarea h3 a, #textarea h4 a, #textarea h5 a, #textarea h6 a{
		color:#000000;
		}
		
		body strong {
		font-size:1em;
		}
		
		/********************* Contact Div *********************/
		
		#contact{
		}
		
		#contact h1{
		margin-bottom:0px;
		font-size:40px;
		margin-top:30px;
		}
		
		#contact h2{
		margin:-5px 5px;
		font-size:30px;
		}
		
		#contact p{
		font-size:16px;
		}

		/********************* Footer *********************/
		
		#footer{
		display:none;
		}


/********************* Headers *********************/

#header{
}

#header a h1{
}

#header h2{
}

	/* Page Banners */
	
	#pagebanner h1{
	color:#000000;
	padding-top:30px;
	text-transform:uppercase;
	letter-spacing:7px;
	font-weight:bold;
	padding-left:10px;
	}

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

#navigation{

}

#menu{
}

#menu #navigation a {
display:none;
}

#menu #navigation ul li{
display:none;
}
		

/********************* TYPOGRAPHY *********************/


	/********************* Headings *********************/
	
	h1 {
	}
	
	h2, #content h2 a, #content h2 a:hover {
	}
	
	h3, #content h3 a, #content h3 a:hover {
	}

	/********************* Text Styles *********************/
	
	body{
	background-color:#FFFFFF;
	}
	
	p {
	margin:10px;
	}
	
	#content img {
	text-align:center;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px;
	margin-bottom:20px; 
	}
	
	ul {
	margin-left: 30px;
	}
	
	body, p, ul, li {
	font-size:12px;
	color:#333333;
	line-height:2em;
	}
	
	p a:hover, div p.caption:hover{
	text-decoration:underline;
	}
	
	#content a .backToTop {
	color:#333333;
	}
	

/********************* Catalogue Page *********************/


div.thumbnail{
float:left;
padding:20px;
}

div.thumbnail img{
border:1px solid #999999;
}

div.thumbnail img:hover{
border:1px solid #333333;
}

div p.caption {
text-align:left;
margin-top:-20px;
font-size:1.2em;
color:#333333;
}


.printStyle{
display:none;
}

.defaultStyle{
float:right;
clear:none;
}

