/* UNIVERSAL */

html {
}

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background:url(../img/bg.gif) #cecece;	
}

a	{
	text-decoration: none;
	outline:none;
}

p {
	font: 10px/12px Verdana, sans-serif;
	color: #fff;
}

.bold {
	font-weight:bold;
}

.center {
	width:90%;
	margin:0px auto;
	}

img {
	border-style:none;
}

.spacer {
	height:10px;
	width:100%;
}

/* LAYOUT PROPERTIES */

#content, .header, .flashstrip {
	width:758px;
}

#content {
	min-height:100%;
	padding:0px;
	margin:0 auto -150px;
	position: relative;
}

.header {
	margin: 10px 0 0 10px;
	height:210px;
	background:#cecece;
}

/* FLASH ELEMENTS */

.flashlogo {
	margin:0;
	padding:0;
	width:570px;
	height:210px;
	background:#fff;
	float:left;
}

.flashstrip {
	margin:4px 0 0 1px;
	padding:0;
}

/** FULL WIDTH COLUMN **/

.fullframe {
	width:793px;
	min-height:600px;
	background:#666 url(../img/full_top.jpg) top no-repeat;
	float:left;
}

.fullend {
	height:9px;
	width:793px;
	background:url(../img/full_bottom.jpg);
	float:left;
}

.partframe {
	width:620px;
	min-height:600px;
	background:#666 url(../img/part_top.jpg) top no-repeat;
	float:left;
}

.partend {
	height:9px;
	width:620px;
	background:url(../img/part_bottom.jpg);
	float:left;
}

/** COLUMN WIDTH PROPERTIES **/

.col40 {
	width:39%;
	float:left;
}

.col50 {
	width:49%;
	float:left;
}

.col60 {
	width:59%;
	float:left;
}

.col {
	width:98%;
	margin:0px auto;
}

.subheader {
	width:100%;
	float:left;
}

.img_strip{
	margin:0px auto;
	width:90%;
	height:95px;
}

#l_margin {
	margin-left:50px;
	}

.img_box {
	margin:5px;
	height:95px;
	width:125px;
	border:1px solid #000;
	background:#999;
	float:left;
}

/* sake boxes */

.col50_line {
	width:50%;
	float:right;
	border-left:1px solid #fff;
}

.col_line {
	padding:0 10px 0 10px;
	width:600px;
	margin:0px auto;
	border-bottom:1px solid #fff;
	float:left;
}

.col_topline {
	padding:0 10px 0 10px;
	width:600px;
	margin:0px auto;
	border-top:1px solid #fff;
	float:left;
}

.hlight {
	color:#FF0;
	font-weight:bold;
}

.percentage {
	margin:-10px 0 0 0;
	color:#CCC;
}

.right {
	width:82%;
	float:right;
}

.img_left {
	margin:10px 0 0 0;
	height:80px;
	width:15%;
	background:url(../img/sake_icon.jpg) top no-repeat;
	float:left;	
}


/* specific page imagery */

.map_img {
	height:350px;
	width:350px;
	background:url(../img/map.gif) no-repeat;
	margin:40px auto;
	float:right;
}

.team_img {
	height:345px;
	width:210px;
	background:url(../img/team_robot.jpg) no-repeat;
	margin:60px auto;
	float:right;
}

.drink_img {
	float:left;
	margin:15px 10px 0 0;
}

/* LIST PROPERTIES */

.navbar ul {
	margin:0px;
	padding:0px;
}

ul {
	margin:10px auto;
	padding:0px;
}

ul li {
	font:11px verdana, san-serif;
	font-weight:bold;
	color:#fff;
	list-style:none;
}

/* NAVIGATION */

.navbar {
	padding:0;
	background: url(../img/nav_fill.jpg) right top no-repeat;
	width:188px;
	height:210px;
	float:left;
}

.navbar div {
	float:left;
	height:210px;
	width:35px;
}

/* ROLLOVER FUNC */

#button :hover {
	background-position: -35px 0px;
}

/* BUTTON PROPERTIES*/

.home {
	background:#cecece url(../img/rollover/home.jpg);
}
.home_a {
	background:#cecece url(../img/rollover/active/home.jpg);
}
.team {
	background:#cecece url(../img/rollover/team.jpg);
}
.team_a {
	background:#cecece url(../img/rollover/active/team.jpg);
}
.drinks {
	background:#cecece url(../img/rollover/drinks.jpg);
}
.drinks_a {
	background:#cecece url(../img/rollover/active/drinks.jpg);
}
.visual {
	background:#cecece url(../img/rollover/visual.jpg);
}
.visual_a {
	background:#cecece url(../img/rollover/active/visual.jpg);
}
.subscribe {
	background:#cecece url(../img/rollover/subscribe.jpg);
}
.subscribe_a {
	background:#cecece url(../img/rollover/active/subscribe.jpg);
}
.functions {
	background:#cecece url(../img/rollover/functions.jpg);
}
.functions_a {
	background:#cecece url(../img/rollover/active/functions.jpg);
}