/* Core stylesheet for Omba Arts Trust Website */

/* ------------------------- General Styles ------------------------- */
/* Resets the styles to default  */
/* ------------------------------------------------------------------ */
body,h1,h2,h3,h4,h5,h6,span,div,table,tr,td,ul,ol,li{
	padding:0;
	margin:0;
	border:0;
	font-family:arial;
}

table tr, table td{
	vertical-align:top;
}

/* ------------------------- Website Container ------------------------- */
/* Styles the background colours of the website  */
/* --------------------------------------------------------------------- */
#website_container{
	width:100%;
}

#website_container{
	border-collapse:collapse;
}

#row1{ /* Applies only to the home page */
	height:300px;
	background-image:url(../images/general/background_tile.jpg);
}

#row1_inside{ /* Applies to all other pages */
	height:200px;
	background-image:url(../images/general/background_tile.jpg);
}

#row3{
	height:100px;
	background-image:url(../images/general/background_tile.jpg);
}

#content_bg{
	background-image:url(../images/general/content_bg.jpg);
}

/* ------------------------- Top Holder ------------------------- */
/* Styles the Top of the website  */
/* -------------------------------------------------------------- */
#top_holder{
	margin:0 auto 0 auto; /*Aligns the table to the center in firefox */
}

/* ------------------------- Breadcrumbs ------------------------- */
/* Styles the websites breadcrumbs  */
/* -------------------------------------------------------------- */

.breadcrumbs{
	color:#666666;
	font-size:11px;
}

.breadcrumbs_unactive{
	color:#9E6434;
}

.breadcrumbs a{
	color:#666666;
	text-decoration:underline;
}

.breadcrumbs a:hover{
	text-decoration:none;
}

/* ------------------------- Main Text ------------------------- */
/* Styles the main text of the website  */
/* -------------------------------------------------------------- */
.maintxt{
	font-size:12px;
	color:#666666;
	line-height:20px;
	text-align:justify;
}

.maintxt a{
	color:#430E13;
	text-decoration:underline;
}

.maintxt a:hover{
	color:#7F3B0B;
	text-decoration:none;
}

.error{
	color:#FF0000;
}

#craft{
	text-align:center;
	font-size:11px;
}

/* ------------------------- Content Images ------------------------- */
/* Styles the image text and text image files						  */
/* ------------------------------------------------------------------ */
.image_text,.text_image, .txt_only{
	margin-bottom:20px;
}

.image_text,.text_image{
	width:680px;
}

.clearboth {
	clear: both;
}

.left_image{ 
	float:left;
	margin-right:15px;
	margin-top:3px;
}

.clearboth {
	clear: both;
}

.right_image{
	float:right;
	margin-left:15px;
	margin-top:3px;
}

.clearboth {
	clear: both;
}

/* ------------------------- Contact Form ------------------------- */
/* Styles the contact form											*/
/* ---------------------------------------------------------------- */

form#content_form table{
	margin:0 auto 0 auto; /*Center alignment for firefox */
}

/* ------------------------- ProDG Footer ------------------------- */
/* Styles the prodg footer of the website */
/* ---------------------------------------------------------------- */
.prodg_footer{
	font-size:11px;
	color:white;
}

.prodg_footer a{
	color:white;
	text-decoration:underline;
}

.prodg_footer a:hover{
	text-decoration:none;
}