@charset "UTF-8";
/* CSS Document */


/* UNIVERSAL ELEMENTS */
body {
	background: url(img/bg.gif) repeat-y #ff6600 center;
	margin:0;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

/* MAIN LAYOUT */
#wrapper {
	width: 950px;
	padding:0 0 0 0;
}

/* HEADER */
#header {
	width: 924px;
	height:561px;
	background:url(img/divbg.gif) repeat-x bottom;
	margin:0;
}

#drinkwithjamie {
	background: url(img/drinkwithjamie.gif);
	width: 740px;
	height: 111px;
	float:left;
}

#jamie {
	background: url(img/jamie.jpg);
	width: 314px;
	height: 450px;
	float:left;
}

#video {
	background: url(img/tv.png) no-repeat;
	width: 632px;
	height: 468px;
	float:left;
	margin:-31px 0 0 -74px;
	padding: 25px 0 0 24px;
}

/* CONTENT */
#content {
	width: 100%;
}

#tagline {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #343c55;
	margin: -30px 0 0 40px;
}

#verve {
	background: url(img/verve.jpg);
	width: 310px;
	height: 384px;
	float:left;
	margin:0 0 0 20px;
}

/* FORM */
#form {
	width: 422px;
	margin:0 0 0 70px;
	padding:6px 0 0 0;
	float:left;
	background: url(img/formbg.jpg) no-repeat 95px 0px;
}

.textbox {
	width: 312px;
	height: 20px;
	float: left;
	background: url(img/textbox.png) no-repeat;
	border: none;
	margin: 0px 0 0 0;
	font-family: Arial, Verdana, serif;
	font-size: 0.7em;
	color: #666;
	padding: 2px 5px 0 5px;
}

.formfont {
	width: 100px;
	height: 20px;
	float: left;
	margin: 0px 0 0 0;
	font-family: Arial, Verdana, serif;
	font-size: 1em;
	color: #666;
	padding: 0 0 0 0;
	text-align:left;
}

.dropdown {
	width: 312px;
	height: 15px;
	float: left;
	background: url(img/textbox.png) no-repeat #FFF;
	border: none;
	margin: 0px 0 0 0;
	font-family: Arial, Verdana, serif;
	font-size: 0.7em;
	color: #666;
	padding: 2px 5px 0 3px;
}

.submit {
	width:161px;
	height:33px;
	background:url(img/submit.png) no-repeat;
	border:0;
	cursor:pointer;
	overflow: hidden;
	text-indent:-5000px;
	margin:15px 5px 0 0;
	float:right;
}
.submit:hover {
	background-position:0 -33px;
}

/* FOOTER */
#footertext {
	float:right;
	font-size:0.6em;
	margin:0 20px 0 0;
	color: #666;
}

#footer {
	background: url(img/footerbg.jpg) repeat-x bottom;
	width: 924px;
	height: 100px;
	margin: 0 0 0 12px;
	float:left;
}