/*
Stylesheet for: Brooke Rockwell
*/

/* ------------|Defaults------------ */
body {  
	background: transparent url(./images/bg.jpg) repeat;
	font-family: Helvetica,Arial,san-serif;
	font-size: 15px;
	color: #1b0e03;
	margin: 0;
	padding: 0;
	line-height: 18px;
	text-align: center;
}

a:link, a:hover, a:visited, a:active {  
	font-family: Helvetica,Arial,san-serif;
	font-size: 15px; 
	color: #669;
}

img {
	border:	0;
	display: block;
}

img.fr {
	float: right;
	padding-right: 30px;
}

img.fr2 {
	float: right;
	display: inline;
	padding-right: 20px;
	padding-left: 8px;
}

h1 {
	margin: 0;
}
h2 {
	font-family: Helvetica,Arial,san-serif;
	font-size: 26px;
	font-weight: normal;
	color: #2a164c;
	line-height: 26px;
	margin: 20px 0 0 25px;
}
h3 {
	font-size: 18px;
	font-family: Helvetica,Arial,san-serif;
	font-weight: normal;
	color: #483c5b;
	margin-left: 13px;
}

/* ------------|Misc------------ */
.clear {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}

.alignright {
	float: right;
	display: inline;
}
.alignleft {
	float: left;
	display: inline;
}
.aligncenter, .aligncenter * {
	margin: 0 auto;
	text-align: center;
}

.alt {
	position: absolute;
	left: -9999px;
}

.wrapper, .wrap {
	width: 959px;
	margin: 0 auto;
	text-align: left;
}

.entry {
	border-left: 3px solid #2a164c;
	margin-left: 27px;
}
.entry p {
	margin-left: 19px;
}

.onebee {
	position: relative;
	float: right;
	background: transparent url(./images/onebee.png) no-repeat;
	width: 15px;
	height: 15px;
	right: 10px;
}
.onebee-alt {
	position: relative;
	float: left;
	background: transparent url(./images/onebee-alt.png) no-repeat;
	width: 15px;
	height: 15px;
	left: 60px;
}
.twobees {
	position: relative;
	float: left;
	background: transparent url(./images/twobees.png) no-repeat;
	width: 39px;
	height: 29px;
	left: 120px;
}
.threebees {
	position: relative;
	float: right;
	background: transparent url(./images/threebees.png) no-repeat;
	width: 33px;
	height: 32px;
	right: 8px;
	margin: -28px 4px 6px;
}
img.product {
	border: 1px solid #000;}

/* ------------|Header------------ */
#header {
	background: #fcfaf6 url(./images/logo.jpg) no-repeat 50% 50%;
	width: 100%;
	height: 362px;
}
#header h1 a {
	float: right;
	display: block;
	width: 333px;
	height: 85px;
	margin: 220px 34px 0 0;
}

/* ------------|Menu------------ */
#menu {
	background-color: #120c03;
	height: 56px;
	border-bottom: 1px solid #fcf9f5;
}
#menu ul {
	margin: 0 0 0 16px;
	padding: 0;
	list-style: none;
}
#menu ul li {
	display: inline;
	float :left;
	margin-top: 13px;
	border-right: 1px solid #92897b;
	padding: 7px 11px;
}
#menu ul li a {
	display: block;
	float: left;
	font-family: Helvetica, Arial, san-serif;
	font-size: 18px;
	color: #f3efe8;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li.last {
	border: 0;
}
#menu ul li a:hover {
	color: #d4cab9;
}
#menu ul li.current_page a {
	color: #bbb2cc;
	font-weight: bold;
}

/* ------------|Content-area------------ */
#content-area {
	padding: 38px 0;
}
#content-area .wrapper {
	background: transparent url(./images/bg-content-area.png) repeat-y 50% 0;
}

#content {
	float: left;
	display: inline;
	width: 671px;
	margin: 0 29px 0 6px;
	padding-bottom: 2px;
}
#content p {
	margin-right: 55px;
}

#sidebar {
	float: left;
	display: inline;
	width: 240px;
}
#sidebar .break {
	margin-top: 60px;
}
#sidebar p {
	width: 168px;
}
#sidebar-foot {
	background: transparent url(./images/sidebar-foot.png) no-repeat;
	float: right;
	width: 247px;
	height: 9px;
	clear: both;
	margin-right: 6px;
}

/* ------------|Footer------------ */
#footer {
	background-color: #120c03;
	width: 100%;
	height: 55px;
	padding-top: 22px;
	border-top: 1px solid #fcf9f5;
}
#footer .wrapper {
	width: 940px;
}
#footer p {
	color: #fcfaf6;
	margin: 0;
	font-size: 12px;
}
#footer p a {
	color: #fcfaf6;
	text-decoration: none;
	font-size: 12px;
}

/*--sIFR--*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}
