
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background: url(/images/layout/header-background.png) repeat-x white;
	color: black;
	font: normal 12px 'Arial', 'sans-serif';
	text-align: center;
	margin: 0px;
	line-height: 1;
}

h1
{
	margin: 0px;
	text-transform: uppercase;
}

h2
{
	color: #f18b20;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	letter-spacing: 0.01em;	

}

h3
{
	color: #000;
	font-size: 12px;
	margin: 15px 0px 10px 0px;
}

h4
{
	margin: 0px;
}

h5
{
	margin: 0px;
}

h6
{
	margin: 0px;
}

img
{
	border: none;
	display: inline;
}

p
{
	font: normal 12px 'Arial', 'sans-serif';
	margin: 0px;
	line-height: 1;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}


td
{
	font: normal 12px 'Arial', 'sans-serif';
	vertical-align: top;
}

ol, ul 
{
	list-style: none;
}


/* remember to define focus styles! */
:focus 
{
	outline: 0;
}


/* Classes
**********/
.block
{
	display: block;
}

.showcase-table td
{
	padding-right: 10px !important;
	padding-right/**/: 5px;
	padding-bottom: 15px;	
}

#showcase-thumbs
{
	width: 350px;	
}

.gallery-buttons
{
	float: right;
	margin-top: -65px;
	margin-bottom: 5px;	
}

#new-image
{
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;	
}

/* Layout defaults
******************/
#wrap
{
	width: 940px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: url(/images/layout/leftside.png) 10px 240px no-repeat;
}

#header
{
	background: none;
}

.logo
{
	float: left;
	margin-top: 40px;	
}

#page
{
	margin: 60px 0px 0px 155px;
	padding-bottom: 40px;
}

#page p
{
	width: 325px;
	line-height: 18px;
	color: #333;
	margin: 10px 0px 15px 0px;
}

#page h1
{
	font-size: 17px;
	color: #f18b20;
	margin-bottom: 20px;
	letter-spacing: 0.01em;	
}

#page h2
{
	font-size: 13px;
	letter-spacing: 0.01em;	
	
}

#page a:link,
#page a:visited
{
	font-weight: bold;
	color: #cc6b04;
}

.page-image
{
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
	width: 382px;
}

.page-image p
{
	float: right;
	text-align: right;
	width: 200px;
	font-size: 11px;
	line-height: 16px;	
	margin-tight: 5px;
}

.bord
{
	width: 350px;
	border: 1px solid #e4e4e4;	
	margin-bottom: 15px;
}

.bord th
{
	background: #e4e4e4;
	padding: 3px;	
}

.bord td
{
	border: 1px solid #e4e4e4;	
	border-collapse: collapse;
	padding: 3px;	
}

#news-home
{
	clear: both;
	float: left;
	width: 140px;
	padding: 0px;
	margin: 60px 0px 0px 0px;
}

#news-home p
{
	font-size: 11px;
	line-height: 16px;
	color: #333;	
	margin: 10px 0px 10px 0px;
}

#news-home h2.news
{
	margin: 15px 0px 0px 0px;
	font-size: 12px;
	line-height: 16px;	
}

#footer-wrap
{
	background: url(/images/layout/footer-background.png) repeat-x white;
	
}

#footer
{
	clear: both;
	padding-top: 0px;
	color: #999;
	font-size: 10px;
	width: 940px;
	margin: 10px auto 0px auto;
	text-align: left;
}

#footer table
{
	margin-bottom: 15px;	
}

#footer table td
{
	padding-right: 20px;	
}

#footer table ul
{
	margin: 0px;	
	padding: 0px;
}

#footer table ul li
{
	margin: 0px;
	padding: 0px;	
}

#footer a
{
	color: #666;
	font-size: 11px;	
}

#animation
{
	width: 382px;
	height: 238px;
}

/* Forms */

fieldset
{
	border: none;
	padding: 0px;
}

label
{
	display: block;
	margin: 5px 0px;	
}

input,
textarea
{

}

