@import  url(/css/reset.css);

body {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 0;
	}
	
a {
	color: #fdb813;
	text-decoration: none;
	}
a:visited {
	color: #666;
	text-decoration: none;
	}
img {
	border: 0;
	padding: 0;
	}
.clear {
	clear: both;
	height: 0;
	}
ul {
	margin: 0;
	padding: 0;
	}
h1 {
	font-family: "Roboto Condensed", 'Arial Narrow', Arial, sans-serif;
	font-stretch: condensed;
	margin: 0;
	}
h2 {
	font-family: "Roboto Condensed", 'Arial Narrow', Arial, sans-serif;
	font-stretch: condensed;
	margin: 0;
	}
h2.title {
	background: url("/images/css/dot-hr-background.gif") repeat-x scroll center center #fff;
	font-family: futura-pt,Tahoma,Arial,Verdana,Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 2em;
	margin-top: 1em;
	color: #000;
	}
h2.title span {
	background: none repeat scroll 0 0 #fff;
	padding: 0 10px;
	}
strong, b {font-weight:700;}
	
#wrapper {
    min-height: 100%;
    position: relative;
	}

#timetake {
    background: #ccc none repeat scroll 0 0;
    color: #000;
    font-size: 11px;
    line-height: 1.3em;
    padding: 10px;
	}
	
/* FREE DELIVERY BAR */
.dotted-background {
    background: url("/images/css/dot-hr-background.gif") repeat-x scroll center center #fff;
    height: 1px;
    margin-bottom: 14px;
	}
#home-bar-holder{
	/* background:url('/images/css/shipping-plane.png') no-repeat 14px 7px; */
	/* height:109px; */
	height:10px;
	width:1240px;
	margin:0 auto;
	color:#000;
	position:relative;
	top:0;
	/* border-bottom: 1px solid #000; */
	}
#home-bar-holder a{
	color: #000;
    display: block;
    font-size: 32px;
    letter-spacing: 3px;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	}
#home-bar-holder a span {
    background: url("/images/css/link-background-black.png") no-repeat scroll right 4px rgba(0, 0, 0, 0);
    color: #000;
    display: block;
    font-family: Tahoma,Arial,Verdana,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
    margin: 3px auto 0;
    padding-right: 10px;
    width: 190px;
	}
	
	
	
/* MAIN SITE SECTION */
#main {
	padding-bottom: 286px;
	width: 960px;
	margin: 0 auto;
	}
	

/* APPLICATION BUTTONS */
input.button {
	display: block;
	background: #f4a42a;
	color: #000;
	overflow: hidden;
	cursor: pointer;
	border: 0;
	border-left: 6px solid #7f8181;
	width: auto;
	margin: 10px 0;
	padding: 3px 7px;
	}
	input.button.left {
		float: left;
		}
	input.button.right {
		float: right;
		}
	input.button.bggray {
		background: #666;
		}
	input.button.bgred {
		background: #fdb813;
		}
	input.button.red{
		color: #fdb813;
		}
	

button.button {
	display: block;
	background: #f4a42a;
	color: #000;
	overflow: hidden;
	cursor: pointer;
	border: 0;
	border-left: 6px solid #7f8181;
	width: auto;
	margin: 10px 0;
	padding: 3px 7px;
	}
	button.button.left {
		float: left;
		}
	button.button.right {
		float: right;
		}
	button.button.bggray {
		background: #666;
		}
	button.button.bgred {
		background: #fdb813;
		}
	button.button.red {
		color: #fdb813;
		}
	button.button.clearRed{
		color:#fff;
		background:red;
		}
a.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f4a42a;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #7f8181;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 6px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 10px 0;
    overflow: hidden;
    padding: 3px 7px;
    width: auto;
	}
a.button.left {
	float: left;
	}
a.button.right {
	float: right;
	}
a.button.bggray {
	background: #666;
	color:#fff;
	}
a.button.bgred {
	background: #fdb813;
	}
a.button.red {
	color: #fdb813;
	}
a.button.bgred {
	background: #fdb813;
	color:#000;
	}
	

.button.big {
	font-weight: 700;
	padding: 6px 18px;
	}
	
/* FORMS GENERAL */
form {
	margin: 0;
	padding: 0;
	}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}
form p,
#holder_CENTRE form p{
	font-size:11px;
	}
form p.error,
#holder_CENTRE form p.error{
	font-size:11px;
	margin-top: -0.5em;
	}
	
/* ERROR AND INFO SECTIONS */
div.info {
	background: #b0d477;
	float: left;
	width: 96%;
	font-size: 1.1em;
	color: #000;
	padding: 2%;
	margin: 3%0;
	}
div.errors {
	background: #CC0033;
	float: left;
	width: 96%;
	font-size: 1.1em;
	color: #fff;
	padding: 2%;
	margin: 3%0;
	}
	
/* TABLES */
table td.tright {
    text-align: right;
	}
table td.vtop {
    vertical-align: top;
	}