/* ****** FortyPlus css ******** */
html, body {
    border: 0;
}

body {
	font-size: x-small;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #766959;
	background: #fff url(images/body_repeat_y.gif) center repeat-y;
	text-align: center; /* Hack for IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}
html>body { font-size: small; }

* { margin: 0; padding: 0; /* - Resets all margins and padding - */ }

/* Links
----------------------------------------------- */
a {
    text-decoration: none;
	font-weight: bold;
    color: #622d13;
}

a:hover {
    text-decoration: none;
	color: #ff8c00;
}

img {
  border: 0;
}

/* Misc
----------------------------------------------- */
strong {
    font-weight: bold;
    font-style: normal;
}

em {
    font-weight: normal;
    font-style: italic;
	color: #ff8c00;
}

abbr, acronym {
	text-decoration: none;
	cursor: help;
}

.hidden {
    display: none;
}

.orange { color: #ff8c00; }
.error { color: #ff0000; }

/*-------------------------------------------------
  Layout
-------------------------------------------------*/
#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 233px;
	background: url(images/top_repeat_x.jpg) repeat-x;
}

#container {
	position: relative;
	top: 7px;
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background: transparent;
}

#header {
	width: 750px;
	height: 335px;
	background: url(images/header.jpg) no-repeat;
}

#mainContent {
	position: relative;
	top:-110px;
	margin-left: 235px;
	margin-top: 20px;
} 

#columnLeft {
	position: absolute;
	top:350px;
	left:0;
	width: 215px;
}

#footer {
	margin-top: 40px;
	font-size: 1em;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#top span {
	display: none;
}

#header h1 {
	position:relative;
	top: 40px;
	left: 28px;
	font-weight: normal;
	text-indent: -2000em;
	background: url(images/brodwaith_logo.gif) no-repeat;
	width: 167px;
	height: 41px;
}

#header h2 {
	font-weight: bold;
	margin-top: 25px;
	margin-left: 230px;
	font-size: 1.4em;
	color: #fff;
}

#header h2 span {
	font-weight: normal;
	font-size: 0.9em;
}

/* Basket Link
----------------------------------------------- */
#link {
	position: absolute;
	top: 195px;
	left:0;
	width: 750px;
	z-index: 1;
}

#link ul {
	margin-left: 549px;
}

#link ul li {
	display: inline;
}

#link ul li a {
	float:left;
	width: 51px;
	height: 51px;
}

#link .how { background: url(images/how_to_buy.jpg) no-repeat; }
#link .account { background: url(images/your_account.jpg) no-repeat; }
#link .basket { background: url(images/view_basket.jpg) no-repeat; }


#link li a span { display: none; }


#link ul li a:hover {
	background-position: 0 -51px;
}
 
/*-------------------------------------------------
  mainContent style
-------------------------------------------------*/

#mainContent h3 {
	padding-top: 7px;
	color: #682d13;
	font-weight: bold;
	font-size: 1em;
	height: 33px;
	padding-left: 15px;
	background: #fff url(images/h3_background.gif) no-repeat;
}

#mainContent h4 {
	clear: both;
	padding-top: 7px;
	padding-left: 15px;
	color: #ff8c00;
	font-size: 1em;
	font-weight: normal;
} 

/* Breadcrumb
----------------------------------------------- */
#breadcrumb, #pjcrumb { 
	width: 460px;
	height: 40px;
	padding-left: 40px;
	background: #fff url(images/img1.jpg) no-repeat;
	color: #ff8c00;
	margin-bottom: 10px;
}

/* Content
----------------------------------------------- */
#mainContent p {
	text-align: justify;
	line-height: 1.6em;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 12px;
}

#mainContent ul {
	margin:5px  15px 12px;
	list-style: none;
}

#mainContent li {
	text-align: justify;
	line-height: 1.6em;
}

#mainContent img { 
	border: 1px solid #8b651e; 
	padding: 4px;
	background: #fef5e5;
}

#mainContent img.none {
	padding: 0;
	border: 0;
	background: none;
}

#mainContent img.floatRight {
	position: relative;
	float: right;
	border: 1px solid #e8cb96;
	margin-left: 40px;
	margin-bottom: 15px;
}

#mainContent a.top { color: #ff8c00; }

#mainContent a:hover.top { text-decoration: underline; }

#mainContent a.zoom {
	position: relative;
	top: 15px;
	background: #fff url(images/zoom.gif) no-repeat;
	padding: 19px;
}

#mainContent a:hover.zoom{ background: #fff url(images/zoom_over.gif) no-repeat; }


#mainContent .help {  
	color: #333; 
	margin-top: 50px; 
	margin-bottom: 20px; 
	padding-top: 10px; 
	padding-right: 5px; 
	padding-bottom: 10px; 
	padding-left: 5px; 
	border: 2px dashed #999999; 
	text-align: center
}
.help strong { color: #bf0700; }



table { font-size: 1em; }
td { padding: 6px; }
th {
	color: #fff;
	background: #ebd5a6;
	font-weight: bold;
	padding: 6px;
}





/* form Style
----------------------------------------------- */
/*#mainContent form { 
	width: 390px;
}

#mainContent form li {
	color: #99bce1;
	margin-left: 50px;
	margin-bottom: 5px;
	list-style-type: disc;
}

#mainContent form li span {
	color: #595959;
}

#mainContent dt {
	margin: 20px 0 10px 0;
	font-weight: bold;
}

#mainContent dd {
	position: relative;
	margin-bottom: 14px;
}

#mainContent dd.error { 
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 16px;
}

#mainContent dd.note { 
	color: #99bce1;
	font-weight: bold;
	margin-bottom: 16px;
}

#mainContent label { 
	padding-right: 200px;
}

#mainContent input, #mainContent select {
	position: absolute;
	right: 0;
	width: 185px;
	height: 1.5em;
	font-size: 1em;
	border: #99bce1 solid 1px;
}

#mainContent select {
	width: 185px;
	background: #99bce1;
	color: #fff;
}

#mainContent textarea {
	width: 386px;
	height: 50px;
	border: #99bce1 solid 1px;
	margin-top: 8px;
}

#mainContent .button {
	position: static;
	width: 389px;
	height: 2em;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
	background: #99bce1;
	border: #007dc3 solid 1px;
	cursor: pointer;
}

#mainContent .button:hover {
	border: #99bce1 solid 1px;
	background: #007dc3;
}

*/
/*-------------------------------------------------
  ColumnLeft style
-------------------------------------------------*/

/* Menu
----------------------------------------------- */
#columnLeft dl {
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 0;
	width: 189px;
}

#columnLeft dl dt {
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	padding-left: 25px;
	padding-top: 4px;
	width: 189px;
	height: 25px;
	background: url(images/menu_dt.jpg) no-repeat;
	
}

#columnLeft dl dd  {
	margin-left: 25px;
	margin-top: 5px;
	padding-left: 20px;
	background: url(images/menu_dd.gif) no-repeat;
}

#columnLeft dl dd.account { background: url(images/menu_dd_account.gif) no-repeat; }

	
#columnLeft dl dd a {
	display: block;
	font-weight: normal;
	text-decoration: none;
}

#columnLeft #current a {
	font-weight: bold;
}



