/* --------------------------------------------------------------

reset.css
* Resets default browser CSS.
@source 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,
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;
}

/* 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; }
* { outline: none; }

/* END OF RESET */
/*****************************************************************
*****************************************************************/

html, body { height:100%; }

body {
    color: #FFF;
    font: 13px/20px Arial, sans-serif;
    background: #000 url(../images/body.gif) repeat;
}

h1 { font: normal 30px/40px Arial, sans-serif; }
h2 { font: normal 25px/35px Arial, sans-serif; }
h3 { font: normal 15px/22px Arial, sans-serif; text-transform:uppercase; }

a { color:#ff6200; text-decoration:none; }
a:hover { text-decoration:underline; }

/* wysiwyg fields */
.rte {}
.rte p { margin: 0 0 15px 0; }
.rte h2, .rte h3 { padding: 15px 0; }
.rte blockquote {
    margin: 15px 0 15px 20px;
    padding: 0px 40px 0px 20px;
    font-style: italic;
    border-left: 6px solid #DE5500;
}
/* class in wyswyg */
.rte blockquote .blockquote-author {
    color: #bdbcbc;
    font-size: 14px;
    font-style: normal;
    padding-top: 8px;
}
.rte ul { padding: 0 0 15px; }
.rte ul li {
    padding-left: 15px;
    list-style: none;
    background: url(../images/lists.gif) center left no-repeat;
}
.rte table {
    width: 100% !important;
    border: 1px solid #2c2c2c;
    margin-bottom: 15px;
}
.rte table table { margin-bottom:0; }
.rte table td {
    border: 1px solid #2c2c2c;
    padding: 2px 4px;
}
.rte table th {
    border: 1px solid #2c2c2c;
    padding: 2px 6px;
    background: #2c2c2c;
    font-weight: bold;
}
/* //wysiwyg fields */

.pagination {
    text-align: center;
}
.pagination li { 
    display: inline-block;
    padding: 0 7px 0 3px;
    list-style: none;
    border-right: 1px solid #404040;
}
.pagination li a { color:#a2a2a2; line-height:18px; }
.pagination li a:hover { color:#ff6200; }
.pagination li.last,
.pagination li.next,
.pagination li.prev { border-right:0; }
.pagination li.next a,
.pagination li.prev a { color:#ff6200; }
/* //.pagination */

form {
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #404040;
    background: #242424;
}
form textarea { font-family: Arial, sans-serif; }
form .field {
    padding-top: 15px;
    overflow: hidden;
}
form .validation,
form .required,
form .error,
form .bad{
    display:block;
    color: #ff0000;
    background: none !important;
}

form .required{
    clear:both;
}

p.success{
    padding:4px 8px;
    background:#e3ffda;
    color: #239500;
    font-weight: bold;
}

form .field.textarea textarea,
form .field.text input,
form .field.email input,
form .field.password input,
form .field.date input,
form .field.dropdown select,
form input[type=file] {
    width:288px;
    padding: 5px 10px;
    color: #111111;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #c9c9c9;
    background: #c3c3c3 !important;
}
form .field.dropdown select { padding:0; width:308px; line-height:32px; height:32px; }

form .field.checkbox { margin-left:233px; }
form .field.optionset li { list-style:none; }

form .field label { 
    font-size: 18px;
    line-height: 22px;
    float: left;
}
form .field.requiredField label {
    padding-right: 10px;
    background: url(../images/form-required.gif) top right no-repeat;
}
form .middleColumn ul.requiredField label{
    padding-right:0;
    background:none;
}
form .field.requiredField label.right { padding-right:0; background-position: top left; padding-left:10px; }
form .field .middleColumn, form #Password .middleColumn .middleColumn { float:right; width: 310px; overflow: hidden; }
form .confirmedpassword .middleColumn{ float:none; width: auto;}
.confirmedpassword{ padding-bottom:15px; }
form .Actions { 
    overflow: hidden;
    width: 310px;
    padding-top: 25px;
    margin-left: 238px;
    margin-top:10px;
}
form .Actions .requiredmsg {
    font-size: 12px;
    line-height: 14px;
}
form .Actions .requiredmsg span {
    color: #de5500;
}
form .Actions input.action {
    float: right;
    margin-top: -14px;
    padding: 2px 10px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    border: 0;
    background: #de5500;
}

form .Actions input.action:hover { 
    color:#111;
}

#MemberLoginForm_LoginForm .requiredmsg,
#OrderDetailsForm_OrderDetailsForm .requiredmsg,
#OrderConfirmForm_OrderConfirmForm .requiredmsg{ 
    display:none;
}

.UploadifyField #UploadifyFieldQueue_File,
.UploadifyField .upload_previews li{
    color:#000;
}

.optionset li{
    margin-bottom:4px;
    overflow:hidden;
    list-style:none;
}

.optionset li input{
    float:left;
    margin:4px 8px 0 0;
}

.optionset li label{
    width:276px;
}

.calendardate .calendarpopup{
    top:-160px;
}

#OrderDetailsForm_OrderDetailsForm,
#OrderConfirmForm_OrderConfirmForm{
    background:none;
    border:none;
    padding: 0;
}

#OrderConfirmForm_OrderConfirmForm .action{
    font-size:18px;
}

/* optional lineitems in form */

#OptionalLineItems{
    padding-top:0;
}

#OptionalLineItems li{
    position:relative;
    border-bottom:1px dotted #444;
    padding:10px 0;
    margin:0;
}

#OptionalLineItems li:last-child{
    border:none;
}

#OptionalLineItems .middleColumn{
    width:548px;
}

#OptionalLineItems label{
    display:none;
}

#OptionalLineItems li label{
    width:524px;
    display:block;
}

#OptionalLineItems li input{
    position:absolute;
    right:0;
    top:14px;
    margin:0;
}

#OptionalLineItems span.description{
    display:block;
    width:380px;
    float:left;
}

#TotalAmount, #TotalVATInc{
    margin-top:20px;
    background:#444;
    padding:8px;
    font-size:24px;
    overflow:hidden;
}

#TotalVATInc{
    margin-top:1px;
}

#TotalVATInc .middleColumn{
    width: 280px;
}

#TotalAmount span.label,
#TotalAmount label,
#TotalVATInc span.label,
#TotalVATInc label{
    font-size:18px;
    float:left;
    color:#ff6200;
}

#TotalAmount span,
#TotalVATInc span{
    float:right;
}

p#TotalVATInc{
    margin-bottom:20px;
}

/* //form */

#quoteDetail{
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #404040;
    background: #242424;
}

#quoteDetail h2{
    font-size: 16px;
    font-weight: bold;
    color: #ff6200;
    border-bottom: 1px solid #404040;
    margin: 12px 0 ;
    padding-bottom: 4px;
}

#quoteDetail form h2{
    margin: 20px 0 0;
}

#quoteDetail .price{
    color:#ff6200;
    float:right;
}

#quoteDetail .rte p{
    overflow:hidden;
    clear:both;
}

#quoteDetail .rte span{
    width:310px;
    float:right;
}

#quoteDetail .rte span.label{
    float:left;
    width:200px;
}


/* required lineitems */

#requiredLineItems{
    border-top:1px solid #444;
    border-bottom:1px solid #444;
}

.lineItem{
    overflow:hidden;
    position:relative;
    border-bottom:1px dotted #444;
    padding:10px 0;
}

.lineItem-last{
    border:none;
}

.lineItem .description{
    width:380px;
    float:left;
}

#paypal{
    float:right;
    width:400px;
}

#paypalForm{
    margin-top:10px;
    padding: 20px 20px 20px 40px;
    min-height:80px;
    position:relative;
}

#paypal{
    width:310px;
    float:right;
}

#paypalLogo{
    position:absolute;
    top:50px;
    left:40px;
}

#paypalForm #submit{
    position: absolute;
    top:20px;
    left:40px;
}

#add_comment {

}
#add_comment h2 {
    color: #ededed;
    font-size: 18px;
    text-transform: uppercase;
}
/* //#add_comment */

#wrapper {
    width:960px;
    margin: 0 auto;
}

#header {
    overflow: hidden;
    padding-top: 20px;
}
#header #logo {

}
#header #logo a { display:block; line-height:1; }
#header .tagline {
    padding: 6px;
    font-size: 12px;
    text-transform: uppercase;
}
#header #quicklinks {
    overflow: hidden;
    float: right;
    text-transform: uppercase;
    font: 12px/15px Arial, sans-serif;
}
#header #quicklinks li { border-right: 1px solid #404040; }
#header #quicklinks li:last-child { padding-right:0; border-right: 0 !important; }
#header #quicklinks li {
    float: left;
    padding: 0 14px;
    list-style: none;
    line-height: 1;
}
#header #quicklinks li a { 
    text-transform: uppercase;
    font: 12px/15px Arial, sans-serif;
}
#footer {
    padding-bottom: 200px;
}
#footer ul {
    overflow:hidden;
    padding-top: 9px;
}
#footer ul li { float:left; list-style:none; margin-right:10px; padding-right:10px; border-right:1px solid #404040; }
#footer ul li.last { border-right:0; }
#footer ul li a { color:#afafaf; }
#footer ul li a:hover { color:#ff6200; }

#main {
    overflow: hidden;
    width: 898px;
    padding: 30px;
    margin-top: 15px;
    border: 1px solid #313131;
    background: #101010;
}
#sidebar {
    float: left;
    width: 280px;
    overflow: hidden;
}
#widgets { clear:both; }
#navigation { overflow:hidden; }
#navigation ul, 
#accountNav ul{
    /*overflow: hidden; */
    border-bottom: 1px solid #404040;
}
#accountNav ul{
    margin-bottom:36px;
}
#navigation ul li a:hover { text-decoration:underline !important; }
#navigation ul li {
    clear:both;
    float: left;
    width: 280px;
    list-style: none;
}
#navigation ul ul { border-bottom:0; padding: 10px 0; overflow:hidden; }
#navigation ul ul a { margin-left:22px; display:block; }
#navigation ul ul a span { border-left:6px solid #111; background:#111; }
#navigation ul ul ul { padding: 0; }
#navigation a.levelb { padding-left:2px; }
#navigation a.levelc { padding-left:17px; }
#navigation a.leveld { padding-left:32px; }

#navigation ul ul a.current,
#navigation ul ul a.section { color:#fff; }

#navigation ul li a.levela,
#accountNav ul li a{
    display: block;
    padding: 5px 10px 5px 30px;
    color: #FFF;
    font: 12px/16px Arial, sans-serif;
    text-transform: uppercase;
    background: url(../images/navigation.gif) 7px 8px no-repeat;
    border-top: 1px solid #404040;
}
#navigation ul li a.levela.section,
#navigation ul li a.levela.current,
#navigation ul li a.levela:hover,
#accountNav a.current,
#accountNav a.section,
#accountNav a:hover {
    text-decoration: none !important;
    background-color: #DE5500;
}
#navigation ul li a.levela.current,
#navigation ul li a.levela.section { background: #DE5500 url(../images/navigation.gif) 7px -20px no-repeat; }

#navigation ul ul li a.section,
#navigation ul ul li a.current,
#navigation ul ul li a:hover,
#navigation ul ul li a.levela.section { background: none; }
#navigation ul li a.levela.section,
#navigation ul li a.levela.current,
#navigation ul li a.levela:hover,
#accountNav a.current,
#accountNav a.section,
#accountNav a:hover  { border-top:1px solid #101010; }
#navigation ul li a:hover { text-decoration:underline !important; }

#accountNav h3{ margin-bottom:4px; padding-left:10px; }

/* nav tree */
#navigation ul ul li a.tree-root {
    background: url(../images/navtree/tree.gif) 0px 9px no-repeat;
}
#navigation ul ul li a.tree-current {
    background: url(../images/navtree/tree.gif) bottom left no-repeat;
}
#navigation ul ul li a.tree-section {
    background: url(../images/navtree/section.gif) center left no-repeat;
}
#navigation ul ul li a.tree-line {
    background: url(../images/navtree/tree.gif) top left no-repeat;
}
/* //nav tree */

#breadcrumbs {
    width: 590px;
    float: right;
    font-size: 11px;
    line-height: 14px;
    margin-top: -3px;
    padding-bottom: 13px;
}

#content {
    overflow: hidden;
    width: 590px;
    float: right;
}
#content h1 { padding-bottom: 10px; }
.slideshow {
    overflow: hidden;
    width: 590px;
    padding-bottom: 25px;
}
.slideshow img { display:block; }
.slideshow .slideshow-items {
    height: 332px;
    width: 10000px;
}
.slideshow .slideshow-items li { list-style:none; float:left; border:2px solid #2c2c2c; line-height:1; }
.slideshow .slideshow-thumbs {
    clear:both;
    overflow: hidden;
    width: 600px;
}
.slideshow .slideshow-thumbs li { float:left; margin:10px 10px 0 0; list-style:none; }
.slideshow .slideshow-thumbs li a {
    display: block;
    position: relative;
    cursor: pointer;
}
.slideshow .slideshow-thumbs li a img { border: 2px solid #2c2c2c; display:block; }
.slideshow .slideshow-thumbs li a span {
    display:none;
    position: absolute;
    width: 110px;
    height: 63px;
    background: url(../images/slideshow-thumb-overlay.gif) no-repeat;
}
.slideshow .slideshow-thumbs li.active a span,
.slideshow .slideshow-thumbs li a:hover span { display:block; top:0; left:0; }


/* Page Specific */
.HomePage {

}
.HomePage .slideshow {

}   
.HomePage .slideshow .slideshow-thumbs {
    margin-top: 1px;
    width: 590px;
    height: 35px;
    text-align: center;
    background: url(../images/homepage-slideshow.gif) repeat-x;
}
.HomePage .slideshow .slideshow-thumbs li {
    float: none;
    display: inline-block;
    margin: 10px 2px 0;
}
.HomePage .slideshow .slideshow-thumbs a {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/radios.png) 0 0 no-repeat;
}
.HomePage .slideshow .slideshow-thumbs li.active a,
.HomePage .slideshow .slideshow-thumbs li a:hover {
    background-position: -20px 0;
}

.ContactPage {

}
.ContactPage .googlemap {
    float: right;
    margin-left: 30px;
}  
.ContactPage .contactform {
    clear:both;
}    
.ContactPage .contactform h2 {
    color: #ededed;
    font-size: 18px;
    text-transform: uppercase;
}    

.PageHolder {

}
.PageHolder #page_thumbs {
    overflow: hidden;
    width: 615px;
}
.PageHolder #page_thumbs li {
    overflow: hidden;
    float: left;
    width: 180px;
    height:164px;
    margin: 0 25px 25px 0;
}
.PageHolder #page_thumbs li .thumb {
    overflow: hidden;
    position: relative;
    display: block;
    cursor: pointer;
}
.PageHolder #page_thumbs li .thumb img { display:block; background:#404040; border:2px solid #2c2c2c; }
.PageHolder #page_thumbs li .thumb span {
    display:none;
    position: absolute;
    width: 180px;
    height: 104px;
    background: url(../images/thumb-overlay.gif) no-repeat;
}
/*.PageHolder #page_thumbs li:hover .thumb span,*/
.PageHolder #page_thumbs li .thumb:hover span { display:block; top:0; left:0; }
.PageHolder #page_thumbs li h2 {
    padding: 12px 0 7px;
    font: 16px/20px Arial, sans-serif;
}
.PageHolder #page_thumbs li h2 a { color:#fff; }
/*.PageHolder #page_thumbs li:hover h2 a,*/
.PageHolder #page_thumbs li h2 a:hover { color:#ff6200; text-decoration:none; }
.PageHolder #page_thumbs li p {

}

.NewsHolder {

}
.NewsHolder .blogsummary { padding: 10px 0 40px; clear: left }
.NewsHolder .blogsummary-author {
    padding-bottom: 18px;
    color: #adadad;
    font: italic 12px/20px Arial, sans-serif;
}
.NewsHolder .blogsummary-author span { color:#d7d7d7; }
.NewsHolder .blogsummary img { float:left; margin:0 25px 0 0; }

.NewsPage {

}
.NewsPage .postdetails {
    padding-bottom: 40px;
}
.NewsPage .postdetails-by { 
    padding-bottom: 4px;
    margin-bottom: 4px;
    color:#adadad;
    font-style:italic;
    border-bottom: 1px solid #404040;
}
.NewsPage .postdetails-by span { color:#d7d7d7; }
.NewsPage .postdetails-tags {}
.NewsPage .postdetails-categories {}
.NewsPage .sociallinks {
    overflow: hidden;
    margin-bottom: 25px;
    padding: 10px 10px 3px;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    background: #202020;
}
.NewsPage .sociallinks li {
    float: left;
    list-style: none;
    padding-right: 10px;
}
.NewsPage #relatedposts {
    padding-bottom:30px;
}
.NewsPage #relatedposts ol {
    padding-top: 20px;
}
.NewsPage .comments-header { overflow:hidden; border-bottom: 1px solid #404040; }
.NewsPage .comments-header h2 { float:left; }
.NewsPage .comments-header #hideshowcomments {
    float: right;
    padding-right: 20px;
    margin-top: 8px;
    color: #ededed;
    background: url(../images/hideshowcomments.gif) no-repeat top right;
}
.NewsPage .comments-header #hideshowcomments.show {
    background-position: bottom right;
}
.NewsPage #comments {}
.NewsPage #comments li {
    padding: 15px 0;
    border-bottom: 1px solid #404040;
} 
.NewsPage #comments li h3 { 
    color:#adadad;
    text-transform:none;
    font: italic 13px/20px Arial, sans-serif;
}
.NewsPage #comments li h3 a { color:#e7e7e7; }
.NewsPage #add_comment { margin-top:30px; }

.QuestionsPage {

}
.QuestionsPage .rte.faqlist ul li { margin-top:8px; font-size:15px; }
.QuestionsPage dl { margin-top:30px; }
.QuestionsPage dl dt {
    min-height: 33px;
    padding: 10px 10px 10px 50px;
    font: 13px/20px Arial, sans-serif;
    border: 1px solid #404040;
    background: #242424 url(../images/questions/q.gif) top left no-repeat;
}
.QuestionsPage dl dd {
    overflow: hidden;
    margin-left: 30px;
    padding: 22px 30px 40px 50px;
    background: url(../images/questions/a.gif) 0 20px no-repeat;
}
.QuestionsPage dl dd p {
    min-height: 40px;
    padding-left: 20px;
    border-left: 6px solid #de5500;
}
.QuestionsPage dl dd a { padding-left: 20px; float:right; }
.QuestionsPage dl dd p a { padding-left: 0px; float:none; }

.accountTable{
    width:100%;
    border-collapse:collapse;
}

.accountTable th{
    color:#ff6200;
    background:#202020;
    font-weight:bold;
}

.accountTable td,
.accountTable th{
    border:1px solid #404040;
    padding:14px 10px;
}

.accountTable tr.even{
    background:#1a1a1a;
}

a.button{
    display:block;
    background:#de5500;
    color:#fff;
    padding:1px 5px;
}

a.button:hover{
    color:#000;
    text-decoration:none;
}

a.addAddress{
    width:96px;
    margin:16px 0;
}

