@import url("reset.css"); 
@import url("iehack.css"); 
	

/* --------------------------------------------------------
   VideoBook - Stanley Wood (Book-Builder LTD)
   -------------------------------------------------------- */


.clear {
	clear: both;
}

button:focus, button:hover, button:active {
	-moz-outline: none; /* fx 1.07*/
 	outline:none /* fx 1.05,
Safari, Mac IE*/
}

body {
	text-align: center;
	font: 12px Verdana, 'Lucida Grande', Helvetica, Arial, sans-serif;
	background: url(../images/bg_header.png) repeat-x top;
}

#wrap {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	position: relative;
}

#mainContent {
	position: relative;
	margin-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	background: url(../images/bg_main.gif) no-repeat 0 60px;
}




#yearbookit{
	width:600px; 
	margin:0 auto;
	color:#fff;
}

/* Header
-------------------------------------*/

#header {
	height: 200px;
}

img#logoman {
	position: absolute;
	top: -3px;
	left: 25px;
}

h1 {
	text-indent: -99999px;
	width: 390px;
	height: 49px;
	background: url(../images/image-logo.png) no-repeat;
	margin-top: 24px;
	margin-left: 85px;
}

h3.subheader{
	font-size:26px; 
	color:#B80000;
}

#header h2 {
	text-indent: -99999px;
	width: 636px;
	height: 60px;
	background: url(../images/tagline.png) no-repeat;
	position: absolute;
	left: 87px;
	top: 103px;
}

#pointer {
	width: 22px;
	height: 12px;
	display: block;
	background: url(../images/pointer.gif) no-repeat;
	position: absolute;
	left: 175px;
	top: 55px;
}

/* Footer
-------------------------------------*/

#footer {
	margin: 0px auto 10px;
	width: 814px;
	height: 69px;
	background: url(../images/bg_footer.gif) no-repeat;
	position: relative;
	overflow: hidden;
}




#footer h3#contactUs {
	text-indent: -99999px;
	width: 131px;
	height: 20px;
	background: url(../images/text-contact-us.gif) no-repeat;
	position: absolute;
	left: 22px;
	top: 22px;
}

#footer ul {
	margin-left: 170px;
}

#footer li {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	height: 56px;
	background: url(../images/bg_footer_li.gif) no-repeat left;
	margin-top: 5px;
}

#footer li.tel {
	padding-left: 17px;
	padding-right: 17px;
}

#footer .tel p {
	text-indent: -99999px;
	width: 225px;
	height: 23px;
	margin-top: 17px;
	background: url(../images/callus.png) no-repeat;
}

#footer .email a {
	text-indent: -99999px;
	display: block;
	width: 95px;
	height: 25px;
	background: url(../images/emailus.png) no-repeat;
	margin-top: 17px;
}

#footer .lperson a {
	text-indent: -99999px;
	display: block;
	width: 142px;
	height: 27px;
	background: url(../images/lchat.png) no-repeat;
	margin-top: 16px;
}



p { text-align: left; margin: 15px 0 }
	
p, ul { font-size: 13px; line-height: 1.4em } 

p a, li a { color: #39c; text-decoration: none }

p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

p#cross-links { text-align: center }

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }


.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 400px;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 800px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #333 }
.stripNav li.tab2 a { background: #333 }
.stripNav li.tab3 a { background: #333 }
.stripNav li.tab4 a { background: #333 }
.stripNav li.tab5 a { background: #333 }

.stripNav li a:hover {
	background: #999;
}

.stripNav li a.current {
	color: #fff;
}

.nextbtn { /* The left and right arrows */
	position: absolute;
	top: 340px;
	text-indent: -9000em;
	left:600px;
}

.nextbtn a {
	display: block;
	height: 50px;
	width: 196px;
}



.stripNavL, .stripNavR {
	visibility: hidden;
}


#p1 .nextbtn{
	background: url("../images/watchit.gif") no-repeat center;
}
#p2 .nextbtn{
	background: url("../images/getintouch.gif") no-repeat center;
}
#p3 .nextbtn{
	background: url("../images/goback.gif") no-repeat center;
}

/*CONTACT FORM*/


#contact_form					{ width:600px;height:200px; padding:30px 0;
												background: transparent url(../images/form_bg.png) no-repeat;
                        position:relative; }
form fieldset					{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.2em;
												margin:0px 0px 20px 0px; width:578px; position:relative;
												border:0;display:block; padding: 0px 10px 8px; }
form fieldset legend	{ border-width:1px; border-style:solid; border-color:#BBBB66; color:#3D7169;
												font-weight:bold; font-variant:small-caps; font-size:140%; padding:4px 8px;
												margin:0px 0px 10px 0px; position:relative; top: -12px; background:white; }
label									{ font-size:75%; display:block; float:left; width:10em; text-align:right;
												margin:.2em .2em 0 0; color:#ffd; font-weight:bold;padding:8px 0px; }
label.error           { font-weight:normal;color:red;text-align:left;width:140px; padding-left:25px;
                        background: transparent url(../images/cancel.png) no-repeat scroll left; }
input.text-input			{ margin:4px;padding:2px 0;color:#333; }

label#name_label      { position:absolute; top:0; left:0; }
input#name            { position:absolute; top:0; left:110px; }
label#name_error      { position:absolute; top:22px; left:120px; }

label#email_label     { position:absolute; top:45px; left:0px; }
input#email           { position:absolute; top:45px; left:110px; }
label#email_error      { position:absolute; top:67px; left:120px; }

label#phone_label     { position:absolute; top:90px; left:0px; }
input#phone           { position:absolute; top:90px; left:110px; }
label#phone_error      { position:absolute; top:112px; left:120px; }

input.button { 
	position:absolute; 
	top:125px; 
	left:120px; 
	padding:3px 10px;
	border:2px solid #fff; 
	margin:5px 0px 0px 153px; 
	font-size: 13px;	
	color:#B83024; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#CCC; 
	-moz-border-radius:5px; 
}

input.button:hover		{ background:#ddd none repeat scroll 0% 0%; font-color: #A32C22}
#message							{ width:180px;margin:30px 0 0 100px; }
#message h2						{ font-size:150%;color:white; }
#message p						{ color:white;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-93px;left:-60px; }

