﻿/*  CSS code property of Native Software
Written by Jon Ward
25/01/10
Auckland NZ
----------------------------------------------

/* Reset taken from www.blueprintcss.org */ /*{{{*/
html, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

* {margin:0;}
html {
      height: 100%;
      }

body { 
    line-height: 1.5; 
    height:100%;
    background: #000;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; } 

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

input { overflow: visible; }
/*}}}*/
/* Default Typography taken from www.blueprintcss.org *//*{{{*/


/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin-left: 1.5em; }
ul, ol      { margin: 0; padding-left: 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #959595}
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/*}}}*/


/*Clearfix list {{{*/

#content-wrapper:after,
#content:after,
#breadcrumbs:after,#breadcrumbs ul:after,
#utilities:after,
#mainnav:after,
#secondnav:after,#secondnav ul:after,
#header-content:after,
#footer-content:after,
#login:after,
#search:after,
.pagination:after,
#related-products:after,
.choice:after,
.product-view-thumbs:after,
#xxxcatalogue td:after, #catalogue td a:after,
#dashboard:after
{
    height:0.1px;
    visibility:hidden;
    clear:both;
    content:".";
    display:block;
}

/*}}}*/

/* Global {{{*/

a, a:link {
    color:#fff;
}
a:visited {
    color:#fff;
}
a:hover {
    color:#fff;
    text-decoration:underline;
} 
a:active {
    color:#777;
}
hr {
    border:1px dotted #777;
    border-width:0 0 1px 0;
    margin:1em 0;
}

/*}}}*/

/*Forms {{{*/

input.textbox {
    width:7em;
}


/*}}}*/

/*Layout*//*{{{*/



#wrapper {
    background:#000;
    min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0 auto -170px;*/
	margin: 0 auto ;

}


#header {
    background:#000;
    padding-top: 20px;
}
#header-content {
    width:960px;
    margin:0 auto;
    position:relative;  
    background: #000 url(/skins/skinversion4/images/nzteamwear/cccteambanner.png) no-repeat right;
}

#breadcrumbs {
    display:none;
}
#content-wrapper { 
    width:960px;
    margin:0 auto;
    
}
#maincontent{
    width:100%;
    background:#000;
    float:right;
}

.cmscontent {padding-top: 0px;}/** when width of 940 is added here the drop down menu fails!! **/

.cmscontent IMG
{
    text-align:center;
	margin:auto;
}




#customsidebar {width:100%; }

#customsidebar h2{display:none; }

#customsidebar ul{
   width:100%;
   background: url(/skins/skinversion4/images/nzteamwear/stripbg.png);
   border-left: 1px solid #464646;
   border-right: 1px solid #464646;
   height: 40px;
}



#footer {
    margin:20px 0 0 0;
    background:#242933;
}

#footer {
	clear: both;
}

#push {

}

#footer-content {
    width:940px;
    margin:0 auto;
    background:#000;
    padding:20px 0 20px 20px;
}


/*}}}*/

/* Header *//*{{{*/

#logo {
    margin:0px 0 0px 0px;
}
#logo img {
    display:block;
}
#header h2 {
    margin:0 0 0.5em 10px;
    padding:0;
    line-height:1;
    font-size:16px;
    font-family: Georgia, serif;
    font-style:italic;
    letter-spacing:-0.03em;
    color:#777;

}
#branding {
    float:left;
    width: 150;
    position: relative;
}
#basket {
    float:left;
}
#utilities {
    float:right;
    width:560px;
}

/*--- Login box ---*/


#login {
    padding:0px 10px 5px 10px;
    margin:6px 0 0 0px;
    float:right;
    text-align:right;
    width:500px;
    clear:both;
    color:#fff;
   
}
#login .field {
    margin:0 5px 0 0;
    display:inline;
}
#login label {
    color:#ccc;
    font-size:13px;
    width:6em;
    /*float:left;*/
    padding:4px;
    background:#000;
}

#login input.textbox {
    padding:3px;
    width:10em;
    background:#aaa;
    border:none;
    font-size:12px;
}
#login .button {
    border:#3F3F3F 1px solid;
    background:#5F5F5F;
    color:#fff;
    padding:0px 5px 1px 5px;
    text-transform:uppercase;
    cursor:pointer;
    font-size:12px;
}

.loginToggle {  
    background:#242933 url(/skins/skinversion4/images/icons/user_suit.png) no-repeat 5px 60%;
    float:left;
    padding:10px 5px 3px 25px;
    text-decoration:none;
    margin-right:1px;
}
.loginToggle:hover {
    background-color:#800606;
    text-decoration:none;
}

#login .loginToggle {
    padding:5px;
    float:none;
    background:none;
    text-decoration:underline;
}
#login .loginToggle:hover {
    

}

/*--- Search box ---*/
#search 
{
    display:none;
}
#search .field {

}
#search label {
    margin:0 0.2em 0 0;
    font-weight:bold;
    color:#ccc;
    font-size:14px;
    display:none;
}
#search input.textbox {
    padding:3px;
    width:16em;
    border:none;
    background:#ccc;
}

#search input.button {
    border:#BF0909 1px solid;
    background:#800606;
    color:#fff;
    padding:2px 5px;
    text-transform:uppercase;
    cursor:pointer;
    font-weight:bold;
}

/*}}}*/

/*Menus*//*{{{*/


#mainnav {
    
    position: absolute;
    top: 35px;
    left: 140px;
    width:660px;
}
#mainnav ul {
    margin:0;
    padding:0;
}

#mainnav li {
    float:left;
    list-style:none;
    line-height: 3em;
}
#mainnav ul li:first-child {
    border:none;
}
#mainnav a 
{
    font-family: Geneva, Arial;
    font-weight:bold;
    display:block;
    padding:3px 10px;
    font-size:11px;
    text-decoration:none;
    background:#000;
    color:#ddd;
    text-transform:uppercase;
    letter-spacing:1px;
}



#basket {
    margin:10px 0;
}
#basket a {
    display:block;
    float:left;
    background:#242933 url(/skins/skinversion4/images/icons/basket.png) no-repeat 5px 60%;
    padding:10px 5px 3px 25px;
    margin:-10px 5px 0 0;
    text-decoration:none;
    /*font-size:14px;*/
}
#basket .price {
    font-size:12px;
    color:orange;

}
#basket a:hover {
    background-color:#800606;
}
#basket .items {
    color:#ccc;
    /*font-size:14px;*/
}
#basket .price {
   /*font-size:13px; */
   font-weight:normal;
}


#secondnav {
    float:right; 
    
    margin:0;
}
#secondnav ul {
    padding:0;
    margin:0;
}
#header a:hover {
    color:#fff;
}
#secondnav li {
    float:left;
    list-style:none;
    margin-right:1px;
}
#secondnav a {
    display:block;
    padding:10px 5px 3px 5px;
    text-decoration:none;
    background:#242933;
}
#secondnav a:hover {
    background-color:#800606;
}
/*}}}*/

/*Breadcrumbs*//*{{{*/

#breadcrumbs ul {
    margin:0 0 0 10px;
    padding:3px 0 5px 0;
}
#breadcrumbs li {
    float:left;
    list-style:none;
    padding:5px 0 5px 10px;
    color:#777;
}
#breadcrumbs a {
    font-size:12px;
    margin-right:10px;
    color:#777;
    font-weight:bold;
}
#breadcrumbs a:hover {
    color:#fff;
}

/*}}}*/

/*Pagination*//*{{{*/

.pagination {
    float:right;
    color:#333;
    text-transform:uppercase;
}
.pagination .pagenav {
    float:left;
    text-transform:uppercase;
    color:#333;
}
.pagination .pagenav a {
    padding:0 3px;
    color:#ccc;
    text-decoration:none;
}
.pagination .pagenav a:hover {
    color:#fff;
    text-decoration:underline;
}
.pagination .pageloc {
    float:left;
    margin-left:1em;
    font-size:10px;
}

/*}}}*/

/* Main content *//*{{{*/

#content {
    padding:0px;
}

#content h1{
    color:#ddd;
}
#content h2 {
    margin:0 0 0.7em 0;
    line-height:1;
    color:#242933;
    letter-spacing:-0.06em;
    font-size:34px;

    
}
#content p {
    margin-bottom:1em;
    line-height:1.5;
    color:#eee;
    font-size:13px;
}
#content ul {
    color:#eee;
}

#content table {
    margin:20px 0 20px 0;
}

/*}}}*/

/*Frontpage*//*{{{*/
#intro a,
#reminder a 
{
    text-decoration:none;
}
#intro a:hover,
#reminder a:hover 
{
    text-decoration:underline;
}
#dashboard .panel {
    float:left;
    margin-right:20px;
    position:relative;
    overflow:hidden;
}
#dashboard .last {
    margin:0;
}

#dashboard .panel a {
    display:block;
    border:2px solid #000;
}
#dashboard .panel a:hover {
    border-color:#fff;
}
#dashboard .panel em {
    position:absolute;
    top:2px;
    left:2px;
    width:340px;
    padding:10px;
    background:#000;
    font-style:normal;
    font-size:14px;
    display:none;
}

#dashboard .panel em span {
    display:block;
    padding:5px 8px;
    background:#242933;
    color:#fff;
    float:left;
    margin:15px 0 0 0;
}

#dashboard .panel a img {
    display:block;
}

#reminder {
    margin:30px 0 0 0;
}

/*}}}*/


/*Catalogue Page*//*{{{*/

#catalogue {
    
    border-collapse: inherit ;
    margin: 2px;
    border-spacing:4px;
}
#catalogue td {
    /*text-align:center;*/
    background:#828486 url(/skins/skinversion4/images/product_bg.png) repeat-x;

    width:31%;
    vertical-align:top;
    padding:1px;
 
    position:relative;
    border:1px solid #332424;
    padding: 2px;

   
}
#catalogue td h3 {
    margin:0.5em 0;
    color:#000;
}
#catalogue td a img {
    padding:3px;
    border:1px #999 solid; 
    background:#fff;
    height:auto;
    width:70px;
    float:left;
    margin: 0 10px 10px 0;
}

#catalogue td a {
    display:block;
    text-decoration:none;
    font-size:14px;
    color:#fff;
    height:100%;
    padding:10px;
    
}

#catalogue td a .producttitle{
    display:inline;
    line-height:1.2;
    font-size:13px;
    color:#000;
    font-weight:bold;
    position:relative;
    width:220px;
}

#catalogue td a .price {
    color:#777;
    font-weight:bold;
    letter-spacing:0.01em;  
    font-size:1.2em;
    display:block;
    clear:both;
}
#catalogue td a .price em {
    font-size:0.8em;
    color:#000;
    margin-right:3px;
    font-weight:normal;
    display:inline;
}
#catalogue td a .details {
    font-size:0.9em;
    color:#000;
    line-height:1.2;
    clear:left;
    margin:10px 0 0 0;
    font-weight:normal; 
    display:block;
}
/*}}}*/

/*Product Page*//*{{{*/

#content p.intro {
    color:#000;
}
#product-details{
    float:left;
    width:300px;
}
#product-image {
    float:right;
    width:400px;
}
#product-image .product-view {
    border:1px solid #777;
    overflow:hidden;
}
#product-image p {
    padding:0.5em;
    color:#222;
    text-align:center;
    background:#EFE7E0;
}

.product-view-thumbs {
    background:#fff;
}
.product-view-thumbs a {
    float:left;
    border:1px solid #ddd;
    border-width:0 1px 1px 0;
    background:#eee;
 
}
.product-view-thumbs a img {
    width:50px;
    height:50px;
}

.product-view{
      background-color: #FFF;
      text-align:center;
      padding-bottom: 20px;
      }

.product-view img{
	margin-bottom: 20px;
		margin-top: 20px;

}



.colour {
    margin-bottom:0.5em;
    float:left;
}
.colour span {
    display:block;
    float:left;
    margin-right:5px;
    background:black;
    width:20px;
    height:20px;
    text-indent:-9999px;
}
.colour input {
    float:left;
}
.colour .black {
    background:#000;
}
.colour .bronze {
    background:#5F3E06;
}


#product-image img {
    display:block;
}


#product-image .product-view a 
{
	margin:auto;
    display:block;
}


#related-products{
    clear:both;
    padding:1em 0 0 0;
}
.view-products {
    overflow:auto;
    background:#E0E5EF;
    padding:10px 0 0 10px;
}



#related-products ul {
    padding:0;
    margin:0;
    
}
#related-products ul li {
    float:left;
    list-style:none;
    margin:0 10px 10px 0;
    width:23%;
    height:150px;
    background-color: #fff;
}
#related-products li a,
#related-products li a span {
    display:block;
    text-decoration:none;
    text-align:center;
}
#related-products li a {
    background:#fff;
    padding:10px;
    color:#5f5f5f;
}

.question {
    display:block;
    margin:0.5em 0;
}
/*}}}*/
/*Checkout*//*{{{*/
#stages {
    margin:0;
    padding:0;
}
#stages li {
    margin:10px 0;
    list-style:none;
    padding:5px 25px 5px 5px;
    background:#eee;
    border:#ddd 1px solid;
    color:#777;
}
#stages li.complete {
    color:#222;
    background:#eee url(/skins/skinversion4/images/icons/tick.png) no-repeat 95% center;
}
#stages li.selected {
    color:#222;
    border-color:#777;
}
table#checkout {
    margin:1em 0;
}
table#checkout th {
    font-size:1.4em;
    border-bottom:1px #ddd dotted;
    color:#777;
    font-weight:normal;
    padding:0;
}
table#checkout td {
    border-bottom:1px #ddd dotted;
}
table#checkout th.price {
    text-align:right;
    width:3em;
    padding:0 2em 0 0;
}
table#checkout td.price {
    font-size:1.4em;
    font-weight:normal;
    text-align:right;
    padding:0 2em 0 0;
}
.total {
    font-size:1.4em;
    text-align:right;
}
.final td {
    background:#E0E5EF;

}
table#checkout td.quantity .textbox {
    width:2em;
    margin-right:1em;
}
.next {
    float:right;
}
/*}}}*/
/*Sidebar content*//*{{{*/

#sidebar h2 {
    /*margin:0 0 10px 0;*/
    /*text-transform:lowercase;*/
    /*line-height:1;*/
    /*font-size:12px;*/
    /*letter-spacing:-0.01em;*/
    /*color:#333;*/
    display:none;
}


/*}}}*/
/* Footer *//*{{{*/

#footer .section {
    float:left;
    margin:0 20px 0 0;
}
#footer .vcard {
    float:right;
    color:#ccc;
    margin-right:40px;
}
#footer ul {
    margin:0;
    padding:0;
}
#footer li {
    list-style:none;
    margin:0;
    padding:0;
}
#footer h3 {
    margin:0 0 10px 0;
    color:#ccc;
    font-size:1em;
    text-transform:uppercase;
}
#footer a {
    color:#777;
    text-decoration:none;
    display:block;
}
#footer a:hover {
    color:#fff;
    text-decoration:underline;
}



				.imageselectOn{
					border: 1px silver solid;
					width: 40px;
					height: 40px;
				}
				.imageselectOff{
					border: 1px white solid;
					width: 40px;
					height: 40px;
				}
				.imageselectHover{
					border: 1px silver solid;
					width: 40px;
					height: 40px;
				}				
	

      /* Cart*/
      #cart {
      float:right;
      padding:5px 0 5px 10px;
      color:#FFF;
      }

      #cart a {
      font-size:12px;
      margin-right:15px;
      padding-right: 10px;
      margin-left: 5px;
      }





    
      table#checkout th {
      color:#000;
      }

      /*Forms {{{*/


      input.textbox {
      width:7em;
      }
      .formcontainer
      {
      margin: 20px;
      line-height:2.5;
      }
      .formcontainer label {
      margin:0 0.1em 0 0;
      text-align:right;
      font-weight:bold;
      color:#333;
      font-size:13px;
      width:200px;
      float:left;
      clear:both;
      line-height: 2;
      }

      .formcontainer input.textbox .formcontainer TEXTAREA {
      font-size:13px;
      }

      .formcontainer input.button {
      font-size:13px;
      }

      .formcontainer .big{
      width:220px;
      }


      /* Use formitem when there are multiple elements to align to a label*/
      .formitem{
      float:left;
      }


      .formcontainer .controls
      {
      margin-left: 200px;
      }


      #messages{color:yellow; font-weight: normal; font-size: 1.5em; margin-left: 10px; line-height: 1.5em; text-align:center;}

      .controls{margin-top: 20px;
      width:100%; text-align:right;
      }

      .controls input{ line-height: 2em;  width: 14em; margin-left: 5px;}
      
      #footer .section{margin-right: 70px;}


#choicecontainer{position:relative; }

.choice {
    margin-left:150px;
    margin-bottom:1em;
}
.choice label {
    position:absolute;
    margin:0 0 0 -150px;
    width:150px;
    font-weight:bold;
}


/*}}}*/


 .readonlytextbox {border: 0; width:250px; line-height: 1.25em;}

.cartinfo {width:25em; height:4em; font-family:Arial;}
.cartdropdown {width: 25em;} 
.cartterms {width:95%; text-align:center; margin: 20px 0 20px 0;}

#cartpaymentoptions {margin: 10px 0 20px 0; border:#707070 solid 1px; padding: 20px;}

#sVoucherCode{width:180px; height:28px; font-size:18px; margin-bottom: 10px; text-align:center; color: #800606;}

#voucherentry{margin: 10px 10px 20px 10px; border:#707070 solid 1px; padding: 20px; width: 40% ; float:left; height: 180px;}



.consolidatedpriceblock{display:none;}

.alignright {text-align:right;}

#imgProduct_1{border: 1px solid #cccccc;}

#product-paging{clear:both; width:100%; text-align:right;}

.mojozoombox {position:absolute;width:320px;height:300px;border:1px solid #aaaaaa;z-index: 999; background-color:#999999;}
.mojozoombox{visibility:hidden;}

.detailtable {}

.displaytable {border: 1px #eee solid;}

.logincontainer {display:none;}

#forgotpassword{display:block;}

#model-message-content .closepopup{float:right; height:15px;}
#modal-bg {  position:absolute;  
             top:0;
			z-index:100;  
			background-color:#000;  
			display:none;  
			width:99%;
			margin:0;padding:0;
			overflow: hidden;
			text-align:center;
}


#modal-message-container {	z-index:110;
                          	position:absolute;
                          	width:480px;
                          	border:5px #12ad2b solid;
							background:#fff;top:100px;
							left:50%;padding:20px;
							margin-left:-240px; 
							-moz-border-radius-bottomleft:6px;
							-moz-border-radius-bottomright:6px;
							-moz-border-radius-topleft:6px;
							-moz-border-radius-topright:6px;
							display:none;
							
							}
							
							
#model-message-content { position: relative; font-size: 1.5em; text-align:left;}							


#poweredby{text-align:right;
           font-size: 10px;
           color: #eee;
           padding:0 20px 5px 0;}
           
#poweredby span{font-weight: bold;}


#homepagecmscontent{ border: 1px solid #464646;
                     width:940px;
                     margin-top: 10px;}
#homepagecmscontent TD 
{
    
     text-align: center;
    }
    




/*******************************************/
/*                   Help                  */
/*******************************************/

#online-help { margin-top:20px; }
#online-help .link { display:block; height:14px; margin-top:5px; padding:6px 10px 8px 30px; font-weight:bold; color:#BBB; font-size:11px; background:#121212 url(/skins/skinversion4/images/nzteamwear/bg-arrow-left.png) no-repeat 5px 5px; text-decoration:none; border:1px solid #202020; text-transform:uppercase; }
#online-help .selected { color:#FFF; background:#121212 url(/skins/skinversion4/images/nzteamwear/bg-arrow-down.png) no-repeat 5px 5px; }
#online-help .link:hover { color:#FFF; }
#online-help .item { display:block; padding:15px; }
#online-help .item h1 { margin-top:20px; font-size:16px; font-weight:bold; color:#000; }
#online-help span.h4 {display:block; color:#eb120f; font-weight : bold;}



/*******************************************/
/*                  Contact                */
/*******************************************/

/* Contact */

#contact .col { display:inline; float:left; width:300px; } 
#contact .col  h3 { margin-bottom:0; }
#contact .col .details { padding:0 0 10px; }
#contact .col .details h4 { margin-bottom:2px; color: #fff;}
#contact .col .details table td { color:#FFF; font-size:12px; line-height:16px; padding-bottom:15px; }
#contact .col .GoogleMap { border:0; }
#contact .colform { margin-left:35px; width:400px; }
#contact .colform .Form div label { padding:4px 0 1px; }
#contact .colform .Form .colformGroup { clear:none; float:left; width:200px; }



/*******************************************/
/*                   Forms                 */
/*******************************************/
.Form div { display:block; clear:both; margin:0 0 5px 0; }
.Form div label { display:block; float:left; padding:5px 5px 0 0px; margin-bottom:3px; color:#FFF; font-size:11px; }
.Form input[type="text"], .Form input[type="password"], .Form select, .Form textarea { padding:4px; display:block; border:1px solid #202020; background-color:#000; color:#ddd; }
.Form input[type="text"]:hover, .Form input[type="password"]:hover, .Form select:hover, .Form textarea:hover { border:1px solid #303030; }
.Form input[type="text"]:focus, .Form input[type="password"]:focus, .Form select:focus, .Form textarea:focus { border:1px solid #303030; }
.Form input.FieldFailed, .Form textarea.FieldFailed, .Form textarea.select {  background:#440106; border:1px solid #ef0100; }
.Form input.width-half { width:185px; }
.Form input.width-full,
.Form textarea.width-full { width:380px; }
.Form textarea { overflow-y:hidden; }
.Form .FormButton { margin:10px 0 0; }

/* Loading */
.Form .Loading, .Form div .Loading { clear:none; display:block; width:60px; height:14px; padding:3px 0 3px 20px; background:transparent url(../images/bg_loader.gif) no-repeat left center; }

/* GoogleMap */
.GoogleMap { background:#FFF; border:1px solid #E1E1E1; }
.GoogleMap .Loader { position:relative; top:40%; padding-top:25px; background:url(../images/loaders/bg_loader.gif) no-repeat top center; text-align:center; }
.GoogleMap .Launcher, .GoogleMap .Error { position:relative; top:45%; text-align:center; }
.GoogleMap .Launcher { cursor:pointer; text-transform:uppercase; }
.GoogleMap .Launcher .Button { margin:3px auto; width:40px; }



/*******************************************/
/*             Super Fish Menu             */
/*******************************************/

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a  {
	line-height:35px;
	
	text-decoration:none;
}


#mainnav  ul li ul li a{background:none; line-height: 1.5em;}

.sf-menu  ul  li {background-color:#121212;}
.sf-menu ul {border: 1px solid #202020}


.sf-menu  ul a  {
	border-left:	none;
	border-top:		none;
	line-height:2em;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	padding-left: 5px;
}
.sf-menu li 
{
   
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

.sf-menu li:hover{
	outline:	0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


#mailresponse {color: #fff; margin: 20px; font-size: 2em;}

#subnav {display:none;}
