/* GENERAL STYLES */
/* CSS Document */
/*html,body {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	min-width:1000px;
}*/

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	/*background: #BEBEBE;*/
	background: #D7D7D7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#606060;
	/*min-width:1000px;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#606060;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:1000px;
	text-align:left;
	margin:2px;
	border: solid 1px #908E8E;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}

#header {
	/*background: #FFFFFF;*/
	width:100%;	
}

#header:after, #infocontainer:after, .branchinfobox:after, .basketmsg span:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headerlogo {
	position:relative;
	float:left;
	width:100%;
	height:144px;
}

#headerbar {
	background:#000000;
	height:35px;
	float:left;
	width:100%;
}

.headertop {
	border-bottom:2px solid #FFFFFF;
	padding: 10px 10px 10px 20px;
	font-size:1.2em;
	letter-spacing:0.5px;
	color:#FFFFFF;
}

#headersearch {
	position:relative;
	float:right;
	width:215px;
	margin-top:20px;
	padding-left:10px;
}

#sidebar1 {
	float:left;
	width:192px;
	margin-top:2px;
}

#content {
	text-align:left;
}
#innercontainer {
	width:100%;
	float:left;	
	margin-top:5px;
	font-size:1.2em;
}

#innercontent {
	margin: 0px 17px 20px 17px;
	padding: 20px 0px 0px 0px;
}

#sidebar2 {
	float: right;
	width: 218px;
	margin-top:4px;
}

#footertop {
	margin-top:2em;
	width:70%;
}

#footertop p{
	padding-bottom:0px;
}

#footer {
	padding:10px 0px 0px 32px;
	font-size:1.2em;
	background: #00557E url(/media/11405/footer-arrow.gif) no-repeat 15px 11px;
	height:25px;
	color:#FFFFFF;
}

#footer a {
	color: #ffffff;
	text-decoration:none;
}

#footer p {
	padding-bottom:0px;
	width:60%;
}

#footer ul {
	float:right;
	text-align:right;
	width:30.7%;
	margin-left:0;
	padding-left:0;
	padding-bottom:0px;
	margin-top:-15px;
}

#footer li.arrow {
	padding-left:18px;
	background: #00557E url(/media/11405/footer-arrow.gif) no-repeat 0px 0px;
}

#footer li {
	display: inline;
	margin-right:3px;
}

#footer li a {
	padding-right:5px;
	font-weight:normal;
}

#footer li.none {
	margin-right:0px;
}

#footer li.none a {
	border:none;
	margin:0px;
	padding-right:15px;
}




/* EDITOR PROPERTIES */
