/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(https://www.bexysmusclecarhire.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(https://www.bexysmusclecarhire.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(https://www.bexysmusclecarhire.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: menu Modified On 2012-07-05 16:50:48 */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
	margin-left:1px;
	margin-right:1px;
}
/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb {
	clear:both;
}
#menuwrapper {
	/* Fix for Opera 8 */ 
   /*   overflow:hidden; 
   background-color:#ECECEC; removed 
   border-bottom:1px solid #C0C0C0; removed*/
   width:100%;
}
/* Set the minimum flexible width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
	width:200px;
}
/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul {
	list-style:none;
	margin:0px;
}
#primary-nav {
	padding:0 10px;
	display:table;
	font-family: 'GOTHIC', sans-serif;
}
#primary-nav ul {
	margin:0;
	border:1px solid #000;
	border-top:0;
	position:absolute;
	top:auto;
	display:none;
	z-index:1000;
}
#primary-nav ul ul {
	margin-top:1px;
	left:100%;
	top:0px;
}
#primary-nav li {
	padding-right:3px;
	background:url("../../images/bg_nav03.png") no-repeat scroll right top transparent;
	float:left;
}
#primary-nav li li {
	margin:0;
	padding:0;
	border-bottom:1px solid #2B2B2B;
	background:#333;
	float:none;
	position:relative;
	text-align:left;
}
/* Styling the basic apperance of the menu elements */
#primary-nav a, #primary-nav a:link, #primary-nav a:active, #primary-nav a:visited {
color: #bababa;
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding: 13px 30px;
    text-decoration: none;
}
#primary-nav li li a, #primary-nav li li a:link, #primary-nav li li a:active, #primary-nav li li a:visited {
	padding:9px 15px;
	background:#212039 url('../../images/bg_nav02.png') repeat-x;
	font-size:12px;
	color:#FFF;
	text-transform:none;
	width:auto;
}
#primary-nav li li a:hover {
	color:#FC0;
}
#primary-nav li, #primary-nav li.menuparent {
/*background-color:#ececec; removec*/
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li a.menuactive {
	background:#494949 url('../../images/bg_nav02.png') repeat-x;
	color:#C51414;
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
	/* arrow for menuparents */
   background-position:center right;
	background-repeat:no-repeat;
}
/* Styling the apperance of menu items on hover */

#primary-nav li a:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
	background:#333 url('../../images/bg_nav02.png') repeat-x;
	color:#FFF;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display:none;
}
/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display:block;
	background-color:#FFF;
}
/* IE Hacks */
#primary-nav li li {
	float:left;
	clear:both;
}
#primary-nav li li a {
	height:1%;
}
/********************
Footer Links
*********************/

/* hack for Internet Explorer */
* html div#footerNav {
	/* hide ie/mac \*/
   height:1%;/* end hide */
}
/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#footerNav {
	float:left;
}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#footerNav ul {
	margin:0;
	padding:0;
}
/* menu list items */
div#footerNav li {
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #a3a39f;
	float:left; /* makes the list horizontal */
	list-style:none; /* hides the list bullet */
	font-size:12px;
	color:#FFF;
	line-height:12px;
}
/* the links, that is each list item */
div#footerNav a:link, div#footerNav a:active, div#footerNav a:visited {
	color:#a3a39f;
	text-decoration:none; /* no underline for links */
	display:block; /* IE has problems with this, fixed above */
	font-size:11px;
}
/* hover state for links */
div#footerNav li a:hover {
	color:#FFF;
}
div#footerNav a.activeparent:hover {
	color:#FFF;
}
/* active parent, that is the first-level parent of a child page that is the current page */
div#footerNav li.activeparent a, div#footerNav li a.menuactive span {
	color:#FFF;
}

/* Footer */
/* Stylesheet: theme Modified On 2012-08-02 10:13:57 */
/* reset.css */
html {
	margin:0;
	padding:0;
	border:0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
body {
	line-height:1.5;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
	float:none !important;
}
table, th, td {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
:focus {
	outline:0;
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../../fonts/GOTHIC.eot');
    src: url('../../fonts/GOTHIC.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/GOTHIC.woff') format('woff'),
         url('../../fonts/GOTHIC.ttf') format('truetype'),
         url('../../fonts/GOTHIC.svg#GOTHIC') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	padding:0px 0;
	font:12px/1.5em Arial, Helvetica, sans-serif;
	background:#0d090a url('../../images/body_back.png') center top repeat-x;
	color:#FFF;
	margin:0px;
}
em {
	font-style:italic;
}

#holder {
	margin:0 auto;
	width:1017px;
	background:#2d2d2d url('../../images/back_head.jpg') center top no-repeat;
}
#header {
	width:960;
	height:175px;
	position:relative;
	padding:0px 20px;
}
#logo {
	display: block;
    height: 162px;
    text-indent: -9999px;
    width: 265px;
}
#logo a {
	width:265px;
	height:162px;
	display:block;
}
#headerTxt {
	font-size:26px;
	color:#FD0;
	line-height:normal;
	text-align:center;
	display:block;
	position:absolute;
	right:30px;
	top:60px;
}
#headerTxt p {
	text-shadow: 1px 1px 3px #333; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
#mainNav {
background: url("../../images/bg_nav01.png") no-repeat scroll 0 0 transparent;
    margin-left: 13px;
    margin-right: 13px;
    padding: 0 2px 17px;
    position: relative;
}

#banner {
    background: none repeat scroll 0 0 transparent;
    margin: 0 auto 17px;
    position: relative;
    width: 977px;
}

#banner p{
	position:absolute;
	top:20px;
	right:20px;
	color:#fff;
	font-size:15.8px;
}

#banner p strong{
	color:#c51414;
	font-size:18px;
}

#banner .shadow{
	background: url("../../images/bottom_banner.png") no-repeat scroll 0 0 transparent;
    bottom: -14px;
    height: 28px;
    left: -7px;
    position: absolute;
    width: 991px;
    z-index: 1000;
}

#content {
	width:1017px;
	background-color:transparent;
	display:table;
}
#content h1, #content h2, #content h3, #content h4 {
	font-weight:normal;
}
#content h1 {
    color: #FFF;
	font-weight:bold;
    font-size: 26px;
    line-height: 20px;
    padding: 10px 0 10px 0px;
	font-family:'GOTHIC';
}

#content h2 {
	margin:0 0 5px 0;
	padding:10px 0;
	font-size:24px;
	color:#FFF;
	font-size:16px;
	font-family:'GOTHIC';
}
#content h3 {
	padding:10px 0;
	font-size:18px;
	color:#999;
	font-size:16px;
	font-family:'GOTHIC';
	text-transform:uppercase;
}
#content h4 {
	margin:5px 0;
	padding:5px 10px;
	border:1px solid #DDD;
	background:#F1F1F1;
	font-size:16px;
	color:#999;
}
#content p, #homeLinks p {
	padding:10px 0;
	font-size:11px;
	line-height:15px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#b1b1b1;
}
#content a:link, #content a:active, #content a:visited {
	color:#FFF;
        text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content ul, #content ol {
	padding:10px 0;
	list-style:inside;
}
#content li {
	padding-left:15px;
}
table.globalTable {
	margin:10px auto;
	border:1px solid #CCC;
	width:80%;
	-webkit-box-shadow: 0px 0px 4px #CCC; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 4px #CCC; /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 4px #CCC; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
table.globalTable tr.odd td {
	background:#FAFAFA;
}
table.globalTable th {
	padding:5px 0;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FC0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
table.globalTable td {
	padding:5px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
#homeLinks {
clear: both;
    display: table;
    margin-left: 18px;
}
#homeLinks div {
    float: left;
    margin-right: 9px;
    width: 318px;
	margin-bottom:20px;
}

#homeLinks h1 {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 30px;
	background: url("../../images/bg_hl_title.png") repeat-x scroll 0 0 #2d2d2d;
    border-left: 1px solid #272727;
    border-right: 1px solid #272727;
}


#homeLinks div img{
	padding:8px;
}

#homeLinks p {
	padding:10px 31px ;
    border-left: 1px solid #272727;
    border-right: 1px solid #272727;
    border-bottom: 1px solid #272727;
	background: url("../../images/bg_hl_txt.png") repeat-x scroll 0 0 #2c2c2c;
        min-height:108px;
}
#homeLinks a:link, #homeLinks a:active, #homeLinks a:visited {
background: url("../../images/back_readmore.png") no-repeat scroll 0 0 transparent;
    color: #FFF;
    display: block;
    margin-top: 13px;
    padding: 1px 3px 5px 11px;
	text-decoration:none;
}
#homeLinks a:hover {
background: url("../../images/back_readmore_h.png") no-repeat scroll 0 0 transparent;
}
#breadcrumbs {
	padding:5px 10px;
	background:#F1F1F1;
	border-bottom:1px solid #DDD;
}
#breadcrumbs p {
	padding:0;
	line-height:normal;
}
#breadcrumbs a {
	text-decoration:none !important;
}
div#col-1 {
clear: both;
    display: table;
    margin: 0 auto;
    padding: 9px 0;
    width: 900px;
}
div#col-1 blockquote {
	padding:10px 0 5px 0;
	clear:both;
	color:#888;
	font-size:14px;
	font-style: italic;
	font-weight:normal;
}
div#col-1 img {
	padding:3px;
	border:1px solid #DDD;
}
div#col-2, div#col-3 {
	display:block;
	float:left;
	position:relative;
}
div#col-2 {
	margin-right:25px;
	padding-right:25px;
	background:transparent url('../../images/bg_col01.png') right top no-repeat;
	width:580px;
}
div#col-3 {
	width:269px;
}
#footerHolder {
	background-color:#2d2d2d;
    clear: both;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 7px;
    width: 1017px;
}
#footer {
clear: both;
    color: #999999;
    display: table;
    font-size: 11px;
    margin: 7px auto 0;
    padding: 0 0 15px;
    width: 920px;
}
#footerTxt {
clear: left;
    display: block;
    float: left;
    line-height: normal;
    margin-top: 12px;
    width: 440px;
}

#footerTxt p, #footerTxt a{
	font-size:9px;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
}
#social {
	display:block;
	float:right;
	line-height:33px;
}
#social img {
	margin-left:10px;
}
.formbuilderform td {
	padding:3px;
	font-weight:bold;
}
.formbuilderform input, .formbuilderform textarea {
	width:250px;
}
.formbuilderform select {
	width:257px;
}
.cms_submit {
	width:100px !important;
}


/* EXTRAS */

.girls_image {
background: url("../../images/girls_back.png") no-repeat scroll right top transparent;
    height: 175px;
    position: absolute;
    right: 0;
    top: 0;
    width: 335px;
}

#phone {
	position:absolute;
	top:5px;
	right: 15px;
	font-weight:bold;
	font-size:14px;
	line-height: 15px;
	text-align: right;
	text-shadow: 1px 1px 1px #000;
}

.formbuilderform {
    border-left: 1px solid #999999;
    float: right;
    overflow: hidden;
    padding-left: 30px;
    width: 458px;
margin-bottom:25px;
}

.formbuilderform legend{
	line-height:18px;
}

.formbuilderform label{
	width:130px;
	display:block;
	float:left;
        font-size:12px
}

.formbuilderform input{
	width:319px;
	display:block;
font-size:12px
}
.formbuilderform input[type="checkbox"]{
float: left;
    margin-left: 130px;
    width: auto;
}

.formbuilderform div{
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.label {
	font-size:11px;
	font-style:italic;
	color:#666;
}

.captcha {
}

.div#col-1 .module_home .captcha img {
float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.error_message {
background-color: #EEEEEE;
    color: red;
    margin-bottom: 17px;
    width: 100%;
   
}
