@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#a3ccb1;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a3ccb1;
	padding:15px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:25px;
	border: 2px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #a3ccb1;
	height:140px;	
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


#logo {
background-color:#a3ccb1;
width:270px;
height:135px;
float:left
}


#menu {
width:530px;
height:40px;
background-color:#a3ccb1;
position:relative;
top:70px;
float:right;
}

#address {
width:450px;
height:20px;
background-color:#a3ccb1;
position:relative;
top:-10px;
float:right;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	overflow:auto;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#a3ccb1;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1{
font-size:20px;
font-family:"Century Gothic";
font-weight:bold;
color:#52474e;
margin-top:10px;
margin-left:2px;
margin-bottom:2px;
}

h2{
font-size:16px;
font-family:"Century Gothic";
font-weight:bold;
color:#52474e;
margin-left:2px;
margin-bottom:2px;
}

p{
font-size:14px;
font-family:"Century Gothic";
font-weight:normal;
color:#52474e;
margin-left:2px;
margin-bottom:2px;
}

.shop {
float:right;
margin:10px;
}
.pagepics {
float:right;
margin:10px;
}

.ecover {
float:left;
margin:5px;
}

.calon {
margin:10px;
}

.suma {
float:inherit;
margin:5px;
}

li{
font-size:14px;
font-family:"Century Gothic";
font-weight:normal;
color:#52474e;
margin-left:2px;
margin-bottom:2px;
}

.list{
font-size:14px;
font-family:"Century Gothic";
font-weight:normal;
color:#52474e;
margin-left:2px;
background:#FFFFFF;
margin-bottom:2px;
}

a{
display:inline;
font-size:13px;
background-color:#a3ccb1;
color:#FFFFFF;
font-family:"Century Gothic";
text-decoration:underline;
}

a:hover {
background:#FFFFFF;
color:#a3ccb1;
font-weight:bold;
cursor:pointer;
}

a:active {
color:#000066;
}

.footer{
font-size:10px;
font-family:"Century Gothic";
color:#FFFFFF;
margin-top:12px;
margin-left:10px;
margin-bottom:2px;
}

.topaddress{
font-size:12px;
font-family:"Century Gothic";
font-weight:bold;
color:#FFFFFF;
/*margin-top:0px;
margin-left:10px;
margin-bottom:2px;*/
}

/*menu coding************************************/


  #tabs5 {
	float:right;
	position:relative;
	top:0px;
	width:530px;
	height:35px;
	background:#a3ccb1;
	font-size:13px;
	font-weight:bold;
	font-family:"century gothic";
	padding-bottom:3px;
 
      }
    #tabs5 ul {
	  margin:0;
	  padding:5px;
	  list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:right;
      background:url(tableft_LWF.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
  	font-size:13px;
	  color:#a3ccb1;
	  font-weight:bold;
	  
      }
    #tabs5 a span {
      float:right;
      display:block;
	  background: url(tabright_LWF.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#a3ccb1;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }  
/*END menu coding************************************/


