@import url("reset.css");
body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#wrapper {
	width:980px;
	margin:0 auto;
	background:#fff;
}
#header {
	background: #fff url(/in20minutes/shell/css/images/bg_header_repeat-y.gif) top right repeat-y;
	height:122px;
	position:relative;
	border-bottom:1px #000 solid;
}
#header span.number {
	color:#d22e34;
	position:absolute;
	top:20px;
	right:30px;
	font-size:16px;
	font-weight:bold;
}
a.logolink {
	position:absolute;
	left:57px;
	top:25px;
}
ul.nav {
	position:absolute;
	top:70px;
	right:30px;
	margin:0;
	padding:0;
}
ul.nav li {
	list-style:none;
	display:inline;
	background:url(/in20minutes/shell/css/images/bg_navitem.gif) 100% 50% no-repeat;
	padding:0 12px;
	font-size:20px;
}
ul.nav li.last {
	padding-right:0px;
}
ul.nav li a {
	color:#000;
	text-decoration:none;
}
ul.nav li a:hover {
	color:#2d2c2c;
	text-decoration:underline;
}
#main {
	width:980px;
	overflow:hidden;
}
div.left {
	float:left;
}
div.right {
	float:right;
}
h1 {
	font-style:oblique;
	font-size:24px;
	padding-top:40px;
}
h2 {
	background: #d2232a url(/in20minutes/shell/css/images/bg_redgradient_repeat-y.gif) top right repeat-y;
	color:#fff;
	font-style:oblique;
	font-weight:normal;
	font-size:15px;
	padding:7px 13px;
}
				#index div.left {
					width:558px;
					background:#000;
					height:490px;
				}
				#index div.right {
					width:422px;
					position:relative;
					height:490px;
				}
				#index div.right div.mainsection {
					padding:24px;
					line-height:18px;
					overflow:auto;
					height:225px;
				}
						div.mainsection a.go{
							display:block;
							text-decoration:none;
							color:#d2232a;
							margin-top:20px;
						}
								div.mainsection a.go span {
									text-decoration:underline;
									color:#000;
								}
				.indexright1{
					float:left;
					width:211px;
				}
				.indexright2{
					float:right;
					width:211px;
					background:url(../images/bgshadow.gif) bottom center no-repeat;
					height:186px;
				}
						.indexright2 h3 {
							color:#d2232a;
							font-weight:bold;
							font-size:22px;
							padding:10px 20px;
						}
						.indexright2 h3 span {
							display:block;
							font-size:16px;
						}
						.indexright2 p {
							padding:10px 20px;
							padding-top:0;
						}
						span.promo {
							color:#727272;
							padding-left:20px;
						}
						span.promo strong {
							color:#000;
						}
				div.indexbottom {
					position:absolute;
					bottom:0;
					height:186px;
				}
				
div.innerwrapper {
	width:894px;
	margin:0 auto;
}
div.package {
	border-top:1px #a9a9a9 solid;
	padding:17px 0;
	widows:894px;
	overflow:hidden;
}
#packages div.right {
	width:511px;
	_display:inline;
	margin-right:30px;
	font-size:13px;
}
span.includes {
	color:#d2232a;
}
div.package div.left {
	width:352px;
}
hr.top {
	background: #D2232A url(/in20minutes/shell/css/images/bg_redgradient_repeat-y.gif) top right repeat-y;
	height:24px;
	display:block;
	margin:0;
	padding:0;
	outline:none;
	border:none;
}
#contactus address {
	color:#d2232a;
	font-size:14px;
	font-weight:bold;
}
#contactus div.right {
	width:385px;
}
#contactus div.left {
	width:500px;
	_display:inline;
	margin-left:55px;
}
	input.text, textarea.textarea, select.select, .formError {
		font-family: serif;
		font-size: 1em;
		border: 1px #C3C3C3 solid;
		background-color: #EBF1F5;
		padding: 2px;
	}

	input:focus.text, textarea:focus.textarea {
		border: 1px #3C8CFF solid;
	}

	input.checkbox {
		vertical-align: middle;
	}

	input.radio {
		vertical-align: text-top;
	}

	fieldset {
		border: 1px #C3C3C3 solid;
		padding: 0 10px 10px 10px;
	}

	fieldset legend {
		color: #303030;
		border-left: 1px #C3C3C3 solid;
		border-right: 1px #C3C3C3 solid;
		padding: 0 5px 0 5px;
		vertical-align: middle;
	}

	.formElement {
		display: inline-block;
		float: left;
	}

	.formElement label {
		color: #303030;
		display: block;
		margin: 5px 0 3px 0;
	}

	.formElement label.checkbox {
		color: #303030;
		display: inline;
	}

	.buttonRow {
		text-align: center;
		padding-top: 10px;
	}

	.formError {
		border-width: 1px 0 1px 0;
		border-style: dotted;
		border-color: #FF0000;
		color: black;
		background-color: #FFE6E6;
		margin: 2px 0 2px 0;
		width: inherit;
		font-style: italic;
		letter-spacing: .05em;
		text-align: center;
	}

	/* Centered form, 600 pixels wide */
	form.c500 {
		width: 500px;
		margin: 25px auto;
		overflow-x: hidden;
	}

		form.c500 .onePerRow {
			width: 488px;
			margin: 0 0 15px 0;
		}

			form.c500 select.onePerRow {
				width: 492px;
			}

		form.c500 .twoPerRow {
			width: 238px;
			margin: 0 5px 15px 0;
		}

			form.c500 select.twoPerRow {
				width: 244px;
			}

		form.c500 .threePerRow {
			width: 155px;
			margin: 0 5px 15px 0;
		}


				
#footer {
	color:#878686;
	background:#000;
	height:38px;
	padding:17px 50px;
	clear:both;
}
#footer a {
	color:#878686;
}
#footer a:hover {
	color:#fff;
}
#footer ul.fnav {
	margin:0;
	padding:0;
	float:left;
}
#footer ul.fnav li {
	list-style:none;
	display:inline;
	background:url(../images/bg_fnavitem.gif) center right no-repeat;
	padding:0 8px;
}
li.last {
	background:none !important;
}
#footer p {
	float:left;
	padding:0 0 0 30px;
	margin:0;
}