/*-------------------------------------------------------  CORE STYLES --------------------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ebf3ed;
	background-image:url(../images/design/bg.jpg);
	background-repeat: repeat-x;
	background-color: #6a6f6b;
	line-height: 1.2em;
}

h1{
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 0px;
}



h2{
	font-size: 0.9em;
	margin-top: 0px;
	font-weight: bold;
}



h3{
	
}

h4{
	
}

p{
 	font-size: 0.75em;
	margin: 0px 0px 20px 0px;
}

p.error{
 	color: #FF0000;
}




li{
	font-size: 0.8em;
	list-style: disc;
}

img {
	border: 0px;
}


/*-------------------------------------------------------  CORE STYLES END  --------------------------------------------------------*/

div.wrapper {
	width: 959px;
	margin: 0px auto 0px auto;

}


/*-------------------------------------------------------  LAYOUT DIVS --------------------------------------------------------*/

div.holding{
	min-width: 761px;
	min-height: 750px;
	background-image: url(../images/design/holding-bg.png);
	background-repeat: no-repeat;
	padding: 60px 0px 0px 0px;
	text-align: center;
	
}

div.header{
	width: 959px;
	min-height: 42px;
	margin: 0px 0px 20px 0px;
	display: block;
}

div.menu {
	margin: 13px 0px 13px 0px;
}



div.content {
	width: 959px;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	
	
}

div.twocolhomel {
	width: 580px;
	float: left;
	padding: 0px 20px 0px 0px;
}

div.twocolhomer {
	width: 359px;
	float: right;
}


div.twocoll {


}

div.twocolr {

}

div.guestbook {
	width: 580px;
	border-bottom: dotted #7e857f 1px;
}


div.footer {
	border-top: #ebf3ed 1px solid;
	padding: 14px 0px 0px 0px;
	margin: 14px auto 0px auto;
	text-align: center;
	width: 959px;
}

div.toolbarcentre {
	width: 959px;
	height: 25px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#xToolbar{
	width: 959px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: fixed; 
	width: 964px; 
	text-align: center;
	margin: 0px auto 0px auto;
	background-color: #00adef;
	overflow: visible;
}

div.menu {
	text-align: right;
	font-size: 0.75em;
}


/*------------------------------ Three Cols --------------------------------*/
div.containerthree{
	width: 959px;
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

div.threecolsub{
	float: left;
	width: 632px;
	overflow: hidden;
}

div.threecoll{
	float: left;
	width: 306px;
}

div.threecolm{
	float: right;
	width: 306px;
}

div.threecolr{
	float: right;
	width: 306px;
}

/*------------------------------ Three Cols Ends --------------------------------*/


/*-------------------------------------------------------  LINKS CLASSES --------------------------------------------------------*/
a{
	color: #ebf3ed;
	text-decoration: underline;

}

a:hover{
	text-decoration: none;
}


div.menu a {
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------  LINKS ENDS --------------------------------------------------------*/



/*-------------------------------------------------------  INPUT CLASSES --------------------------------------------------------*/


label.login{
	float: left;
	width: 120px;
	font-size: 0.8em;
}

input.login {
	width: 200px;
	margin-bottom: 5px;
}


/*-------------------------------------------------------  INPUT ENDS --------------------------------------------------------*/


label.contact{
float: left;
width: 120px;
font-size: 0.8em;
padding: 0px 0px 5px 0px;
margin: 0px 0px 0px 0px;
}

input.contact {
margin: 0px 0px 5px 0px;
width: 233px;
}

textarea.contact {
	width: 233px;
	height: 85px;
	margin: 0px 0px 5px 0px;
}
