
/*
// CC Supplies
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
overflow-x: hidden;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
}

body{
position: relative;
padding: 0px 0px;
text-align: center;
font: 0.8em Arial,Verdana,Tahoma,sans-serif;
background-color: #0066A8;
color: #4b4b4b;
overflow-x: hidden;
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
color: #a5a5a5;
}

h1{
margin: 0px 0px 10px 0px;
padding: 0px 0px 3px 0px;
font: normal 1.6em Arial,Verdana,Tahoma,sans-serif;
color: #0066A8;
border-bottom: 1px dashed #cccccc;
}

h2{
margin: 4px 0px;
font: normal 1.1em Arial,Verdana,Tahoma,sans-serif;
letter-spacing: 1px;
color: #0B5AA9;
}

h3{
background: #AACFFB;
padding: 3px;
color: #0B5AA9;
margin: 10px;
font: normal 1.3em Arial,Verdana,Tahoma,sans-serif;
}

img{
border: none;
}

#corner {
position: absolute;
top: 0px;
right: 0px;
z-index: 999999999999999999999999999;
}



#container{
width: 100%;
text-align: left;
margin: 0px auto;
background: #e2e2e2 url(../images/container.jpg) repeat-x top left;
overflow: hidden;
}

#content-wrapper{
background: transparent url(../images/dropshadow.png) repeat-y top center;
margin: 0 auto;
width: 940px;
clear: both;
overflow: hidden;
}

#content-wrapper-inner{
background: #0B5AA9;
margin: 0 auto;
width: 900px;
clear: both;
overflow: hidden;
}


#column-left{
float: left;
width: 250px;
color: #ffffff;
overflow: hidden;
}

#column-left p{
margin: 0px 10px;
}

#column-left b,#column-left b a{
color: #F5AF0F;
}

#column-left img{
margin: 10px 10px 0px 10px;
}

#column-left a{
color: #ffffff;
}

#column-left a:hover{
color: #cccccc;
}

.apply{
padding: 3px;
width: 150px;
background: #F2B10D;
}

#column-right{
float: left;
background: #ffffff;
width: 650px;
height: auto;
overflow: hidden;
}

#weekly-offerings{
width: 100%;
position: relative;
height: 200px;
margin: 15px;
}

#weekly-offerings-text{
position: absolute;
background: #0B5AA9;
border: 5px solid #ffffff;
color: #ffffff;
padding: 5px;
top: -50px;
left: -5px;
}

#weekly-offerings-arrow{
position: absolute;
top: -25px;
left: 70px;
}

.weekly-offerings-products{
width: 115px;
position: relative;
margin-right: 10px;
background: #AACFFB;
height: 180px;
overflow: hidden;
float: left;
}

img.prod{
position: absolute;
bottom: 28px;
width: 108px;
height: 82px;
left: 3px;
}

#weekly-offerings div span{
position: absolute;
color: #0B5AA9;
top: 3px;
left: 3px;
}

a.prod-link{
background: #0B5AA9;
color: #ffffff;
paddinG: 3px;
width: 103px;
position: absolute;
bottom: 4px;
left: 3px;
}

a.prod-link:hover{
color: #cccccc;
}


#header{
width: 100%;
height: 120px;
text-align: left;
background: url(../images/header.jpg) repeat-x bottom left;
border-bottom: 3px solid #AACFFB;
}

#header-inner{
width: 900px;
height: 120px;
margin: 0 auto;
position: relative;
}

#header-slogan2{
position: absolute;
top: 88px;
left: 90px;
font-size: 1em;
color: #F2B10D;
}

#header-slogan{
position: absolute;
top: 65px;
left: 90px;
font-size: 1.5em;
color: #ffffff;
}

#header-slogan b{
color: #F2B119;
}

#header-logo{
position: absolute;
top: 10px;
left: 0px;
}

#header-fsb{
position: absolute;
top: 15px;
right: 0px;
}

#header-contact{
position: absolute;
top: 15px;
right: 80px;
color: #ffffff;
text-align: right;
font-size: 1.2em;
}

#header-contact a{
color: #ffffff;
}

#header-contact a:hover{
color: #cccccc;
}

#header-contact span{
font-weight: bold;
color: #EEB408;
}




#navigation {position: absolute;top: 95px;right: 0px; text-align: left; font: normal 1em arial; list-style-type: none; height: 23px; z-index: 99999999999999;}
#navigation li {position:relative; float:left;}
#navigation li a {display:block; text-decoration:none; color: #FFFFFF; padding: 6px; overflow: visible; border-right: 1px dashed #AACFFB; }
#navigation a.last{border-right: 0px dashed #ffffff;}
#navigation a.polaris{margin-top: 2px;}
#navigation a:hover, #navigation a.current {color: #EEB60B}
#navigation ul{list-style-type: none;visibility:hidden; position:absolute; top:20px; left: 0px; margin: 0; background:#0B5AA9;}
#navigation ul li {float:left;}
#navigation ul li a {float:left; position: relative; color:#ffffff; padding: 3px 10px 3px 10px; width: 180px; border: 0; z-index:99999999999999999999999;}
#navigation ul a:hover, #navigation ul a.current{color:#F4B00F;}
#navigation  li:hover ul,#navigation a:hover ul{visibility:visible;}
#navigation:hover ul ul{visibility:hidden;}
#navigation :hover ul :hover ul{visibility:visible;}



#slideshow{
width: 650px;
height: 250px;
overflow: hidden;
background-color: #000000;
}

#slideshow img{
width: 650px;
float: left;
height: 250px;
}



#content{
margin: 20px;
margin-bottom: 50px;
text-align: justify;
font-size: 12px;
color: #545454;
border-bottom: 1px dashed #cccccc;
}

#content p{
margin: 5px 0px 22px 0px;
line-height: 18px;
}

#content ul{
margin: 10px 0px;
list-style-type: none;
}

#content li{
text-align: left;
background: url(../images/bullet.jpg) no-repeat center left;
padding-left: 20px;
}

.stock{
width: 600px;
border: 1px solid #0B5AA9;
height: 250px;
padding-bottom: 30px;
overflow: hidden;
margin-bottom: 10px;
position: relative;
}

.news{
width: 600px;
border: 1px solid #0B5AA9;
height: auto;
overflow: hidden;
margin-bottom: 10px;
padding: 5px;
padding-bottom: 30px;
padding-top: 30px;
position: relative;

}

.news h2{
position: absolute;
top: -5px;
background: #0B5AA9;
left: 0px;
width: 610px;
paddinG: 3px;
color: #ffffff;
}

.news small{
position: absolute;
bottom: 0px;
background: #0B5AA9;
right: 0px;
paddinG: 3px;
color: #ffffff;
}

.one{
position: absolute;
top: 23px;
left: 5px;
height: 103px;
width: 140px;
}

.two{
position: absolute;
top: 23px;
left: 155px;
height: 100px;
width: 140px;
}

.three{
position: absolute;
top: 23px;
left: 305px;
height: 103px;
width: 140px;
}

.four{
position: absolute;
top: 23px;
right: 5px;
height: 103px;
width: 140px;
}

.stock span{
position: absolute;
top: 0px;
background: #0B5AA9;
left: 0px;
width: 600px;
paddinG: 3px;
color: #ffffff;
}

.stock div.desc{
position: absolute;
top: 125px;
color: #545454;
width: 580px;
left: 5px;
background: transparent;
}

.stock div.theprice{
position: absolute;
bottom: 0px;
color: #ffffff;
background: #0B5AA9;
padding: 3px;
right: 0px;
}

.bookmarks a{
background: #0B5AA9;
color: #ffffff;
padding: 3px;
margin-right: 3px;
}

.bookmarks a.bookmarks-current{
background: #AACFFB;
color: #ffffff;
padding: 3px;
margin-right: 3px;
}


#logos{
margin: 10px;
border-top: 1px dashed #cccccc;
padding-top: 20px;
heighT: 70px;
}

#logos img{
margin-righT: 10px;
float: left;
}

#logos{
margin: 10px;
}

#footer{
clear: both;
width: 100%;
height: 100px;
border-top: 3px solid #AACFFB;
overflow: hidden;
background: url(../images/footer.jpg) repeat-x top left;
color: #e2e2e2;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}

#footer-inner{
clear: both;
margin: 0 auto;
position: relative;
width: 900px;
heighT: 100px;
overflow: hidden;
}

#footer a{
color: #e2e2e2;
font-size: 10px;
}

#footer a:hover{
color: #ffffff;
}

#footer-left{
position: absolute;
top: 10px;
left: 0px;
}

#footer-slogan{
position: absolute;
top: 10px;
left: 0px;
font-size: 1.5em;
}



#footer-right{
line-height: 120%;
text-aligN: right;
position: absolute;
top: 10px;
right: 0px;
}



#contact-left{
float: left;
width: 300px;
text-align: center;
}


#contact-right{
float: right;
width: 250px;
}

#contact{
height: 500px;
width: 600px;
display: block;
}




form{
width:250px;
}

form#newsletter{

}

form input,form textarea, select {
width:98%;
height:19px;
background: #ffffff url(../images/form.jpg) repeat-x bottom left;
font:normal 11px/19px arial;
padding:2px;
color:#0B5AA9;
border: 1px solid #cccccc;
}

select{
width:100%;
}

form input.textbox-small {
width:182px;
float:left;
}

form textarea {
height:50px;
overflow:auto;
}

input.contact-submit{
width:auto;
cursor:pointer;
float:right;
color:#ffffff;
height: 23px;
border: 0;
overflow: visible;
background: #0B5AA9;
}

.submit2{
width:150px;
cursor:pointer;
color:#0B5AA9;
height: 25px;
float: left;
vertical-align: top;
border: 0;
overflow: visible;
background: #AACFFB;
}


.textbox2 {
vertical-align: top;
float: left;
width:150px;
color: #0B5AA9;
}

form label{
color: #222222;
cursor:pointer;
font:normal 12px/22px arial;
margin: 5px 0px;
text-align: left;

}
form img{
float: left;
}

.hidden{
display: none;
}



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #2ecc1e;
background-color: #b7e5b0;
color: #218416;
padding: 15px;
font-weight: bold;
}



#side-tab-container{
position: absolute;
top: 150px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
font-size: 11px;
}


.side-tab img{
border: 0;
text-decoration: none;
}

a.side-tab:hover{
color: #888888;
}





.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
}




#slideshow2{
width: 630px;
height: 40px;
overflow: hidden;
position: relative;
z-index: 0;
}

#shifter{
position: relative;
margin: 0;
width: 1950px;
height: 40px;
overflow: hidden;
z-index: -500;
}


.pane, .pane2{
margin: 0;
width: 650px;
height: 40px;
float: left;
overflow: hidden;
}

.pane img{
padding: 5px 9px;
}

.pane2 img{
padding: 5px 20px;
}








.rounded{
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
behavior: url(includes/border-radius.htc);
}

.validated-form label.error{
color: red;
}











