@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	color:#0d6bb3;
	
}

img {
	border:0px;
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#0d6bb3;
}

a:hover {
	color:#10218b;	
}

body {
	font-size: 62.8%;
	font-family:Verdana, Geneva, sans-serif;
}

#wrapper {
	width:950px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	font-size:1.1em;
}

#header {
	height:80px;
	overflow:hidden;
	position:relative;
	width:910px;
}

#logo {
	width:200px;
	height:80px;
	float:left;
}

#nav_div {
	width:700px;
	height:35px;
	margin-top:45px;
	/*position:absolute;*/
	float:right;
	text-align:right;
}

#home_middle {
	height:360px;
	margin-bottom:10px;
}

#home_box {
	background-color:#10aad6;
	width:300px;
	height:360px;
	float:left;
}

#home_photo {
	float:left;
	width:610px;
}

#home_buttons_div {
	margin-top:10px;
	width:910px;
	height:220px;
	overflow: auto;
}

.home_button_brands {
	width:293px;
	height:208px;
	border: solid 1px #c8beab;
	float:left;
	margin-right:12px;
}

	
.home_button_recipes {
	width:293px;
	height:208px;
	border: solid 1px #c8beab;
	float:left;
	margin-right:12px;
}

.home_button_gallery {
	width:293px;
	height:208px;
	border: solid 1px #c8beab;
	float:left;
}

#footer {
	width:910px;
	height:60px;
	padding-top:20px;
	clear:both;
}

#bga_link {
	float:left;

}

#web_credits {
	line-height:60px;
	vertical-align:bottom;
	float:right;

}

#main_content {
	width:910px;
	margin-bottom:20px;
}


#page_photo {
	border:1px solid #c8beab;
	float:left;
	width:388px;
	height:358px;
	padding:0px;
	margin:0px;

}

#page_text {
	width:470px;
	border:1px solid #c8beab;
	float:right;
	min-height:338px;
	height:auto !important;
    height:338px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	overflow:auto;

}

#page_text_full {
	width:910px;
	margin-bottom:20px;
	border:1px solid #c8beab;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	overflow:auto;
}


#brand_content {
    width:908px;
    overflow:auto;
}

.brand_info {
    width:900px;
    border:1px solid #c8beab;
    overflow:auto;
    padding-top:5px;
    padding-bottom:5px;
    height:100%;
}

.brand_logotext {
    width:210px;
    float:left;
    padding:10px;
    text-align:center;
}

.brand_desc {
    text-align:left;
}
.brand_products {
    float:left;
    width:670px;
    overflow:auto;

}

.album_cover_div {
    border:1px solid  #0d6bb3;
    padding:2px;
    width:125px;
    height:106px;
    text-align:center;

}

.image_div {
    width:100px;
    height:100px;
    position:relative;
    text-align:left;
}

.image_div_img {
    position:absolute;
    bottom:0px;
    left:0px;
}

.image_title {
    color:#0d6bb3;
    font-size:.9em;
    width:100px;
    text-align:left;
}

.album_title {
    color:#0d6bb3;
    font-weight:bold;
    font-size:1em;
}

#admin_nav {
    width:250px;
    float:left;
    height:100%;
    
}

#admin_content {
    width:650px;
    float:right;
    text-align:left;

}

ul#nav_list {
	list-style:none;
	text-align:right;
}

ul#nav_list li {
	float:right;
	padding-left:30px;

}

h1 {
	font-family:Arial;
	font-size:3em;
	font-weight:normal;
	color:#0d6bb3;
}

h2 {
 	font-family:Arial;
	font-size:1.8em;
	font-weight:bold;
	color:#0d6bb3;   
}

ol {
	padding:0px;
	margin:20px;
}

ol li {
	padding-bottom:5px;
}
