﻿
Body {font-style:normal; font-variant:normal; font-weight:normal; line-height:21px; font-size:13px; font-family:Trebuchet MS, Arial, Helvetica, sans-serif
}

#wrapper {
width: 800px;
background-color:#FFFFFF;
margin: 0 auto;

/*margin-top: 10px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;*/
padding-bottom: 50px;
border: thin solid #FFFFFF;

}



#header
{
    width: 100%;
    background-color: #FFFFFF;
    /*height: 16px;*/
    color: #5686CA;
    /*text-align: center;*/
    position: relative;
    top:0px;
}


#content
{
   
    background-color: #FFFFFF;  
    margin: 0 auto 0 auto;
}


.centered { margin: 0 auto; }

#container {

	padding: 10px 10px 10px 20px;
	background-color: #FFFFFF;
	margin: 50px auto 0 auto;
	clear: both;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}



#footer
{
    width:100%;
    background-color: #0000FF;
   
    position:absolute;
    bottom: 0;
    color: #c8403c;
    text-align: center;
    border-top : 1px solid #c8403c;
    /*border-bottom : 2px solid #c8403c;*/
    margin-top: 50px;
    position:absolute;
}



.clear{clear:both;}
.space{
margin-bottom:10px;
}


/*  Header styles */
h1, h2, h3, h4, h5, h6{
	color:#5686CA;
	padding:0 0 13px 0;
	font-family: 'Open Sans', sans-serif;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {font-weight:700;}
h1{font-size:32px; line-height:39px;}
h2{font-size:28px; line-height:34px;}
h3{font-size:24px; line-height:30px;} 
h4{font-size:24px; line-height:30px;}   
h5{font-size:18px; line-height:20px;}
h6{font-size:13px; line-height:17px;}



a {
  color: #A2C;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #D26;
}

a:active {
  background: hsla( 0, 100%, 100%, 0.5 );
}


hr {
    border: 0;
    height: 1px;
    background: #5686CA;
    background-image: -webkit-linear-gradient(left, #5686CA, #333, #5686CA); 
    background-image:    -moz-linear-gradient(left, #ccc, #5686CA, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #5686CA, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

#logo {
	float:left;
	width:225px;
	height:110px;
	background:url('../images/EclairsBakeryLogo.jpg') no-repeat 0 0;
	overflow:hidden;
	text-indent:-999em;
	margin-left:2px; margin-right:0; margin-top:0; margin-bottom:0
}