/* this style allows ie to display pngs as a background image although they can't repeat */
/* note: it requires a blank .gif and it must be referrenced correctly in the .htc file for this to work */
* { behavior: url(js/png_bg_fix.htc);  }


/* ----------------------------------- default ----------------------------------- */
html {
	/* setting font to 62.5% makes 1em = to 10px since default is 16px (16 x 62.5 = 10) */
	font-size:62.5%;
	font-family:Helvetica, Arial, sans-serif;
	height:100%;
}
body {
	text-align:center;
	background:#84bdef url(../images/main_bg.jpg) top repeat-x;
	height:100%;
	margin-top:16px;
}

a {			text-decoration:none; }
a:hover {	text-decoration:underline; }

h1 {
	margin:15px 10px 0 35px;
	/*padding:15px 10px -20px 25px;*/
	text-align:left;
	font-size:1.8em;
	font-family:Helvetica, Arial, sans serif;
	font-weight:bold;
	color:#777;
}

h3 {
	margin:0 10px 0 60px;
	padding:17px 0 0 0;
	text-align:left;
	font-size:2em;
	font-family:Helvetica, Arial, sans serif;
	font-weight:bold;
	color:#777;
}

h4 {
	margin:0 10px 0 60px;
	text-align:left;
	font-size:1.5em;
	font-family:Helvetica, Arial, sans serif;
	font-weight:bold;
	color:#ff3333;
}

.clear {
	clear:left;
	font-size:1px;
}

/* ----------------------------------- general layout divs ----------------------------------- */

/*#bg {
	width:980px;
	min-height:100%;
	_height:100%;
	margin:0 auto;
	background:url(../images/bg_repeat_y.jpg) top center repeat-y;
}*/

#header {
	width:955px;
	height:157px;
	background:url(../images/header1bg.jpg) top center no-repeat;
	margin:auto;
}

#content {
	width:946px;
	padding:0 17px;
	background:url(../images/bg_top.jpg) top center no-repeat;
	min-height:350px;
	text-align:left;
}

TABLE {
	margin:auto;
}

TD {
	text-align:left;
	font-size:1.2em;
	font-family:Helvetica, Arial, "sans serif";
	color:#777;
	line-height:1.35em;
	
}


/* ----------------------------------- main nav ----------------------------------- */

#headerLogo {
	margin:0;
	padding:0 0 0 0;
	width:335px;
	height:135px;
	display:inline;
	float:left;
}


#nav {
	margin:0;
	padding:103px 25px 0 0;
	width:558px;
	display:inline;
	float:right;
}

.nav { 
	width:946px;
	height:39px;
	padding-bottom:1px;	
	background:url(../images/nav_bg.jpg) top repeat-x;
	text-align:center;
}
ul.nav {
	margin:auto;
	border-right:1px solid #f8d39d;
}
ul.nav li {
	display:block;
	line-height:3.9em;
	float:left;
}
ul.nav li a {
	display:block;
	float:left;
	text-align:center;
	font-size:1.8em;
	padding:0 15px;
	color:#fff;
	text-decoration:none;
	border-left:1px solid #f8d39d;
	border-right:1px solid #f8d39d;
}
ul.nav li a:hover {
	background:url(../images/nav_bg_over.jpg) top repeat-x;
	text-decoration:none;
}
ul.nav li.first {
	margin-left:40px;
	display:inline;
}

#dropmenudiv {
	text-align:left;
	position:absolute;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 25px;
	font-size:1.3em;
	line-height:1.5em;
	color:#555555;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}

#dropmenudiv a:hover{
	color:#ff0000;
}


/* ----------------------------------- homepage ----------------------------------- */
#homeContent {
	margin:auto;
	padding:0;
	width:955px;
	height:349px;
	background:url(../images/h_middle_bg.jpg) top left repeat-y;
}

#homeContentLeft {
	margin:0;
	padding:0 0 0 12px;
	display:inline;
	float:left;
}

#homeContentRight {
	margin:0 12px 0 0;
	padding:0 0 0 0;
	width:463px;
	height:349px;
	display:inline;
	float:right;
	background:url(../images/promo_bg.jpg) top left;
}

#homeContentRight h2 {
	margin:0 0 0 0;;
/*	padding:50px 10px 0 215px;*/
	padding:44px 10px 0 215px;
	text-align:left;
	font-size:3.5em;
	/*font-size:35px;*/
	font-family:Helvetica, Arial, sans-serif;
	color:#4681ae;
	letter-spacing: -1.5px;
}

#homeContentRight h2 a {
	color:#4681ae;
	text-decoration:none;
}

#homeContentRight h2 a:hover {
	color:#ee3a43;
	text-decoration:none;
}

#homeContentRight p {
	margin:0 0 0 0;
	padding:0 10px 0 215px;
	text-align:left;
	font-size:1.75em;
	font-family:Times-Roman, Times, serif;
	font-style:italic;
	color:#777;
}

#homeContentRight p a {
	text-align:left;
	font-size:1.20em;
	font-family:Times-Roman, Times, serif;
	font-style:italic;
	color:#777;
}

#homeContentRight p a:hover {
	color:#FF0000;
}

/*#homeContentRight .employers1 a {
	margin:50px 0 0 100px;
	display:block;
	width:165px;
	height:34px;
	background:url(../images/h_employerstext.png) top left;
}

#homeContentRight .employers1 a:hover {
	display:block;
	width:165px;
	height:34px;
	background:url(../images/h_employerstext_on.png) top left;
}*/

#homeContentBot {
	margin:auto;
	width:955px;
	height:237px;
	background:url(../images/h_bottom_bg.jpg) top left;
}

#homeContentLeftBot {
	width:478px;
	height:200px;
	margin:0;
	padding:0;
	display:inline;
	float:left;
	overflow:auto;
}

#homeContentLeftBot p {
	margin:0;
	padding:7px 10px 5px 35px;
	text-align:left;
	font-size:1.2em;
	font-family:Helvetica, Arial, "sans serif";
	color:#777;
	line-height:1.35em;
}

#homeContentRightBot {
	margin:0;
	padding:0;
	width:463px;
	height:200px;
	display:inline;
	float:left;
	overflow:auto;
}

#homeContentRightBot p {
	margin:0;
	padding:30px 15px 10px 40px;
	text-align:left;
	font-size:2.15em;
	font-family:Times-Roman, Times, serif;
	font-style:italic;
	line-height:1.65em;
	color:#777;
}

#homeContentFooter {
	margin:0;
	padding:0;
	width:955px;
	height:20px;
	display:inline;
	float:left;
}

#homeContentFooter p {
	margin:0;
	padding:0;
	font-size:1.25em;
	font-family:Helvetica, Arial, "sans serif";
	color:#fff;
}

#homeContentFooter a {
	color:#fff;
	text-decoration:underline;
}
#homeContentFooter a:hover {
	text-decoration:none;
}
#homeContentFooter ul {
	margin:0;
	padding:5px 0 0 98px;
	display:block;
	float:left;
}
#homeContentFooter li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.3em;
	line-height:1.3em;
	color:#fff;
	padding:0 25px 0 0;
	margin:0;
	display:inline;
}

#homeContentFooter2 {
	margin:auto;
	padding:0 0 0 0;
	width:955px;
	height:20px;
	display:inline;
/*	float:left;*/
}

#homeContentFooter2 p {
	margin:0;
	padding:0;
	font-size:1.25em;
	font-family:Helvetica, Arial, "sans serif";
	color:#eee;
}

#homeContentFooter2 a {
	color:#555;
	text-decoration:none;
}
#homeContentFooter2 a:hover {
	color:#ff0000;
}
#homeContentFooter2 ul {
	margin:auto;
	padding:0;
	display:block;
	/*float:left;*/
	text-align:center;
}
#homeContentFooter2 li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.3em;
	line-height:1.3em;
	color:#fff;
	padding:0 12px 0 12px;
	display:inline;
}

.copyright {
	color:#777777;
}


/* ------------- subpage --------------- */

#subContent {
	margin:auto;
	padding:0;
	width:955px;
/*	height:349px;*/
	background:url(../images/h_middle_bg.jpg) top left repeat-y;
}

#subContent p {
	margin:0;
	padding:0 60px 10px 60px;
	text-align:left;
	font-size:1.2em;
	font-family:Helvetica, Arial, "sans serif";
	color:#777;
	line-height:1.35em;
}

#subContent p img {
	margin:0 5px 7px 15px;
	padding:4px;
	border:1px solid #ccc;
	float:right;
}

#subContent .caption {
	float:right;
	width:230px;
	padding:0 60px 0 0;
	overflow:hidden;
}
#subContent .caption p {
	padding:0 0 10px;
	text-align:center;
}

#subContent ul {
	padding:0 0 0 75px;
	margin:1px 0 10px 0;
}
#subContent li {
	font-size:1.2em;
	font-family:Helvetica, Arial, "sans serif";
	color:#777;
	line-height:1.5em;
	text-align:left;
	list-style:disc;
}

#subContent a {
	color:#000000;
	text-decoration:none;
}

#subContent a:hover {
	color:#ff0000;
	text-decoration:none;
}

#subContentBot {
	margin:auto;
	width:955px;
	height:75px;
	background:url(../images/s_bottom_bg.jpg) top left;
}

#subContentBot p {
	margin:0;
	padding:20px 10px 0 20px;
	width:955px;
	height:75px;
	background:url(../images/s_bottom_bg.jpg) top left;
}

#subContentFooter {
	margin:0;
	padding:38px 0 0 0;
	width:955px;
	height:20px;
	display:inline;
	float:left;
}

#subContentFooter p {
	margin:0;
	padding:0;
	font-size:1.25em;
	font-family:Helvetica, Arial, "sans serif";
	color:#fff;
}

#subContentFooter a {
	color:#fff;
	text-decoration:underline;
}
#subContentFooter a:hover {
	text-decoration:none;
}
#subContentFooter ul {
	margin:0;
	padding:5px 0 0 98px;
	display:block;
	float:left;
}
#subContentFooter li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.3em;
	line-height:1.3em;
	color:#fff;
	padding:0 25px 0 0;
	margin:0;
	display:inline;
}


/*----------------- Jobs ------------------- */

.jobsTable {
	width:840px;
	border:0;
}

.titleRow {
	background:#aaa;
	color:#fff;
	font-weight:bold;
	padding:6px;
}

.dataRow {
	color:#777;
	padding:6px 6px 0 6px;
}

.dataRow1 {
	font-weight:bold;
	color:#777;
	padding:6px 6px 0 6px;
}

.jobTitle {
	font-size:2em;
	font-family:Helvetica, Arial, "sans serif";
	font-weight:bold;
	color:#FF0000;
}

#jobsInstruct1 a {
	text-decoration:underline;
}

#jobsInstruct1 a:hover {
	text-decoration:underline;
	color:#ff0000;
}

#jobsInstruct1 ul {
	padding:0 75px 0 75px;
	margin:1px 0 10px 0;
}

#jobsInstruct1 li {
	font-size:1.2em;
	font-family:Helvetica, Arial, "sans serif";
	color:#777;
	line-height:1.5em;
	text-align:left;
	list-style:disc;
}


/* ----------------------------------- main content div ----------------------------------- */
/* ------------- general styles --------------- */
#left {
	width:650px;
	margin-left:20px;
	float:left;
	display:inline;
}

#left h1 {
	color:#3d6262;
	font-size:1.8em;
	line-height:1.8em;
	font-weight:bold;
	clear:left;
}

#left h2 {
	color:#3d6262;
	font-size:1.8em;
	line-height:1.2em;
	font-weight:normal;
}

#left h3 {
	color:#f7a46c;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:bold;
}
#left h3.testimonials {
	padding:0 0 20px 400px;
	background:url(../images/line.jpg) bottom left no-repeat;
	border-bottom:1px dashed #f7a46c;
}
#left p {
	color:#7a7a7a;
	font-size: 12px;
	line-height:1.4em;
	padding:8px 0;
}
#left a {
	color:#c66;
	text-decoration:none;
}
#left a:hover {
	text-decoration:underline;
}
#left ul {
	padding:0 5px 8px 30px;
	list-style:outside;
}
#left li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.4em;
	line-height:1.4em;
	color:#7a7a7a;
	padding-bottom:10px;
}

#left form {
	clear:left;
	color:#7a7a7a;
	font-size:1.4em;
	line-height:1.4em;
}

#left .formNormal {
	clear:left;
	color:#7a7a7a;
	font-size:1.0em;
	line-height:1.0em;
}

#left input, #left select {
	color:#666;
}

#left table.cmsForm {
	margin:20px auto 0 auto;
}
#left table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 10px 0;
	text-align:left;
}
#left table.cmsForm tr td.cmsFormSubmit input {
	margin-left:180px;
}


/* ----------------------------------- specials / top seller promos ----------------------------------- */
#left .promo {
	float:left;
	display:inline;
/*	width:284px;*/
	width:290px;
/*	padding:0 15px 25px 15px;*/
	padding:0 8px 25px 8px;
}
#left .specials {	
	background:url(../images/bg_promo_pink.jpg) top no-repeat;
	color:#f76c6c;
	margin-right:20px;
}
#left .topSellers {	
	background:url(../images/bg_promo_green.jpg) top no-repeat;
	color:#419393;
}
#left .specials a {		color:#f76c6c; }
#left .topSellers a {	color:#419393; }


#left .promoIMG a img {
	float:right;
	display:inline;
	margin:5px 0 5px 10px;
	padding:5px;
	background:#fff;
	border:1px solid;
}
#left .specials .promoIMG a img {			border-color:#f76c6c; }
#left .specials .promoIMG a:hover img {		border-color:#c33; }
#left .topSellers .promoIMG a img {			border-color:#419393; }
#left .topSellers .promoIMG a:hover img {	border-color:#3d6262; }


#left .promo h1 {
	float:left;
	display:inline;
	width:75%;
	font-size:2.4em;
}
#left .specials h1 a {
	background:url(../images/arrow_pink.gif) left no-repeat;
	padding-left:18px;
}
#left .topSellers h1 a {
	background:url(../images/arrow_green.gif) left no-repeat;
	padding-left:18px;
}
#left .specials h1 a:hover {
	color:#c66;
	text-decoration:none;
	background:url(../images/arrow_pink_hover.gif) left no-repeat;
}
#left .topSellers h1 a:hover {	
	color:#3d6262;
	text-decoration:none;
	background:url(../images/arrow_green_hover.gif) left no-repeat;
}

#left .promo h2, #left .promo h3 {
	clear:left;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:bold;
}

#left .promo h4, #left .promo h5 {
	font-size:1.2em;
	line-height:1.8em;
	font-weight:bold;
}
#left .promo h5 {
	float:right;
	display:inline;
	padding-top:15px;
}

#left .specials h2 a, #left .specials h4 { color:#c66; }
#left .topSellers h2 a, #left .topSellers h4 { color:#3d6262; }

#left .promo p {
	font-size:1.2em;
	padding-bottom:5px;
}
/* ----------------------------------- contact us ----------------------------------- */
.contactBox {
	float:left;
	display:inline;
	width:50%;
	height:150px;
	padding-top:5px;
	border-top:1px solid #ccc;
}




/* ----------------------------------- shopping cart ----------------------------------- */
#left h2.tree {
	clear:left;
	margin-top:15px;
	font-size:1.4em;
}
#left h2.cartFooter {
	clear:left;
	text-align:center;
	padding-top:25px;
}
/* -------------------- image border and padding -------------------- */
#left ul.category li a img, #left ul.subcategory li a img, #left .image a img, #left .image img, #left #crossSelling .crossProduct img   {
	padding:5px;
	background:#fff;
	border:1px solid #f76c6c;
}
#left ul.category li a:hover img, #left ul.subcategory li a:hover img, #left .image a:hover img, #left #crossSelling .crossProduct a:hover img  {
	border:1px solid #c33;
}

/* -------------------- member login -------------------- */
#left #login {
	float:right;
	display:inline;
	width:400px;
	height:50px;
	padding-top:5px;
	background:url(../images/bg_login.jpg) top repeat-x;
	overflow:hidden;
	color:#3d6262;
}
#left #login h1 {
	font-size:1em;
	line-height:1.6em;
	background:url(../images/login_line.jpg) bottom left no-repeat;
	margin-bottom:5px;
}
#left #login .or {
	padding:0 8px;
	font-weight:normal;
}
#left #login label {
	margin-right:5px;
	display:block;
	float:left;
	text-align:right;
	font-size:0.9em;
}
#left #login input {
	margin-right:5px;
	padding-left:3px;
	font-size:0.8em;
	color:#3d6262;
	border:1px solid #ccc;
	float:left;
	width:100px;
}
/*
#left #categoryMenu {
	height:35px;
	padding-top:20px;
}*/
#left #logoCart {
	width:225px;
	height:65px;
}

/* -------------------- category listings -------------------- */
#left ul.category {
	margin-top:20px;
}
#left ul.category li {
	float: left;
	text-align:center;
	list-style:none;
	margin:10px 15px;
	width:165px;
	height:185px;
}

#left ul.category li a img  {
	margin-bottom:8px;
}
#left ul.category li a {
  	font-size: 1.4em;
	line-height:1em;
	color:#c66;
}
#left ul.category li a:hover {
	color:#c33;
	text-decoration:none;
}

/* -------------------- subcategory listings -------------------- */
#left ul.subcategory {
	padding-top:10px;
}
#left ul.subcategory h2 {
	font-size:1.4em;
}
#left ul.subcategory li {
	display:block;
	float:left;
	text-align:center;
	list-style:none;
	margin:10px 15px;
	width:165px;
	height:140px;
}
#left ul.subcategory li a img  {
	margin-bottom:5px;
}
#left ul.subcategory li a {
  	font-size: 1.2em;
	line-height:1.1em;
	color:#c66;
}
#left ul.subcategory li a:hover {
	color:#c33;
	text-decoration:none;
}

/* -------------------- product listings -------------------- */
#left .sortContainer {
	margin:15px 0;
	height:25px;
}

#left #prodSort {
	font-size:1.2em;
	float:left;
	display:inline;
}

#left ul.pages {
	float:right;
	display:inline;
	list-style:none;
	padding-top:3px;
}
#left ul.pages li {
	display:inline;
	padding:0 2px;
}
#left ul.pages li a:hover {
	color:#c33;
	font-weight:bold;
	text-decoration:none;
}



#left .product {
	clear:left;
	margin:10px 0;
	padding:10px 0;
	display:block;
	text-align:left;
	border-bottom:1px dashed #bbb;
}

#left .image {	
	float:left;
	display:inline;
	padding:0 5px 5px 0;
}
#left .product .image {
	width:100px;
}
#left .image a img, #left .image img  {
	float:left;
}
#left ul.imageThumbs {
	float:left;
	width:190px;
	height:40px;
	display:inline;
	list-style:none;
	padding:8px 0;
}
#left ul.imageThumbs li {
	display:inline;
	margin:0;
	padding:0;
}
#left ul.imageThumbs li a img {
	display:inline;
	margin:0 5px 0 0;
}



#left .info {
	float:left;
	display:inline;
	width:300px;
	padding:0 15px 5px 5px;
}

#left .info p {
	font-size:0.9em;
}

#left .pricing {
	float:left;
	display:inline;
	padding:0 5px 5px 5px;
}


#left .product h1 {
	font-size:1.6em;
	line-height:1.6em;
}
#left .product p {
	font-size:1.2em;
	line-height:1.2em;
	padding:0;
}
#left .product a {
	color:#c66;
}
#left .product a:hover {
	color:#c33;
	text-decoration:none;
}
#left .product input {
	width:25px;
	margin:3px;
}
#left .info ul {
	list-style:disc;
}
#left .info ul ul {
	list-style:circle;
	padding-top:0;
	margin-top:-10px;
	vertical-align:top;
	font-size:0.9em;
}


/* -------------------- product detail pages -------------------- */
#left .productDetail {
	clear:left;
	margin:10px 0;
	padding:10px 0;
	display:block;
	text-align:left;
}

#left .productDetail .image {	
	float:left;
	display:inline;
	padding:0 10px 10px 0;
	width:180px;
}


#left .productDetail .info {
	float:left;
	display:inline;
	width:435px;
	padding:0 0 5px 10px;
}
#left .productDetail .image .pricing {
	float:left;
	display:inline;
	clear:left;
	width:160px;
	padding:10px 5px 5px 15px;
}


#left .productDetail h1 {
	font-size:1.6em;
	line-height:1.6em;
}
#left .productDetail p {
	font-size:1.3em;
	line-height:1.3em;
	padding:0;
}
#left .productDetail a {
	color:#c66;
	font-weight:bold;
}
#left .productDetail a:hover {
	color:#c33;
	text-decoration:none;
}
#left .productDetail input {
	width:25px;
	margin:3px;
}
#left .productDetail .info ul {
	padding-top:10px;
}
#left .productDetail .info ul li {
	font-size:1.2em;
	line-height:1.2em;
	padding:0;
}


/* -------------------- product detail pages - cross selling -------------------- */
#left #crossSelling {
	clear:left;
	padding:8px;
	border:1px dashed #bbb;
}
#left #crossSelling h1 {
	line-height:1.1em;
	padding-top:5px;
	padding-bottom:3px;
}
#left #crossSelling p {
	
}
#left #crossSelling .crossProduct {
	float:left;
	display:inline;
	margin:10px 0;
	width:33%;
	height:170px;
	text-align:center;
}
#left #crossSelling .crossProduct input {
	clear:left;
	margin:0;
}
#left #crossSelling .crossProduct label {
	color:#7a7a7a;
	font-size:1.2em;
	line-height:1.2em;
}



/* -------------------- sidebar specials -------------------- */
#sidebar ul.cartSpecials {
	clear:both;/*
	background:url(../images/sidebar_bg.jpg) no-repeat;*/
}
#sidebar ul.cartSpecials li {
	text-align:center;
	list-style:none;
	width:140px;
	padding-top:10px;
	margin:auto;
}
#sidebar ul.cartSpecials li a img  {
	border:1px solid #f76c6c;
}
#sidebar ul.cartSpecials li a:hover img  {
	border:1px solid #c33;
}
#sidebar ul.cartSpecials li a {
  	font-size: 1.5em;
	line-height:1.6em;
	font-weight:bold;
	color:#c66;
}
#sidebar ul.cartSpecials li a:hover {
	color:#c33;
	text-decoration:none;
}

/* -------------------- sidebar account/checkout buttons ---------- */
#sidebar ul.cartButtons {
	clear:both;
	width:100%;
	padding:10px 0;
	display:block;
	text-align:center;
	background:url(../images/sidebar_bg_video.jpg) top repeat-x;
	border-bottom:1px solid #fff;
}
#sidebar ul.cartButtons li a {
	display:block;
	margin:2px auto;
	width:150px;
	height:20px;
	line-height:22px;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	color:#fff;
	border:1px solid #3d6262;
	background:#3d6262 url(../images/cart_buttons_bg.jpg) top repeat-x;
}
#sidebar ul.cartButtons li a:hover {
	color:#eee;
	background:#3d6262;
}

/* -------------------- sidebar cart view ---------- */
#sidebar #cartView {
	padding:0 8px;
}
#sidebar #cartView h1 {
	font-size:1.5em;
	line-height:2em;
	font-weight:bold;
	text-align:center;
	color:#3d6262;
}
#sidebar #cartView h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#3d6262;
	padding:8px 0 2px 0;
}
#sidebar #cartView h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#444;
	padding-top:10px;
	margin-top:5px;
	border-top:1px solid #fff;
}
#sidebar #cartView h3.new {
	border:none;
	padding-top:5px;
	margin-top:0;
}
#sidebar #cartView p {
	color:#333;
	font-size:1.1em;
}
#sidebar #cartView a {
	color:#c66;
}
#sidebar #cartView a:hover {
	color:#c66;
}



/* ----------------------------------- sidebar content ----------------------------------- */
#sidebar {
	float:right;
	display:inline;
	width:250px;
	margin-right:10px;
	background:url(../images/sidebar_bg.jpg) no-repeat;
}


/* ----------------------------------- search form ----------------------------------- */
#sidebar form {
	margin:0 auto;
	padding:5px 0;
	text-align:center;
}
#sidebar label {
	color:#fff;
	font-size:1.4em;
	line-height:1.8em;
	font-weight:bold;
}
#sidebar input {
	font-size:1.1em;
	line-height:1.2em;
	border:none;
	padding:3px;
	border:1px solid #eee;
}

/* ----------------------------------- video promo ----------------------------------- */
#sidebar #video {
	height:180px;
	padding-top:5px;
	text-align:center;
	background:url(../images/sidebar_bg_video.jpg) top repeat-x;
	border-bottom:1px solid #fff;
}
#sidebar #video h1 {
	color:#3d6262;
	font-size:1.4em;
	line-height:1.6em;
	text-align:center;
	font-weight:bold;
}
#sidebar #video h2 a {
	padding:0 10px;
	color:#3d6262;
	font-size:1.2em;
	line-height:1.2em;
	text-align:center;
	font-weight:normal;
}


/* ----------------------------------- story promo ----------------------------------- */
#sidebar #story {	/*
	background:url(../images/sidebar_bg_story.png) bottom right no-repeat;*/
}

#sidebar #story h1, #sidebar #story h2 {
	float:left;
	display:inline;
	font-size:1.8em;
	line-height:1.2em;
	font-weight:bold;
	width:240px;
	clear:left;
}
#sidebar #story h1 {
	color:#f76c6c;
	text-align:left;
	padding:5px 0 0 10px;
}
#sidebar #story h2 {
	color:#f7a46c;
	text-align:right;
	padding:0 10px 0 0;
}
#sidebar #story h3 {
	float:left;
	display:inline;
	padding:0 0 0 10px;
	color:#9a866c;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
}
#sidebar #story h4 {
	display:inline;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	clear:right;
}
#sidebar #story h4 a.dee {
	float:right;
	padding:0 10px;
	color:#f76c6c;
}
#sidebar #story h4 a.dandra { 		
	clear:right;	
	float:right;
	color:#f7a46c;
}
#sidebar #story p {
	padding-left:10px;
	color:#9a866c;
	font-size:1.2em;
	line-height:1.2em;
	text-align:left;
	display:inline;
}
#sidebar #story p.left {
	float:left;
	clear:left;
	width:110px;
}
#sidebar #story p.right {
	float:right;
	clear:right;
	width:120px;
	padding-top:20px;
	height:120px;
	vertical-align:bottom;
}








/* ----------------------------------- footer ----------------------------------- */
ul.footer {
	clear:both;
	text-align:center;
	color:#3d6262;
	padding:15px 0;
}
ul.footer li {
	display:inline;
	padding:0 5px;
	font-size:1.2em;
	line-height:1.8em;

}
ul.footer li a {
	color:#3d6262;
	text-decoration:none;
}
ul.footer li a:hover {
	color:#3d6262;
	text-decoration:underline;

}

