							/* CSS Document for AutoPresenter Site */
							
							/*** General Styles ***/								
*							{ margin: 0; padding: 0; }

body						{ background: url(../images/body-bg.jpg) center top repeat-x #ffffff; font-family: Arial, Helvetica, sans-serif; }

img							{ border: none; }

a							{ outline: none; }
a:active 					{ outline: none; }

div#outerwrap				{ width: 100%; height: auto; background: url(../images/wrap1-bg.jpg) center top no-repeat; float: left; }

div#innerwrap				{ width: 992px; height: auto; margin: 0 auto; position: relative; }

							/*** Header Area ***/
div#header					{ width: 992px; height: 101px; float: left; position: relative; }

a#mainlogo					{ width: 419px; height: 77px; display: block; text-indent: -9999px; overflow: hidden; position: absolute; top: 14px; left: 32px; background: url(../images/mainlogo-link-bg.jpg) center top no-repeat; }
a#mainlogo:hover			{ background-position: bottom; }

div#header ul				{ list-style: none; width: 386px; height: 55px; position: absolute; background: url(../images/topnav-bg.jpg) center top no-repeat; top: 0; right: 55px; }
div#header ul li			{ float: left; }
div#header ul li a			{ color: #ffffff; height: 45px; line-height: 45px; text-transform: uppercase; font-size: 14px; text-decoration: none; padding: 0 22px; }
div#header ul li a:hover	{ color: #f79520; text-decoration: none; }
div#header ul li#HO			{ margin-left: 30px; }

p#topphone					{ position: absolute; font-size: 26px; color: #ffffff; text-align: right; right: 36px; bottom: 8px; }
p#topphone strong			{ color: #f79520; }

							/*** Orangestrip Area ***/
div#orangestrip				{ width: 992px; height: 279px; float: left; position: relative; }							

.bubble {
	display: block;
	position: absolute;
	right: 0px;
	top: 20px;
	width :140px;
	height: 141px;
	background: url('../images/bubble.png') no-repeat 0px 0px;
	text-indent: -9999px;
}

.bubble:hover {
	background-position: 0px -141px;
}

div#autopresenter			{ position: absolute; bottom: 6px; right: 100px; z-index: 50; }

.prevLinkButton {
	display: block;
	width: 250px;
	height: 60px;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	background: url('../images/autopresenter-preview-button.jpg') no-repeat top left;
}

.prevLinkButton:hover {
	background-position: bottom left;
}

div#orangestrip ul			{ width: 570px; height: 249px; list-style: none; position: absolute; left: 5px; top: 20px; z-index: 100; }
div#orangestrip ul li		{ float: left; width: 270px; height: 115px; margin: 0 10px 10px 0; position: relative; }
div#orangestrip ul li a		{ width: 270px; height: 115px; display: block; text-indent: -9999px; overflow: hidden; }
div#orangestrip ul li#BE	{ clear: both; }
div#orangestrip ul li#PR a 	{ background: url(../images/biglinks/prices.jpg) center top no-repeat; }
div#orangestrip ul li#PR a:hover{ background-position: bottom; }
div#orangestrip ul li#FE a 	{ background: url(../images/biglinks/features.jpg) center top no-repeat; }
div#orangestrip ul li#FE a:hover{ background-position: bottom; }
div#orangestrip ul li#OR a 	{ background: url(../images/biglinks/order.jpg) center top no-repeat; height: 114px; }
div#orangestrip ul li#OR a:hover{ background-position: bottom; }
div#orangestrip ul li#EX a 	{ background: url(../images/biglinks/examples.jpg) center top no-repeat; height: 114px; }
div#orangestrip ul li#EX a:hover{ background-position: bottom; }

							/*** MainContent Area ***/
div#maincontent				{ width: 992px; height: auto; float: left; margin-top: 5px; padding-bottom: 20px; position: relative; }
div#leftcol					{ width: 692px; float: left; min-height: 380px; }
* html div#leftcol			{ height: 380px; }
div#rightcol				{ width: 300px; float: right; min-height: 380px; }
* html div#leftcol			{ height: 380px; }

ul#rightcol-links			{ width: 289px; height: auto; float: left; list-style: none; }
ul#rightcol-links li		{ float: left; width: 289px; height: auto; position: relative; }
ul#rightcol-links li a		{ display: block; text-indent: -9999px; overflow: hidden; float: left; }

ul#rightcol-links li#SEE a 	{ background: url(../images/hp-rightcol-links/see-presenters.jpg) top center no-repeat; width: 289px; height: 127px;  }
ul#rightcol-links li#SEE a:hover{ background-position: bottom; }
ul#rightcol-links li#ORD a 	{ background: url(../images/hp-rightcol-links/order-presenter.jpg) center top no-repeat; width: 289px; height: 120px; }
ul#rightcol-links li#ORD a:hover{ background-position: bottom; }
ul#rightcol-links li#OYS a 	{ background: url(../images/hp-rightcol-links/preview-presenter.jpg) center top no-repeat; width: 289px; height: 126px;  }
ul#rightcol-links li#OYS a:hover{ background-position: bottom; }

h1							{ color: #000000; font-size: 18px; margin: 40px 20px 15px 40px; }
h1 strong					{ color: #f79520; }
h1 em						{ color: #666666; }

h2							{ color: #888888; font-size: 14px; margin: 15px 40px; text-transform: uppercase; float: left; width: 912px; }

h3							{ color: #000000; font-size: 14px; margin: 10px 40px 15px 40px; width: 912px; border-bottom: 1px dashed #999999; float: left; }
h3 em						{ color: #f79520; }
.generalform h3				{ margin-left: 0; }

p.normP						{ font-size: 12px; color: #333333; margin: 15px 40px 10px 40px; text-align: justify; }
.generalform p.normP		{ margin-left: 0; float: left; }
div#leftcol p.normP			{ font-size: 12px; color: #333333; margin: 15px 20px 10px 40px; }

p.normP a					{ text-decoration: none; color: #ff6600; font-weight: bold; }
p.normP a:hover				{ text-decoration: none; color: #333333; }

.alignright					{ float: right; margin: 0 0 10px 10px; }

ul.bigbullets				{ list-style: none; clear: both; width: 602px; margin: 10px 60px; float: left; display: inline; }
ul.bigbullets li			{ font-size: 12px; color: #333333; font-weight: bold; height: 30px; float: left; width: 602px; background: url(../images/bigbullet.jpg) left top no-repeat; padding-left: 40px; padding-top: 1%; }

ul.twocoltab				{ width: 912px; float: left; margin: 10px 40px; list-style: none; display: inline; clear: both; border: 1px solid #cccccc; padding: 5px 0 4px 0; color: #ffffff; }
ul.twocoltab li				{ width: 902px; height: 35px; float: left; font-size: 11px; border-bottom: 1px solid #ffffff; background: #f79520; margin: 0 5px; }
ul.twocoltab li.altli		{ background: #df963e; }
ul.twocoltab li.greyli		{ background: #CCC; }
ul.twocoltab li p			{ float: left; width: 350px; height: 35px; line-height: 35px; padding-left: 10px; }
ul.twocoltab li.altli p		{ float: left; width: 350px; height: 35px; padding-left: 10px; padding-top: 4px; line-height: normal!Important; }
ul.twocoltab li span		{ float: right; width: auto; height: 35px; line-height: 35px; text-align: center; font-size: 14px; margin-right: 10px; }


ul.normUL					{ float: left; margin: 10px 40px; list-style: none; width: 600px; clear: left; }
ul.normUL li				{ font-size: 12px; padding-left: 40px; height: 25px; line-height: 25px; background: url(../images/smlbullet.jpg) left top no-repeat; }

#FEA ul.normUL				{ float: none; }

							/*** Footer Area ***/
div#footer					{ width: 992px; height: 150px; float: left; background: url(../images/footer-bg.jpg) center top no-repeat; position: relative; }

p#footerdetails				{ font-size: 10px; color: #333333; float: left; margin: 25px 0 0 15px; }
p#footerdetails strong		{ font-size: 10px; color: #999999; margin-left: 15px; }

a#starkwoodlogo				{ float: right; display: block; width: 295px; height: 90px; text-indent: -9999px; overflow: hidden; background: url(../images/starkwood-logo-link.jpg) center top no-repeat; margin: 80px 5px 0 0; }

ul#footnav					{ list-style: none; position: absolute; top: 75px; left: 0; }
ul#footnav li				{ float: left; padding: 0 15px; }
ul#footnav li a				{ float: left; text-decoration: none; font-size: 11px; color: #ff6600; text-transform: uppercase; }
ul#footnav li a:hover		{ text-decoration: none; color: #333333; }


/* Examples */
ul.portfolioList 			{margin: 25px 40px; padding: 0; overflow: hidden; float: left;}
ul.portfolioList li 		{margin: 0 10px 10px 0; padding: 7px 0 0 7px; width: 224px; height: 155px; display: block; float: left; list-style: none; background:url(../images/liback.jpg) 0 0 no-repeat;}

ul.portfolioList li span.portItem {margin: 0; padding: 0; display: block; width: 212px; height: 142px; position: relative; z-index: 11; overflow: hidden}
ul#portfolioList li span.portItem img {position: absolute; left: 0; bottom: 0; z-index: 13;}

/* SLIDING PANEL */
ul.portfolioList li span.portItem span.slidingPanel {position: absolute; left: 0; bottom: -50px; z-index: 15; display: block; width: 212px; height: 50px; background: url(../images/black75percent.png) 0 0 repeat; color: #fff}
ul.portfolioList li span.portItem span.slidingPanel span {position: absolute; left: 0; top: 6px; z-index: 20; font-size: 12px; text-indent: 10px;}
ul.portfolioList li span.portItem span.slidingPanel a {position: absolute; left: 0; top: 26px; z-index: 21; font-size: 11px; padding: 0 0 5px 27px; color: #fff; font-weight: normal; background:url(../images/portItemLinkArrow.gif) 8px 0px no-repeat; text-decoration: none; font-weight: bold;}
ul.portfolioList li span.portItem span.slidingPanel a:hover {color: #FF9900;}

ul#selectpresenter			{ width: 912px; height: 500px; background: url(../images/selectpresenter-bg.jpg) left top no-repeat; padding: 45px 0 0 30px; list-style: none; }
#EXA ul#selectpresenter		{ margin-left: 40px; float: left; }
ul#selectpresenter li		{ width: 170px; height: 200px; float: left; position: relative; }
ul#selectpresenter li a		{ position: absolute; bottom: 25px; left: 10px; width: 150px; height: 25px; line-height: 25px; color: #ff6600; text-decoration: none; display: block; text-indent: 15px; font-size: 12px; font-weight: bold; background: url(../images/example-link-bg.jpg) left top no-repeat; }
#ORD ul#selectpresenter li a{ position: absolute; bottom: 28px; left: 10px; width: 150px; height: 25px; line-height: 25px; color: #ff6600; text-decoration: none; display: block; text-indent: 15px; font-size: 12px; font-weight: bold; background: url(../images/example-link-bg.jpg) left top no-repeat; }
ul#selectpresenter li a:hover{ text-decoration: none; color: #ffffff; }
li#pres-simon				{ background: url(../images/presenters/simon.jpg) center top no-repeat; }
li#pres-steve				{ background: url(../images/presenters/steve.jpg) center top no-repeat; }
li#pres-emma				{ background: url(../images/presenters/emma.jpg) center top no-repeat; }
li#pres-letitia				{ background: url(../images/presenters/letitia.jpg) center top no-repeat; }
li#pres-kate				{ background: url(../images/presenters/kate.jpg) center top no-repeat; }
li#pres-andrew				{ background: url(../images/presenters/andrew.jpg) center top no-repeat; }
li#pres-wayne				{ background: url(../images/presenters/wayne.jpg) center top no-repeat; }
li#pres-maeve				{ background: url(../images/presenters/maeve.jpg) center top no-repeat; }
li#pres-liz					{ background: url(../images/presenters/liz.jpg) center top no-repeat; }
li#pres-alice				{ background: url(../images/presenters/alice.jpg) center top no-repeat; }
li#pres-gemma				{ background: url(../images/presenters/gemma.jpg) center top no-repeat; }
li#pres-amanda				{ background: url(../images/presenters/amanda.jpg) center top no-repeat; }
li#pres-jessica				{ background: url(../images/presenters/jessica.jpg) center top no-repeat; }
li#pres-nikki				{ background: url(../images/presenters/nikki.jpg) center top no-repeat; }
/*** Accordion **/

.basic  {
	width: 912px;
	margin: 0 0 40px 40px;
	display: inline;
	float: left;
}
.basic div {
	background: #efefef;
}

.basic div p {
	margin: 10px;
	color: #333333;
	font-size: 11px;
	
	
}
.basic a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #ff6600;
	background: url(../images/tabup.jpg) no-repeat right top;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #cccccc;
}
.basic a:hover {
	background: url(../images/tabhover.jpg) no-repeat right top;
	border-bottom: 1px solid #333333;
}
.basic a.selected {
	background: url(../images/tabactive.jpg) no-repeat right top;
	color: #333333;
	border-bottom: 1px solid #666666;
}



