html {
    color: #000;
    background: #FFF
}

body, div, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ul, ol {
    margin: 0;
    padding-left: 25px
}

li {
    list-style-position: outside
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select { *font-size:
    100%
}

legend {
    color: #000
}

body {
    font: 12px / 24px "Lucida Grande", helvetica, verdana, sans-serif;
    color: #6e6e6e
}

h1 {
    font-size: 1.8em;
    font-weight: bold;
    color: #2c2b2b;
    text-shadow: white 0 0 1px
}

h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #2c2b2b;
    text-shadow: white 0 0 1px
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #2c2b2b;
    text-shadow: white 0 0 1px;
    margin: 35px 0 0.3em 0
}

h4, .h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #2c2b2b;
    text-shadow: white 0 0 1px
}

h5, .h5 {
    font-size: 1.1em;
    font-weight: normal;
    color: #2c2b2b;
    text-shadow: white 0 0 1px
}

a {
    text-decoration: none;
    color: #090;
}

a:hover {
	text-decoration: none;
    color: #0C0;
}

a:active {
}

a:visited {
}

a img {
    border: none;
    text-decoration: none
}

em {
    color: #333;
    font-style: italic
}

strong {
    font-weight: bold
}

small {
    font-size: 0.8em;
    color: #B4B4B4;
    line-height: 1.8em
}

hr {
    border: 0px;
    border-bottom: 1px solid #ccc
}

pre {
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    color: #7f7f7f;
    padding: 8px;
    font-family: Monaco, "Courier New", Courier, mono;
    display: block;
    margin: 1em 0
}

img {
    border: none
}

h3 img {
    margin: 5px 6px 0 0;
    float: left
}

q {
    font: italic 1.6em Georgia;
    font-weight: normal;
    line-height: 1.5em;
    padding: 1.1em 0px;
    display: block
}

q:before {
    content: "\201C\00A0"
}

q:after {
    content: "\00A0\201D"
}

.clear {
    clear: both
}


#maincontent {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.columncontainer {
    float: left;
    width: 560px
}

.intro {
    font-size: 1.2em;
    color: #131313
}

.smallheader {
	
	font-weight:lighter;
	color:#090;
	font-size:16px;
}

     /* Feedback */

table.feedback td {
    padding: 5px;
}

table.feedback td.label {
    text-align: right;
    vertical-align: top;
    color: #7c7c7c;
    padding-top: 9px;
}

#from, #name, #subject, #message, #message2 {
    border: 1px solid #7c7c7c;
    padding: 3px;
    font-size: 14px;
    color: #555;
    margin: 0;
}

#from, #message2 {
    width: 340px;
    height: 17px;
}
#subject {
    width: 400px;
    height: 17px;
}

#message {
    width: 400px;
    font-family: "Lucida Grande", Calibri, Arial, sans-serif;
    font-size: 14px;
	color:#333;
}

#to_label {
    padding-top: 5px;
}
#to_field {
    padding-left: 9px;
}

.optional {
    font-size: 10px;
}

#submit_td {
    text-align: center;
}

input#submit {
    width: 60px;
    height: 23px;
	background-color: #333;
	color:#f5f5f5;
	border: 0;
   
    outline: none;
    cursor: pointer;
}
#submit:hover {
    background-color:#090;
}
#submit:active {
    background-position: 0 -46px;
    outline: none;
}

.feedback .example {
    font-size: 9px;
    margin: 0;
    padding: 0;
}

#twocolumns {
}

#twocolumns .column {
    width: 475px;
    margin-right: 50px;
    float: left
}

#twocolumns .column:last-child {
    margin-right: 0
}

#threecolumns {
    float: left
}

#threecolumns .columnleft {
    width: 380px;
    margin-right: 60px;
    float: left
}

#threecolumns .column {
    width: 260px;
    margin-right: 40px;
    float: left
}

#threecolumns .columnright {
    width: 260px;
    margin-right: 0;
    float: left
}

#threecolumns ul {
    padding-left: 20px;
    margin-top: 15px
}

#threecolumns li {
    list-style: disc outside;
    color: #2c2b2b
}



.checkoutlogo {
    margin: 31px 0 50px 0
}


#footer {
    height: 100px;
    width: 1000px;
    margin: 50px auto 20px auto;
    text-align: center;
    color: #adadad;
    font-size: 10px;
    line-height: 2em
}

#footer a {
    color: #686868
}


/* footer */

#footer {
    height: 37px;
    padding: 0;
    line-height: 37px;
    width: 100%;
    bottom: 0;
}

#footer p {
	font-size:12px;
}


#bottom_nav {
    margin: 0;
    padding: 0 20px;
    font-size: 10px;
    color: #afafaf;
    float: left;
}

#bottom_nav a {
    padding: 0;
    background: none;
    color: #999;
    font-weight: normal;
    padding: 0 5px;
}

#copyright {
    text-align: right;
    color: #898989;
    font-size: 10px;
    margin: 0;
    padding: 0 20px;
}


.nav-container {
	position: absolute;
	top: 10px;
	left: 0;
	height: 543px;
	width: 300px;
	background: url(file:///RUBEN/rsconcrete/nav_bg.gif) no-repeat 0 73px
}

.nav-button {
    font-size: 12px;
    width: 256px;
    margin: 0 2px;
    cursor: pointer;
    height: 68px;
    padding: 10px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.nav-button:hover {
    background: #FF9;
    border-top: 1px solid #e5f1fa;
    border-bottom: 1px solid #e5f1fa
}

.nav-button h2 {
    margin: 4px 0 0 50px
}

.nav-button p {
    margin: 0px 0 0 50px;
    line-height: 1.5em
}

.nav-button img {
    float: left;
    margin: 20px 0px 0 0px
}

.alternate {
    background: #f8f8f8;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8
}

.selected {
    background: #e5f1fa;
    border: 1px solid #a8b4be;
    margin: 0 1px
}

.selected:hover {
    background: #e5f1fa;
    border: 1px solid #a8b4be
}

.selected h2 {
}

.features {
    display: none
}

#featurepage {
    position: relative;
    min-height: 600px
}

#featurepage .checkout_logo {
    margin-top: 1px;
    margin-bottom: 20px
}

#featurepage .header {
    width: 640px;
    float: left;
    margin: 5px 0 14px 0
}

#featurepage .leftcolumn {
    width: 300px;
    margin-right: 40px;
    float: left;
    margin-top: 700px;
	color:#060;
	font-size:10px;
}

#featurepage .middlecolumn {
    width: 300px;
    margin-right: 40px;
    float: left
}

#featurepage .rightcolumn {
    width: 300px;
    float: left
}

#featurepage .doublecolumn {
    width: 640px;
    float: left
}
