/*********************
  general items
*********************/
* {
	margin: 0;
	padding: 0;
}
ul, ol {
	padding: 0 0 20px 20px;
}
p {
	padding-bottom: 20px;
}
a {
	font-size: 9px;
	color: #af006e;
}
a:hover {
	color: #af006e;
}
a:focus {
	outline: 0;
}
a img {
	border: 0;
}
fieldset {
	border: 0;
}
html {
	font: .627em Arial, Verdana, Helvetica, sans-serif;
}
body {
	text-align: center;
	color: #fff;
	background: #000 url(../images/structural/body-bgr.gif) repeat-x 0 75px;
}

.clb {clear: both;}

.homepage {
	background: #d28baf url(../images/structural/body-bgr.gif) repeat-y 50% 0
}
.bgr-home {
	background: #e8c9da url(../images/structural/body-bgr.gif) repeat-y 50% 0
}
.bgr-int-home {
	background: url(../images/structural/home-int-bgr.png) repeat-y 50% 0;
	min-width: 960px;
}
.bgr-grad {
	margin: 0 auto;
	padding: 0 17px;
	width: 747px;
	background: url(../images/structural/grad-bgr.png) repeat-y 0 0;
}
#container {
	margin: 0 auto;
	width: 747px;
	height: 982px;
	text-align: left;
	background: url(../images/structural/container-bgr.png) repeat-x 0 0;
}
h2 {
	padding-bottom: 6px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
ul {
	padding: 0 0 16px 10px;
	list-style-type: none;
}
ul li {
	padding-left: 8px;
	background: url(../images/structural/bullet-gray.gif) no-repeat 0 5px;
}

/*  header & footer */
#header {
	float: left;
	width: 747px;
	background: url(../images/structural/header-bgr.png) no-repeat 0 0;
	
}
#logo {
	float: left;
	display: block;
	margin: 14px 0 44px 26px;
}
#footer {
	float: left;
	padding: 0 34px 0 36px;
	width: 677px;
	font-size: 8px;
	color: #6d6e71;
}

/*  content  */
#content {
	float: left;
	padding: 0 34px 75px 36px;
	width: 677px;
	font: 12px/16px Arial, Verdana, Helvetica, sans-serif;
	color: #6d6e71;
}
.main-col {
	float: left;
	width: 488px;
}
.sidebar {
	width: 189px;
}
p {
	padding-bottom: 12px;
}
.main-col p {
	width: 415px;
}
p.after-title {
	width: 450px;
	font: bold 14px/18px "Trebuchet MS", Helvetica, sans-serif;
	color: #af006e;
}
p.after-text {
	padding-bottom: 45px;
	font: 16px/18px "Trebuchet MS", Helvetica, sans-serif;
	color: #faa634;
}
.staff-box-wrp {
	float: left;
	margin-top: 10px;
}
.staff-box {
	position: relative;
	display: inline;
	float: left;
	margin-right: 10px;
	padding: 16px 12px 8px;
	width: 130px;
	height: 229px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: #fff url(../images/structural/staff-box-bgr.jpg) no-repeat 0 0;
}
.staff-box-wrp .last {
	margin-right: 0;
}
.staff-box img {
	display: block;
	margin-bottom: 5px;
}
.staff-box p {
	padding-bottom: 3px;
}
.staff-box p.job {
	padding-bottom: 0;
	line-height: 11px;
	font-size: 9px;
}
.staff-box a {
	position: absolute;
	top: 234px;
	left: 12px;
}
.sidebar {
	position: relative;
	float: left;
	margin-top: -100px;
	font-size: 12px;
	line-height: 13px;
	color: #af006e;
}
.sidebar p {
	padding-bottom: 5px;
}
.sidebar p span {
	font-size: 9px;
}
.sidebar img {
	padding-bottom: 10px;
}
.sidebar .orange-box {
	float: left;
	margin-top: 94px;
	padding: 18px 18px 18px 21px;
	width: 150px;
	height: 251px;
	font-size: 9px;
	color: #6d6e71;
	background: url(../images/structural/orange-box-bgr.png) no-repeat 0 0;
}
.sidebar .orange-box p {
	padding-bottom: 10px;
	line-height: 18px;
}
.sidebar .orange-box h2 {
	font-size: 11px;
	text-transform: uppercase;
}
.sidebar .orange-box span {
	font: 13px "Trebuchet MS", Helvetica, sans-serif;
}
img.coupon {
	position: absolute;
	top: -4px;
	left: 134px;
}