/* takeaway.co.uk FIRST DRAFT website CSS file. Built by Netstep
http://www.netstep.co.uk 2010 */

/* @override 

	http://pete/sites/N/Netstep/takeaway.co.uk/holding%20page/css/takeaway-styles.css
*/

/* @group Defaults */
/* @group Links defaults */
a:link {color: #337DAE; text-decoration: underline;}
a:visited {color: #337DAE;}
a:hover {color: #337DAE;}
a:active {color: #337DAE; outline: none;}
:focus
{
  -moz-outline-style: none;
}
/* @end */

/* @group Images defaults */
a img,img{border:none;display:block;}
/* @end */

/* @group Headers */
h1 {
	font-size: 200%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}

/* @end */
dl.faq dt {
	cursor: pointer;
	color: #337DAE;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 1em;
}

.pdf {
	background: url(../images/pdf-icon.gif) 100% 50% no-repeat;
	padding-right: 28px;
}
/* @end */

/* @group Layout */
body {
	line-height: 1.4em;
	margin-top: 20px;
}
#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

/* @end */

/* @group Forms */
form {
	margin: 20px 0;
}
form fieldset {


}
form legend {
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 20px;

}
form li {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
form ol {
	margin: 0;
	padding: 0;
}
label {
	width: 10em;
	display: block;
	margin-bottom: .3em;
	font-weight: bold;
	padding-top: 5px;
}

li.inline {
	padding: 10px 0;
}

li.inline input {
	margin-right: .4em;
}

li.inline label {
	display: inline;
	font-weight: normal;
}
input.text, textarea, select {
	border: 1px solid #abadb3;
	font-family: arial;
	padding: 4px;
	font-size: 13px;
	width: 23em;
	margin-bottom: 6px;
}
input.text:active {
	outline: none;
}
input.text, textarea {
	padding-right: 16px;
}
input:focus, textarea:focus {
	outline: none;
}
select#title {
	width: auto;
	padding-right: 0;
}
select {
	background-image: none;
}
p#securityq {
	margin-top: 2em;
	border: 1px solid #E1E5EB;
	background: #fff;
	padding: 10px;
	margin-right: 40px;
	position: relative;
}
form input.datefield {
	color: #6E6E6E;
}
input.required {
	background: #fff url(../images/required.gif) no-repeat 98% 0;
}
textarea {
	margin-bottom: 10px;
	overflow: auto;
}
input.text:focus, textarea:focus {
	border: 1px solid #9A9BA1;
}
input.small {
	width: 12em;
}

form p img {
	display: inline;
}

p#submit {
	margin-top: 1em;
	text-align: right;
	padding-right: 40px;
}
li.warning input.text {
	background: #FFE6E6;
}
div#warning {
	border: 2px solid #D85454;
	background: #FFE6E6;
	padding: 15px;
	color: #CB3A3A;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#warning h2 {
	color: #CB3A3A;
	font-size: 140%;
	margin-top: 0;
}
div#warning li {
	list-style: disc;
	list-style-position: inside;
}
.checkbox {
	display: block;
	position: relative;
	top: 8px;
}
div#checkboxbox {
	margin-top: 20px;
}
input[type=submit],select,.pointer {
	cursor:pointer;
}
input {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
button {
	border: none;
	background:url(../images/button-go.png) top left no-repeat;
	font-size: 22px;
	color:#fff;
	text-indent:-9999px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;	
	width:120px;
	height:48px;
	display:block;
	overflow:hidden;
}

button:hover {
	background:url(../images/button-go-hover.png) top left no-repeat;
}

button:active { 
	background:url(../images/button-go.png) top left no-repeat;
}
button a{
	width:120px;
	height:48px;
	display:block;
}


/* @end */

/* @group Nav */
ul#nav {
	background: #000;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 5px;
}

ul#nav li {
	background: #000;
	float: left;
}

ul#nav a, ul#nav a:visited {
	color: #444;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	/* Add the transition properties! */
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 300ms;
    /* you can control the acceleration curve here */
    -webkit-transition-timing-function: ease-in-out; 
    padding: 10px;
}

ul#nav a:hover, ul#nav li.current a {
	color: #fff;
}

/* @end */

/* @group holding */
body{
	background:url(../images/food-background.gif) top left repeat;
}

#container{
	width:100%;
	background:url(../images/yellow-block.png) 0 130px repeat-x;
	color:#FFF;
}

#container h1{
	width:495px;
	height:95px;
	display:block;
	background:url(../images/takeaway-logo.png) top left no-repeat;
	text-indent:9999px;
	margin:0 auto;
	position:relative;
	top:60px;
	overflow:hidden;
	z-index:999;
}

#mainbox{
	margin:auto;
	width:920px;
	background:url(../images/grey-background.jpg) 0% 110% no-repeat #222;
	border:3px solid #eee;
	padding:80px 0px 20px 20px;
	text-align:center;
}

#mainbox p{
	text-shadow: rgba(0,0,0,.6) 0 1px 0;
	margin:0 0 20px 0;
	line-height:1.3em;
}

#mainbox p.yellowtxt{
	color:#FFCC00;
	font-size:1.2em;
}

#mainbox p.bigtxtfooter{
	margin-top:10px;
	font-size:1.5em;
}

.autoPadDiv{
	padding:0;
	margin:0;
}

.rounded {
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}
.dropshadow {
  	-moz-box-shadow: 1px 2px 3px #666;
	-webkit-box-shadow: 1px 2px 3px #666;
	box-shadow: 1px 2px 3px #666;
}

#mainbox form {
	width:460px;
	margin:0 auto;
}
#mainbox form label{
	display:none;
}
#mainbox form input{
	font-size:1.8em;
	width:300px;
	float:left;
	height:36px;
	-moz-border-radius-topleft:12px;
	-webkit-border-top-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	-webkit-border-bottom-left-radius:12px;
	padding-left:10px;
	color:#333333;
	padding-top:10px;
	border:none;
}


#mainbox form fieldset {
	padding:0;
	margin:0;
	height:48px;
}

#mainbox form p{
	margin:10px 0 10px 0;
}

p.footernav{
	margin:10px 0 0 0;
	text-align:center;
	color:#990000;
}
p.footernav a, p.footernav a:visited{
	color:#990000;
	text-decoration:none;
}
p.footernav a:hover{
	color:#990000;
	text-decoration:underline;
}

/* @end */

/* @group unavailable */
h2.notquite{
	background:url(../images/not-quite-h2.png) top left no-repeat;
	height:38px;
	width:685px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}
#notquiteblock{
	width:680px;
	margin:0 auto;
	text-align:left;
}
#notquiteblock p{
	margin-top:10px;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
}

#notquiteblock img.winbadge{
	float:left;
	margin-right:20px;
}

#notquiteblock p span.highlight{
	text-decoration:underline;
	color:#FFCC00;
}

#mainbox form.prizedrawform{
	clear:both;
	padding-top:30px;
	width:550px;
}
#mainbox  form.prizedrawform input{
	width:400px;
}
/* @end */


/* @group thanks */
h2.thanks{
	background:url(../images/thankyou-h2.png) top left no-repeat;
	height:38px;
	width:685px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}
/* @end */
