/* CSS Document */

* {
	margin: 0;
    padding: 0;
    border: none;
	font-size: 1em;
}

body {
	background: url(../img/body-bg.gif);
	font-family: Arial, sans-serif;
}


#container {
	width: 100%;
}


#main-content {
	width: 886px;
	height: auto;
	margin: 0 auto;
}


.hidden {
	text-indent: -999em;
	overflow: hidden;
}

#modal_overlay {  

	background-color:#000;  

} 


p {
	font-family: Arial, sans-serif;
	color: #666666;
}


p span {
	color: #83912F;
}


/*################################################ HEADER ##############################################*/


#header {
	float: left;
	width: 886px;
	height: 367px;
	margin: 15px 0 0 0;
	background: url(../img/main-bg.gif);
}


#header #top-links {
	float: left;
	width: 861px;
	height: 20px;
	padding: 10px 25px 0 0;
	background: url(../img/main-header-links-bg.gif);
	text-align: right;
	color: #849239;
}


#header #top-links a {
	margin: 0 7px 0 7px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #849239;
	text-decoration: none;
	letter-spacing: 0.01em;
}


#header #logo {
	float: left;
	width: 148px;
	height: 56px;
	margin: 17px 0 0 24px;
	background: url(../img/main-header-logo.gif);
}


#header #contact-info {
	float: left;
	width: 295px;
	height: 46px;
	margin: 27px 0 0 63px;
}


#header #contact-info p {
	font-size: 13px;
}


#header #search {
	float: right;
	width: 208px;
	height: 25px;
	margin: 20px 28px 0 0;
}


#header #search input {
	float: left;
	width: 175px;
	height: 17px;
	margin: 3px 0 0 0;
	border: 1px solid #cdb9b5;
	background: #efe9e7;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}


#header #search button {
	float: right;
	width: 25px;
	height: 23px;
	background: url(../img/main-header-search-bt.gif);
	text-indent: -999em;
	overflow: hidden;
}




/*################################################ MENU ##############################################*/


#header #menu {
	float: left;
	width: 859px;
	height: 40px;
	margin: 20px 0 0 13px;
	background: url(../img/header-menu-bg.gif);
}


#header #menu ul {
	list-style: none;
}


#header #menu ul li {
	display: inline;
}


#header #menu ul li a {
	float: left;
	display: block;
	height: 30px;
	padding: 10px 0 0 0;
	text-align: center;
	font-family: Helvetica;
	font-size: 15px;
	color: #571C1F;
	text-decoration: none;
	font-weight: bold;
	text-indent: -999em;
	overflow: hidden;
}


#header #menu ul li a.home {
	width: 90px;
}

#header #menu ul li a.home:hover {
	background: url(../img/header-menu-hover.gif) 0px 0px no-repeat;
}


#header #menu ul li a.about {
	width: 124px;
}

#header #menu ul li a.about:hover {
	background: url(../img/header-menu-hover.gif) -90px 0px no-repeat;
}


#header #menu ul li a.services {
	width: 120px;
}


#header #menu ul li a.services:hover {
	background: url(../img/header-menu-hover.gif) -214px 0px no-repeat;
}


#header #menu ul li a.webstores {
	width: 134px;
}


#header #menu ul li a.webstores:hover {
	background: url(../img/header-menu-hover.gif) -334px 0px no-repeat;
}


#header #menu ul li a.links {
	width: 144px;
}


#header #menu ul li a.links:hover {
	background: url(../img/header-menu-hover.gif) -468px 0px no-repeat;
}


#header #menu ul li a.location {
	width: 119px;
}


#header #menu ul li a.location:hover {
	background: url(../img/header-menu-hover.gif) -612px 0px no-repeat;
}


#header #menu ul li a.contact {
	width: 126px;
}


#header #menu ul li a.contact:hover {
	background: url(../img/header-menu-hover.gif) -731px 0px no-repeat;
}


#header #photo {

	float: left;

	width: 859px;

	height: 202px;

	margin: 0 0 0 13px;

}

#header #photo h2 {

	display: none;
	
}



/*################################################ CONTENT ##############################################*/



#content {
	float: left;
	width: 886px;
	height: auto !important;
	height: 755px;
	min-height: 755px;
	background: url(../img/main-bg.gif) repeat-y;
}


#content #center {
	float: left;
	width: 859px;
	height: auto !important;
	height: 740px;
	min-height: 740px;
	margin: 3px 0 0 13px;
	background: url(../img/content-text-bg.jpg) no-repeat;
}


#content #center #left-col {
	float: left;
	width: 230px;
	height: 710px;
	margin: 17px 0 0 0;
	background: url(../img/center-left-col-bg.gif) bottom no-repeat; 
}


#content #center #left-col #box1 {
	float: left;
	width: 191px;
	margin: 0 0 0 16px;
	padding-bottom:16px;
	background: url(../img/center-left-col-bg1.gif);
}


#content #center #left-col #box1 ul {
	margin: 15px 0 0 10px;
	list-style: none;
}


#content #center #left-col #box1 ul li {
	margin: 8px 0 0 0;
}


#content #center #left-col #box1 ul li a {
	padding: 0 0 0 17px;
	font-size: 13px;
	color: #5f2728;
	text-decoration: none;
	background: url(../img/center-left-col-li.gif) 0 4px no-repeat;
}


#content #center #left-col #box2 {
	float: left;
	width: 191px;
	height: 155px;
	margin: 11px 0 0 16px;
	background: url(../img/center-left-col-bg2.gif);
}

#content #center #left-col #box2 p {

	margin: 10px;
	
	font-size: 12px;
	
	color: red;

}

#content #center #left-col #box2 form {
	margin: 20px 0 0 10px;
}



#content #center #left-col #box2 input {
	width: 167px;
	height: 18px;
	border: 1px solid #5f2728;
	margin: 7px 0 10px 0px;
}


*:first-child+html #content #center #left-col #box2 input {
	margin: 7px 0 10px -10px;
}


#content #center #left-col #box2 label {
	font-size: 13px;
	color: #5f2728;
}


#content #center #left-col #box2 button {
	float: right;
	width: 146px;
	height: 22px;
	margin: 0 11px 0 0;
	background: url(../img/left-col-button.gif);
	text-indent: -999em;
	overflow: hidden;
}


#content #center #text {
	position: relative;
	float: left;
	width: 590px;
	margin: 40px 0 0 30px;
}


#content #center #text h1 {
	width: 500px;
	margin: 0 0 15px 0;
	font-size: 28px;
	color: #571C1F;
}


#content #center #text h2 {
	width: 500px;
	margin: 27px 0 15px 0;
	font-size: 17px;
	color: #83912F;
}

#content #center #text h3 {
	width: 500px;
	margin: 27px 0 15px 0;
	font-size: 15px;
}


#content #center #text p {
	margin: 0 0 15px 0;
	width: 520px;
	font-size: 13px;
	color: #666666;
}

#content #center #text p img {
	float:left;
	margin:0 20px 10px 0;
}

#content #center #text a {
	font-size: 13px;
	color: #571C1F;
}

#content #center #text a:hover {
	text-decoration: none;
}


#content #center #text ul {
	margin: 0 0 15px 0px;
	width: 520px;
	font-size: 13px;
	color: #666666;
	list-style:disc;
	padding-left:20px;
}

#content #center #text ul li {
	margin: 0 0 7px 0;
}

#center #text  p span {
	color: #571C1F;
	font-weight: bold;
}

#content #center #text #left {
	float: left;
	width: 285px;
	height: 161px;
	background: url(../img/center-text-left.gif) no-repeat;
	overflow: hidden;
}


#content #center #text #right {
	float: left;
	width: 285px;
	height: 161px;
	margin: 0 0 0 0px;
	background: url(../img/center-text-left.gif) no-repeat;
	overflow: hidden;
}


#content #center #left h1, 
#content #center #right h1 {
	margin: 15px 0 0 20px;
	font-size: 21px;
	color: #83912F;	
}


#content #center #left p, #content #center #right p {
	margin: 0 0 3px 20px;
	width: 220px;
}


#content #center #left a, #content #center #right a {
	font-size: 16px;
	color: #571C1F;
	margin: 0 0 0 20px;
	text-decoration: none;
}




/*  Star services, Webstores and useful-links  */


#content #text a.webstore {
	display: block;
	width: 308px;
	height: 61px;
	margin: 12px 0 0 -8px;
	background: url(../img/webstores-button.gif);
	text-indent: -999em;
	overflow: hidden;
}


#content #text.services ul.links {
	margin: 28px 0 0 0 !important;
	color: #83912F !important;
	font-size: 0.82em;
}

#content #text.services ul.links li {

	display: block;
	
	float: left;
	
	width: 170px;
	
}


#content #text.services ul.links li {
}


#content #text.services ul.links li span {
	color: #83912F;
}


#content #text.services a.link {
	position: absolute;
	top: -35px;
	right: 10px;
	width: 70px;
	height: 21px;

	display: block;
	text-indent: -999em;
	overflow: hidden;
	background:url(../img/links-content-a.jpg);
}


*:first-child+html #content #text.services a.link  {

}


/*  End services, Webstores and useful-links  */



/* Start location */


#content #text.location p span {
	font-weight: bold;
}


#content #center #text.location p.last {
	margin: 7px 0 0 0;
}


/* End location */


/* Star contact-us */

#content #text a.contact {
	text-decoration: none;
	color: #666666;
}


#content #text.contact form {
	width: 400px;
	color: #ff3e3f;
}


#content #text.contact form label {
	font-size: 13px;
	font-weight: bold;
	color: #83912F;
	vertical-align: top;
}


#content #text.contact form label.comments {
	float: left;
	margin: 10px 0 0 5px;
}


#content #text.contact form input {
	width: 170px;
	height: 19px;
	margin: 0 0 0 10px;
	background: #FFFFFF;
	border: 1px solid #000000;
	font-size: 12px;
}


#content #text.contact form input.title {
	margin: 0 10px 0 10px;
}


#content #text.contact form textarea {
	width: 317px;
	height: 125px;
	margin: -12px 0 0 88px;
	background: #FFFFFF;
	border: 1px solid #000000;
	font-size: 12px;
	
}


#content #text.contact form button.reset {
	float: right;
	width: 62px;
	height: 21px;
	margin: 10px 0 0 0;
	background: url(../img/contact-reset.jpg);
	text-indent: -999em;
	overflow: hidden;
}


#content #text.contact form button.submit {
	float: right;
	width: 62px;
	height: 21px;
	margin: 10px 0px 0 10px;
	background: url(../img/contact-submit.jpg);
	text-indent: -999em;
	overflow: hidden;
}


#content #text.contact form ul {
	width: 407px;
	float: left;
	text-align: right;
	list-style: none;
}


#content #text.contact form ul.first {
	width: 300px;
	float: left;
	margin: 20px 0 0 -30px;
}



#content #text.contact form ul.first li {
	text-align: right;
	margin: 13px 0 0 0;
}


#content #text.contact form ul li p.mandatory {
	text-align: left;
	margin: 0 -30px 0 0;
}


#content #text.contact form ul li p.mandatory span {
	color: #ff2e2f;
}




/* End contact-us */




/*################################################ FOOTER ##############################################*/



#footer {
	float: left;
	width: 886px;
	height: 150px;
	background: url(../img/main-footer-bg.gif) no-repeat;
	text-align: center;
	color: #571C1F;
}


#footer ul {
	list-style: none;
	margin: 8px 0 0 0;
}


#footer ul li {
	display: inline;
}


#footer ul li a {
	font-size: 15px;
	color: #571C1F;
	text-decoration: none;
}


#footer p {
	width: 480px;
	margin: 60px 0 0 220px;
	font-size: 15px;
	color: #571C1F;
	text-decoration: none;
}


*:first-child+html #footer p {
	margin: 63px 0 0 35px;
}


textarea#textarea-link {

	width: 500px;
	
	height: 30px;
	
	font: 12px Arial, Helvetica, sans-serif;
	
	border: 1px solid #666;
	
}

form#add-links p {

	padding: 15px 0 0 0;

	clear: both;
	
}


form#add-links label {

	display: block;
	
	float: left;
	
	width: 200px;
	
}

form#add-links input[type="text"] {

	display: block;
	
	float: left;
	
	width: 300px;
	
	margin: 0 5px 0 0;
	
	font: 12px Arial, Helvetica, sans-serif;
	
	border: 1px solid #666;
	
}

form#add-links select {

	display: block;
	
	float: left;
	
	width: 300px;
	
	margin: 0 5px 0 0;

	font: 12px Arial, Helvetica, sans-serif;

	border: 1px solid #666;
			
}

form#add-links span {

	display: block;
	
	float: left;
	
	width: 5px;

	color: red !important;

}

form#add-links button {

	display: block;
	
	float: right;
	
	background: url(../img/contact-submit.jpg) no-repeat;
	
	width: 62px;
	
	height: 21px;
	
	margin: 10px 20px 0 0;

	text-indent: -999em;

	overflow: hidden;
	
}



div.link-category {

	font-size: 9px;
	
}

div.link-category table {

	border-collapse: collapse;
	
}

div.link-category th,
div.link-category td {

	padding: 5px;

	vertical-align: top;
	
}

div.link-category td a {

	font-size: 9px !important;
	
}



