/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset, div, ul, p {
	margin: 0;
	padding: 0;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ol, dl, address {
	margin: 0.5em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
   	margin-left: 1em;
}
a img, img a {
	border: none;
}
/* End Initial */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearboth {
	clear: both;
    overflow: hidden;
    height: 0;
	display: block;
}

/*-------------------------------------------------------------------

Page layout

--------------------------------------------------------------------*/

body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333;
	text-align: center;	
	line-height: 130%;
	background-image: url(../img/bodygrad.jpg);
	background-repeat: repeat-x;
	background-color: #E7EFF5;
}
#pagewrap {
	text-align: left;
	width: 1000px;
	padding: 0px;
	margin: 0 auto;	
	position: relative;
	font-size: 90%;
	background-image: url(../img/pagebg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0;
}
#page {
	background-image: url(../img/pagetop.jpg);
	background-repeat: no-repeat;
	padding: 0 21px;
}
#header {
	padding: 0;
	margin: 0;
	height: 105px;
	overflow: hidden;
}
#header img {
	padding: 0;
	margin: 0;
	padding-top: 36px;
	padding-left: 10px;
}
#header ul {
	float: right;
	padding-right: 30px;
	padding-top: 60px;
}
#header li {
	list-style: none;
	display: inline;
}
#menu {
	height: 30px;
	background-color: #6B90B3;
	border-top: 1px solid #FFF;
	padding: 0;
	margin: 0;
}
a, a:link {
	color: #2673FF;
}
a:hover {
	color: #FF3649;
}
h1, h2, h3 {
	color: #444;
	font-size: 120%;
}


/*--------------------------------------------------------------

Content styles

---------------------------------------------------------------*/ 
#content {
	float: left;
	width: 720px;
	padding-top: 1px;
	margin: 0;
	padding: 0;
}
#content-text {
	padding: 20px;
	padding-top: 0;
}
#guarantee {
	position: absolute;
	top: 80px;
	right: 10px;
}
#products {
	padding-top: 5px;
	padding-left: 7px;
}
#content h1 {
	background-image: url(../img/headbg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	padding-bottom: 25px;
	margin: 0;
	margin-top: 1px;
	padding-top: 5px;
	color: #0674B3;
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	padding: 10px;
	padding-left: 0;
	margin: 0;
	margin-top: 1px;
	padding-top: 5px;
	color: #0674B3;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contact-details dt {
	font-weight: bold;
}
/*--------------------------------------------------------------

Sidebar styles

---------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 235px;
	position: relative;
	right: 1px;
	padding-top: 1px;
	padding-bottom: 5px;
}
#sidebar h2 {
	background-image: url(../img/headtop.jpg);
	background-repeat: no-repeat;
	padding: 5px 10px;
	position: relative;
	right: 1px;
	width: 235px;
	margin: 0;
	padding-left: 10px;
}
.sidebox {
	border: 1px solid #D9BA82;
	border-top: none;
	width: 233px;
}
#moviestar {
	padding-top: 5px;
}
#qreserve {
	margin-top: 5px;
}
#fan-club form, #qreserve form {
	padding: 10px 5px;
}
#fan-club form p, #qreserve form p {
	padding: 3px;
}
#fan-club label, #qreserve label {
	display: block;
	float: left;
	width: 70px;
}
#qreserve label {
	width: 50px;
}
#fan-club input.text {
	width: 140px;
}
#qreserve input.text {
	width: 160px;
}
#fan-club input.submit {
	font-weight: bold;
}
#fan-club p.submit {
	padding-left: 70px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#qreserve p.submit {
	border-top: 1px dotted #CCC;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
}
#qreserve p.submit input {
	font-weight: bold;
}
#press ul {
	list-style: none;
	margin: 0;
	padding: 5px;
	padding-right: 10px;
}
#press li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 16px;
	background-image: url(../img/star.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-bottom: 2px;
}
#press p {
	text-align: center;
	font-weight: bold;
	padding: 6px;
	border-top: 1px dotted #D9BA82;
	margin-top: 5px;
}
#nms {
	padding: 2px 5px;
	font-weight: bold;
}
span.padleft {	
	padding: 0;
	margin: 0;
	padding-left: 30px;
	display: block;
}
/*--------------------------------------------------------------

Footer styles

---------------------------------------------------------------*/
#footer {
	clear: both;
	background-image: url(../img/footerbg.jpg);
	background-repeat: no-repeat;
	padding: 10px 40px 60px 40px;
	color: #FFF;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer span {
	float: right;
}
#footer a {
	color: #FFF;
}

/*--------------------------------------------------------------

Menu styles

---------------------------------------------------------------*/
#menu { 
	position: relative; 
	z-index: 100;
}
#menu ul, #menu ul ul {
	padding: 0; 
	margin: 0; 
	list-style-type: none;
}
#menu ul a, #menu ul a:visited {
	display: block;
	width: 150px;  
	color: #FFFFFF;  
	line-height: 30px; 
	text-decoration: none;
	border-right: 1px solid #FFF;
	font-weight: bold;
	text-align: center;
}
#menu ul li {
	float: left; 
	padding: 0; 
	margin: 0; 
}
#menu ul li:hover {
	position:relative;
}
#menu ul li:hover > a {
	background: #FFDB99; 
	color: #C00;
}
#menu ul li ul {
	display: none;	
}
#menu ul li ul a {
	background-color: #82AFD9;
	border: 1px solid #FFF;
	border-top: none;
}
#menu ul li:hover > ul {
	display: block; 
	position: absolute; 
	top: -11px; 
	left: 80px; 
	padding: 10px 30px 30px 30px;  
	width: 150px;
}
#menu ul > li:hover > ul {
	left: -31px; 
	top: 21px;
}
#menu ul table {
	position: absolute; 
	border-collapse: collapse; 
	top: 0; 
	left: 0; 
	z-index: 100; 
	font-size: 1em;
}
* html #menu ul li a:hover {	
	position: relative; 
	background: #FFDB99; 
	color: #C00;
}
#menu ul li a:active, #menu ul li a:focus {
	background: #FFDB99;
	color: #C00;
}

* html #menu ul li ul {
	visibility: hidden; 
	display: block; 
	position: absolute; 
	top: -11px; 
	left: 80px; 
	padding: 10px 30px 30px 30px; 
}
#menu ul li a:hover ul {
	visibility: visible; 
	left: -30px; 
	top: 20px; 
	lef\t: -31px; 
	to\p: 21px;
}

/**************** caform styles ********************/

#caform {
	margin-top: 10px;
}
#caform fieldset {
	background-image: url(/img/bg_blue.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #DDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
#caform fieldset p {
	padding: 4px 0;
}
#caform legend {
	margin-left: 10px;
	font-weight: bold;
	color: #444;
	padding: 5px;
	font-size: 110%;
}
#caform input {
	width: 400px;
}
#caform textarea {
	width: 400px;
	height: 120px;
}
#caform .required {
	color: #900;
	font-size: 150%;
	font-weight: bold;
	position: relative;
	top: 8px;
}
#caform label {
	float: left;
	font-size: 90%;
	width: 12em;
	text-align: right;
	margin-right: 5px;
}
#caform input.submit {
	margin: 10px auto;
	width: auto;
	cursor: pointer;
	padding: 1px 2px;
	font-weight: bold;
}
#caform span.error {
	color: #900;
	font-weight: bold;
	display: block;
	clear: both;
	padding-left: 10em;
	font-size: 80%;
}
#invite-message {
	padding: 10px;
	border: 1px dotted #CCC;
	background-color: #F9F9F9;
}
#captcha-block input {
	width: 100px;
}

/**************** caform styles ends ***************/
