/*All pages style - BEGIN*/
body {
	font:13px Arial, Helvetica;
	
	background: #666666;
	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: #666666;*/
	color: black
	/*font-size: 15px;*/
	
	background-color: #FFFFFF;
	background-image: url(woodBackground.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	border: thin solid #000000;
	
}
#container {
	width: 790px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
			    
	overflow:hidden;
	
}
#header {
	background-color: #EEEEEE;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 160px;
	background-image: url('./dubseaHeader.gif');
	font-size: 10px;
}
#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;
	/*font-size: 12pt;*/
}
#content{
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
}
#footer  {
	margin: 0px;
	margin-top: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#000000;
	text-align:center;
	float: left;
	width:100%;

}
#footerBorder {
	background-color:#72a604;
	margin:0;
	width: 100%;
	padding:5px;
	
    background:url(images/nav-bg.png) repeat-x;
    _background:url(images/nav-bg.gif) repeat-x;
	/*float:inherit;*/
}
/*#footerBorder a:hover {color:gray}*/

#footerBorder a:link {color:white}
#footerBorder a:visited {color:black}
/*All pages style - END*/


/*Home Page divs - BEGIN*/
/*Welcome div*/
#homeLeft
{	
	/*background:#FFFFFF;*/
	/*border: thin solid #999966;*/
	padding: 15px;
	width:60%;
	float:left;
	
	background:#FFFFFF;
	border: thin solid #999966;

}

/*Opened hours div*/
#homeRight
{
	/*background:#DBD3B7;*/
	/*border: thin solid #999966;*/
	padding: 15px;
	text-align: center;
	width: 30%;
	float:right;
	
	background:#DBD3B7;
	border: thin solid #999966;
}
#emailForm
{
	float:right;
	width:75%;
	text-align:right;
}
#joinUs
{
	float:left;
	width:20%;
	text-align: left;
}
/*twitter styles BEGIN*/
	#twitter_update_list {
		padding: 10px 20px;
		margin: 20px;
		background-color: #F0F0F0;
		font-size: 12px;
	} 
	#twitter_update_list span a:hover {
	text-decoration: underline;
	color: #666666;
	}
	
/*twitter styles END*/



/*Home Page divs - END*/


/*Catering Page style - BEGIN*/
.catering table{
	border: thin solid #999966;
	width:100%;	
}
.catering table th{
	background-color: #DBD3B7;
	height:25px;
}

.catering table .odd{
	background-color: #f8f5ef;	
}
.catering table .even{
	background-color: #e6efff;	
}
.catering .price{
	text-align:right;
	width:80px;
}
.catering .qty{
	text-align:center;
	width:80px;
}
.catering .itemDescription
{
	font-size: 10px;
}
/*Catering Page style - END*/



/*Sign In page divs - BEGIN*/
#signInLeft
{	

	width:30%;
	float:left;
	overflow: inherit;
}
#signInLeftFS
{
	padding: 15px;
	background:#FFFFFF;
	border: thin solid #999966;
}
#signInRight{
   
    width:70%;
    float: right;
    margin:0 auto;
    overflow: inherit;
    height: auto;
}
#signInRightFS{
    border: thin solid #999966;
    padding: 15px;
    height: auto;
}
/*Sign In page divs - END*/



/*About Us page divs - BEGIN*/
#aboutUsDubseaCoffee {
    float:right;
    padding-left: 10px;
}
#aboutUsStorefrontPicture{
    /*width:100%;*/
    float:right;
	margin-left: 10px;
    }
#aboutUsContainer {
    padding-right:10px;
    float:left;
    width:100%;

}
#aboutUsOwnerPicture {
    /*width:35%;*/
    float:left;
    margin-right: 20px;
}
/*About Us page divs - END*/

/*forms layout*/
#form
{	
	/*background:#FFFFFF;*/
	/*border: thin solid #999966;*/
	padding: 15px;
	width: 95%;
	/*float:left;*/
	margin: 0 auto;
	background:#FFFFFF;
	border: thin solid #999966;

}


/*blog sidebar*/
#sidebar {
	background:#DBD3B7;
	border: thin solid #999966;
	float:right;
	width:30%;
	height: 100%;
	margin: 0;
	
}
