﻿/* @group reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* @end */

/* @group Type */

html, body {
	background-color: #18191b;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 0 auto;
	text-align: center;
}
p {
    margin-bottom: 20px;
}
h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 2.5em;
	text-align: left;
	padding-left:10px;
	color: #222;
	text-shadow: 0 2px 3px #777777;
	letter-spacing: -1px;
	width: 500px;
	padding-bottom: 20px;
}

h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #ff9900;
	text-transform: uppercase;
	padding-left:10px;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: white;
}

h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	text-align: left;
	color: #ffffff;
	
}

h5 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	text-align: left;
	color: #ffffff;
}


h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 100%;
	text-align: left;
	color: #ffffff;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #fc7d00;
}

input[type="reset"] {
	background: transparent url('../images/BPS_button_reset.png') no-repeat scroll left top;
	border-style: none;
	cursor: pointer; 
	height: 31px;
	width: 71px;
}

/* @end */

/* @group Divs */
#outerwrapper {
	background-image: url('../images/BPS_bg.jpg');
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#innerwrapper{
	width: 860px;
	margin: 0 auto;
}
#header{
	height: 185px;
	background: url('../images/BPS_header.png') repeat-y;
	position: relative;
}
#menu {
	background: url('../images/BPS_menu_bar.png');
	width: 891px;
	height: 47px;
	position: absolute;
	bottom: -24px;
	left: -15px;
}
#menu ul {
	float: left;
	margin: 5px 0 0 25px;
	width: 700px;
}
#menu ul li {
    float: left;
}
#menu li a {
	background: transparent url('../images/BPS_menu_divider.png') no-repeat scroll right center;
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: white;
	float: left;
	margin: 0;
	padding: 10px 30px 10px 10px;
	text-decoration: none;
	text-shadow: 0px 2px 3px #555555;
}
#menu li a:hover {
    color: #fc7d00;
}
#menu li.lastitem a {
	background: none;
}
#youtubelink {
	margin: 5px 0 0 800px;
}
#content{
	background: url('../images/BPS_bg_transparent_pixel.png');
	color: white;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	letter-spacing: normal;
	line-height: 1.6em;
	padding: 30px 20px 30px 20px;
	text-align: left;
	text-transform: normal;
	width: 820px;
}
#content p, #content form, #contentmainleft > ul {
    margin-left: 15px;
}
#searchcontainer {
	height: 140px;
	padding-bottom: 15px;
}
#searchform {
    background: transparent url('../images/BPS_cat_divider.png') no-repeat scroll right top;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 130px;
	width: 540px;
}
#searchform select {
	margin-bottom: 5px;
	width: 155px;
}
#searchform label {
    display: inline-block;
    padding-top: 8px;
}
#searchform input[type="submit"] {
	background: transparent url('../images/BPS_button_search.png') no-repeat scroll left top;
	border-style: none;
	cursor: pointer; 
	height: 31px;
	margin-left: 10px;
	width: 71px;
}

#searchformheader {
	clear: both;
	margin-bottom: 10px;
}
#searchformleft {
	float: left;
}
#searchformright {
	margin-left: 180px;
}
#searchformrightfields {
    float: left;
}
#searchformcontrols {
	display:table-cell; 
	height: 105px;
	padding-left: 20px;
	vertical-align: bottom;
}
#contactcontainer {
	font-size: 0.9em;
	margin-left: 530px;
	width: 300px;
}
#searchlive {
	background-image: url('../images/BPS_search_box.png');
	background-repeat: no-repeat;
	background-color: Transparent;
	width: 280px;
	height: 35px;
	border: none;
	border-width: 0px;
	margin-top: 10px;
	padding: 0.3em;
	float: none;
	font-size: 1.7em;
}
#contentmain {
    display: inline-block;
    height: 100%;
	padding: 10px 0 25px 0;
	width: 820px;
}
#contentmainleft {
    float: left;
    height: 100%;
    min-height: 300px;
    padding-right: 25px;
    width: 529px;
}
#contentmainleft.fullwidth {
    width: 800px;
}
#contentmainright {
    margin-left: 560px;
    padding-right: 40px;
}
#footer {
	background: url('../images/BPS_content_footer.png') no-repeat;
	height: 5px;
	width: 860px;
}
#copyright {
    margin-top: 10px;
    text-align: right;
}
#categories {
    display: inline-block;
    height: 100%;
	width: 883px;
}
#searchlisting {
    display: inline-block;
    margin-top: 30px;
}
#categories ul li {
	background: transparent url('../images/BPS_cat_divider.png') no-repeat scroll 180px top;
	display: inline-block;
	float: left;
	height: 100%;
	list-style-type: none;
	margin: 0 0 10px 0;
}
#categories ul li.enditem, #searchlisting > li.enditem {
	background-image: none;
}
#categories ul li {
    width: 220px;
}
#searchlisting > li {
    background: transparent url('../images/BPS_cat_divider.png') repeat-y scroll right top;
    display: inline-block;
	float: left;
	height: 100%;
	list-style-type: none;
    margin: 0 10px 30px 0;
    min-height: 360px;
    padding-right: 20px;
    width: 230px;
}
#paging {
    color: #fc7d00;
    font-size: 1.5em;
    text-align: center;
}
#paging img {
    vertical-align: middle;
}
#paging a {
    color: #fff;
}
#paging a:hover {
    color: #fc7d00;
}
#contactform input[type="text"], #contactform textarea {
    margin-bottom: 10px;
    width: 350px;
}
#contactform textarea {
    height: 70px;
}

/* @end */

.dividerhorz {
	background: transparent url('../images/BPS_divider_horizontal_bar.png') repeat-x scroll left bottom;
}
.dividervert {
	background: transparent url('../images/BPS_divider_vertical_bar.png') repeat-y scroll right top;
}
.floatleft {
	float: left;
}
.galleryright {
    margin-left: 151px;
}
.horizontalrule {
	background: url('../images/BPS_divider_horizontal_bar.png') repeat-x;
	height: 20px;
	margin: 20px 0 20px 0;
	width: 100%;
}
.itemtitle {
    font-size: 1.5em;
}
.right {
    text-align: right;
}
