@charset "utf-8";
/* CSS Document */

/*	Arttia Style Sheet.
   
	------------------------------------------------------
   
	arttia.co.uk style sheet - v1.0
	Publication:  March 2010
	Last Update:  March 2010
	Author:  Belinda White ( belinda@arttia.co.uk )
   
   
	----------------------------------------------------*/

	
/*	Generic Rules
	----------------------------------------------------*/	
html, body {
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: url(../images_general/hatch_bg.png) repeat;
}	
#wrapper {
	width: 1000px;
	min-height:100%; 
	height:auto; 
	height:100%; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	visibility: visible;
	background: #FFF;
  	}
h1, h2, h3 {
	margin: 0;	
}

h1 { }

h2 { }

h3 { }	
#Content {
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	visibility: visible;
	background: #FFF;
  	}	
#Topper{
	width: 1000px;
	height: 270px;
	float: left;
	background: url(../images_general/top_bg_home.jpg) no-repeat;
  	}	
#Logo{
	width: 85px;
	height: 101px;
	float: left;
	margin-top: 20px;
	margin-left: 35px;
  	}
	
#Phone{
	width: 200px;
	height: 60px;
	float: left;
	margin-top: 0px;
	margin-left: 650px;
	background: url(../images_general/phone_arttia.png) no-repeat;
  	}
#TopPanel{
	width: 805px;
	height: 195px;
	background-color: #768969;
	float: left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #005030;
  	}

	
#MainHolder{
	width: 931px;
	height: 100%;
	float: left;
	margin-left: 63px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005030;
	border-left-color: #005030;
  	}	
/*	Generic
	----------------------------------------------------*/	
	a:link {
	color: #666;
	text-decoration: underline;
}

	a:active {
	color: #333;
	text-decoration: underline;
}
	a:hover {
	color: #204904;
	text-decoration: underline;
}

	a:visited {
	text-decoration: underline;
	color: #666;
}

	
.bold{
	font-weight: bold;
	
}

/*	Navigation
	----------------------------------------------------*/	
#Naviholder{
	float: left;
	width:630px;
	top: 0px;
	height: 36px;
	left: 0px;
	right: 0px;
	margin-top: 165px;
	text-align: center;
	margin-left: 210px;
    }
	
#NaviBG1{
	float: left;
	width:157px;
	top: 0px;
	height: 36px;
	left: 0px;
	right: 0px;
	margin-top: 0px;
	text-align: center;
	background: url(../images_general/navibg.png) no-repeat;
	list-style: none;
    }
	
	#NaviBG2{
	float: left;
	width:157px;
	top: 0px;
	height: 36px;
	left: 0px;
	right: 0px;
	margin-top: 0px;
	text-align: center;
	background: url(../images_general/navibg.png) no-repeat;
	list-style: none;
    }
	#NaviBG3{
	float: left;
	width:157px;
	top: 0px;
	height: 36px;
	left: 0px;
	right: 0px;
	margin-top: 0px;
	text-align: center;
	background: url(../images_general/navibg.png) no-repeat;
	list-style: none;
    }
	#NaviBG4{
	float: left;
	width:157px;
	top: 0px;
	height: 36px;
	left: 0px;
	right: 0px;
	margin-top: 0px;
	text-align: center;
	background: url(../images_general/navibg.png) no-repeat;
	list-style: none;
    }	
a.navi:link{
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font: 14px/32px "Lucida Console", Monaco, monospace;
	}
a.navi:active {
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font: 14px/32px "Lucida Console", Monaco, monospace;

	}
a.navi:visited {
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font: 14px/32px "Lucida Console", Monaco, monospace;
	}
a.navi:hover {
	text-decoration: none;
	text-align: center;
	color: #FFC;
	font: 14px/32px "Lucida Console", Monaco, monospace;
	}


/*	Footer Content
	----------------------------------------------------	*/	
#FooterMain {
	width: 1000px;
	height: 300px;
	float: left;
	background: url(../images_general/footer.jpg) no-repeat;
	}
#FooterLogos {
	height: 220px;
	width: 140px;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
	background: url(../images_general/sm_logos_bg.png) no-repeat;
	padding-top: 15px;
	padding-left: 5px;
	}
#FooterText {
	height: 260px;
	width: 130px;
	float: left;
	margin-left: 185px;
	color: #000;
	margin-top: 10px;
	font: 12px/16px Tahoma, Geneva, sans-serif;
	background: url(../images_general/list_bg.png) no-repeat;
	padding-left: 10px;
	padding-top: 20px;
	}
	#FooterText2 {
	height: 210px;
	width: 130px;
	float: left;
	margin-left: 10px;
	color: #000;
	margin-top: 10px;
	font: 12px/16px Tahoma, Geneva, sans-serif;
	background: url(../images_general/list_bg.png) no-repeat;
	padding-left: 10px;
	padding-top: 20px;
	}
	
	#FooterText3 {
	height: 200px;
	width: 130px;
	float: left;
	margin-left: 20px;
	color: #000;
	margin-top: 10px;
	font: 12px/16px Tahoma, Geneva, sans-serif;
	background: url(../images_general/list_bg.png) no-repeat;
	padding-left: 10px;
	padding-top: 20px;
	}
#FooterLink1{
	height: 20px;
	width: 200px;
	float: left;
	margin-top: 15px;
	}
#FooterLink2{
	height: 20px;
	width: 200px;
	float: left;
	margin-top: 15px;
	}	
a.footer:link{
	text-decoration: none;
	text-align: left;
	color: #333;
	font: 12px/22px Tahoma, Geneva, sans-serif;
	list-style: url(none) none;
	}
a.footer:active {
	text-decoration: none;
	text-align: left;
	color: #333;
	font: 12px/22px Tahoma, Geneva, sans-serif;
	}
a.footer:visited {
	text-decoration: none;
	text-align: left;
	color: #333;
	font: 12px/22px Tahoma, Geneva, sans-serif;
	}
a.footer:hover {
	text-decoration: underline;
	text-align: left;
	color: #000;
	font: 12px/22px Tahoma, Geneva, sans-serif;
	}
	
#FooterText ul {
	text-decoration: none;
	list-style: none;
    }
#FooterText2 ul {
	text-decoration: none;
	list-style: none;
    }		
/* CREDITS
	---------------------------- */
#Credits {
	width: 931px;
	height: 100%;
	float: left;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #323943;
	margin: 20px 63px 100px;
	}
a.cr:link{
	color: #666;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	}
a.cr:active {
	color: #666;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	}
a.cr:visited {
	color: #666;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	}
a.cr:hover {
	text-decoration: underline;
	color: #666;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	}	
	
	
/* Clear Fixes
   --------------------------- */	
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
	
	
/*	 End style sheet

     Author - www.arttia.co.uk
								
	----------------------------------------------------*/

