/* ===============================================
Resets ===========================================*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ===============================================
Body / Container ================================*/

html, body {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    background: url(../images/top-stripe.png) repeat-x top;
}

div#container {
    width: 934px;
    margin: 0 auto;
}

/* ===============================================
Default Styles ===================================*/

p, ul, ol {
    font-size: 0.75em;
    line-height: 1.4em;
    padding: 0 0 20px;
    color: #666;
}

div.home p {
    font-size: 0.9em;
}

h1 {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #9a81a5;
    font-weight: 100;
    padding-bottom: 10px;
}

div#content h1 {
	padding-top: 10px;
	padding-left: 20px;
}

h2 {
	font-size: 0.8em;
}

div#content h2 {
    border-top: 5px solid #fff;
    text-indent: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #623a77;
    padding: 20px 0 10px 0;
}

h3 {
	font-size: 0.8em;
	text-indent: 20px;
}

ul {
    list-style-type: none;
}

a:visited, a:link {
    color: #52266a;
}

table thead tr th {
    color: #666;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
}

table tbody tr td {
    font-size: 0.75em;
}

div#content ul, div#content ol {
	margin-left: 15px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul.ads{
	float: left;
}

ul.left_side {
	margin: 15px 0 0 3px;
}

ul.large_footer {
	float: right;
}

/* ===============================================
General Styles ===================================*/

.std_button {
    height: 36px;
    color: #fff;
    background: url(../images/button.png) no-repeat top right;
    padding: 0 40px 0 0;
    margin-right: 6px;
    text-transform: uppercase;
    line-height: 36px;
    text-indent: 20px;
	cursor: pointer;
}

.std_button span {
    background: url("../images/button.png") no-repeat top left;
    display: block;
    height: 36px;
	position: relative;
	left: -10px;
}

input.std_button {
    width: 120px;
    background: url(../images/form-button.png) no-repeat top left;
    text-align: left;
    text-indent: 10px;
}

.std_button:hover {
    background-position: bottom right;
}

 .std_button:hover span {
	background-position: bottom left;
}

div#content ul.tick li {
	background: url(../images/list-tick.png) no-repeat 0 2px;
	padding-left: 20px;
	padding-bottom: 5px;
}

div#content ol li {
	list-style-type: decimal;
}

/* ===============================================
Header ===========================================*/

p#logo {
    margin-top: 10px;
    float: left;
    width: 279px;
    padding: 0;
}

/* ===============================================
Navigation =======================================*/

ul#nav {
    float: right;
    padding-left: 1px;
    background: url(../images/nav-vert-stripe.png) no-repeat left top;
    font-size: 0.9em;
}

ul#nav li {
    display: inline-block;
    float: left;
}

ul#nav li a {
    float: left;
    display: inline-block;
    padding: 50px 15px 0;
    height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/nav-vert-stripe.png) no-repeat right top;
}

ul#nav li a:hover, ul#nav li.current-menu-item a {
    color: #fff;
    background: url(../images/nav-vert-stripe.png) no-repeat right top #8c6faa;
}

/* ===============================================
Sidebar ==========================================*/

div.sidebar {
    float: left;
    width: 279px;
    clear: left;
}

div.sidebar h2 {
    text-transform: uppercase;
    color: #fff;
    text-indent: 20px;
    font-size: 1.15em;
    font-weight: 100;
    height: 46px;
    line-height: 54px;
    background: url(../images/side-header.png) no-repeat;
}

div.sidebar.collapse h2 {
	background: url(../images/side-header-open.png) no-repeat top;
	height: 50px;
	cursor: pointer;
}

div.sidebar.collapse h2.open {
	background: url(../images/side-header-closed.png) no-repeat top;
}

/* ===============================================
Search Form (Sidebar) ============================*/

form#hall-search {
    background: url(../images/search-form-bg.png) no-repeat bottom;
    color: #52266a;
    float: left;
    width: 279px;
	padding-bottom: 20px;
}

form#hall-search fieldset {
    float: left;
    padding: 0 0 0 5px;
    width: 269px;
}

form#hall-search legend {
    background: url(../images/side-horz-stripe.png) no-repeat bottom;
    text-indent: 20px;
	height: 40px;
	line-height: 40px;
    width: 269px;
	color: #52266a;
	display: block;
	font-size: 1em;
}

form#hall-search label {
    background: url(../images/side-horz-stripe.png) no-repeat top;
    padding: 12px 0;
    text-indent: 20px;
    float: left;
    width: 100%;
}

form#hall-search label.half-width {
    width: 134px;
    float: left;
    background: none;
    color: #6b6a6a;
}

form#hall-search label.full {
    padding-bottom: 5px;
}

form#hall-search label.first-half {
    background: url(../images/side-vert-stripe.png) no-repeat top right;
}

form#hall-search label.half-width input {
    margin-right: 8px;
}

form#hall-search select#category {
    width: 224px;
    padding-left: 5px;
    margin: 0 0 15px 20px;
    color: #333;
}

form#hall-search input#from {
    background-image: url(../images/preloader.gif);
    background-position: 1000px 1000px;
    background-repeat: no-repeat;
}

form#hall-search input.text {
    margin-left: 20px;
    padding: 5px 0 5px 5px;
    color: #333;
    width: 224px;
    border: 1px solid #c1c0c0;
}

form#hall-search input.std_button {
    margin: 15px 0 10px 130px;
}

ul#results {
    width: 229px;
    background: #e9e5ee;
    margin-left: 20px;
    border: 1px solid #c1c0c0;
    border-top: 0;
    display: none;
    padding: 0;
}

ul#results li a {
    padding: 5px 15px;
    display: block;
}

ul#results li a:hover {
    background: #ad97c0;
}

/* ===============================================
Content ==========================================*/

div#content {
    float: right;
    width: 614px;
	background: #f2f2f2;
}

div#content.no-bg {
	background: none;
}

/* ===============================================
Footer ==========================================*/

div#footer {
    background: url(../images/footer-stripe.png) repeat-x top #808184;
    height: 490px;
    margin-top: 30px;
    clear: both;
    float: left;
    width: 100%;
}

div#footer-inner {
    width: 934px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    color: #fff;
}

div#footer div.footer-widget {
    float: left;
    width: 311px;
    padding: 0;
    background: url(../images/footer-vert-stripe.png) no-repeat right bottom;
    height: 175px;
}

div#footer div.footer-widget p {
	padding: 0 !important;
}

div#footer div.last {
    background: none;
    width: 620px;
}


div#footer div.last p{
padding: 0 15px 4px !important;
}

div#footer div.first {
    padding-left: 0;
}

div#footer div.footer-widget h4 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 0.88em;
    padding: 12px 0 8px 0;
    background: url(../images/footer-horz-stripe.png) repeat-x top;
    text-indent: 15px;
}

div#footer div.footer-widget p, div#footer div.footer-widget ul {
    color: #eeeded;
    font-size: 0.69em;
    padding: 0 15px;
}

div#footer div.footer-widget p {
    padding: 0 15px 4px 15px;
}

div#footer div.last p {
    padding:  0 0 4px 15px;
}

div#footer div.first ul {
    padding:  0 15px 4px 0;
}

div#footer div.first h4 {
    text-indent: 0;
}

div#footer div.footer-widget ul li a {
    color: #fff;
}

div#footer ul#partners {
    float: left;
    padding-top: 3px;
    padding-bottom: 0;
    background: url(../images/footer-horz-stripe.png) repeat-x top #fff;
    width: 100%;
}

div#footer ul#partners li {
    float: left;
    background: url(../images/footer-horz-stripe.png) repeat-x bottom #fff;
    height: 110px;
}

div#footer ul#partners li a {
    line-height: 108px;
    padding: 0 15px;
}

div#footer p#last-note {
    float: left;
    padding: 15px 0;
    color: #d4d4d4;
    font-size: 0.7em;
}

div#footer p#last-note a,
div#footer p#last-note span {
	color: #ccc;
	padding-top: 5px;
	display: block;
	float: left;
}

/* COOKIES ------------------------------------------------------------------------------------------------------------------------------------*/

.hide {
    display: none;
}
div#footer p#last-note span{
    margin: 0 5px 0 5px;
}

#bp-cookies-ask h2 {
    float: none;
    clear: none;
    color: #623a77;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#bp-cookies-ask table {
    text-align: left;
    vertical-align: top;
    padding: 2px;
    width: 100%;
}

#bp-cookies-ask table th{
    background-color: #ccc;
}

#bp-cookies-ask table th,
#bp-cookies-ask table td {
    padding: 2px 10px 20px 2px; /* TRBL */
    vertical-align: top;
    font-size: 0.75em;
    line-height: 1.4em;
    color: #666;
}

#bp-cookies-ask table tr:nth-child(even){
    background-color: #eee;
}

/* END ----------------------------------------------------------------------------------------------------*/
