/* -------------------------------------------------- */
/* http:// */
/* CSS Development by LinxSmart - http://www.linxsmart.com/ */

/* -------------------------------------------------- */
/* Even Out The Browsers */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border:0;
	outline: 0;
}

/* -------------------------------------------------- */
/* Containers */

body{
background:#FFF url(../images/bg-body.png) repeat-x top;
font-family:"Arial";
}
.wrapper{
width:945px;
margin:0 auto;
}
#header .wrapper{
position:relative;
height:115px;
background:url(../images/bg-header.jpg) no-repeat right;
}
#display{
}
#left{
width:197px;
float:left;
}
#right{
width:748px;
float:right;
}

/* -------------------------------------------------- */
/* Header */

#header ul{
list-style:none;
position:absolute;
right:30px;
bottom:0;
}
#header ul li{
display:inline;
float:left;
margin-right:10px;
}
#header ul li a{
display:block;
width:78px;
font-size:12px;
color:#FFF;
background:url(../images/nav-tab.gif) no-repeat top;
padding:4px 0;
text-align:center;
text-decoration:none;
}
#header ul li a:hover{
background-position:bottom;
}
#header ul li a.selected{
color:#000;
background-position:bottom;
}

a#cart-link{
display:block;
position:absolute;
right:40px;
top:50px;
border:1px solid #CCC;
background:#575656;
font-size:12px;
width:200px;
text-align:center;
padding:3px 0;
color:#CCC;
text-decoration:none;
}

a#homeLink{
display:block;
position:absolute;
right:460px;
top:15px;
width:280px;
height:95px;
text-align:center;
color:#CCC;
text-decoration:none;
}

/* -------------------------------------------------- */
/* Left */

#left .top{
height:32px;
background:url(../images/bg-nav-top.png) no-repeat;
}
#left .content{
background:url(../images/bg-nav-content.png) repeat-y;
padding-left:20px;
}
#left .bottom{
height:30px;
background:url(../images/bg-nav-bottom.png) no-repeat;
}
#left .content h5{
color:#4d4b4b;
font-family:"Arial";
font-weight:bold;
font-size:12px;
text-transform:uppercase;
margin-bottom:10px;
padding-left:10px;
}
#left .content h4{
font-family:"Verdana";
font-size:12px;
color:#FFF;
text-align:center;
text-transform:uppercase;
background:url(../images/bg-nav-header.png) no-repeat;
padding:0px 0 13px 0;
margin-bottom:20px;
}
#left .content ul{
list-style:none;
padding-bottom:15px;
padding-left:10px;
}
#left .content ul li{
padding-left:15px;
background:url(../images/nav-bullet.gif) no-repeat 0px 5px;
font-size:12px;
color:#FFF;
margin-bottom:3px;
}
#left .content ul li a{
color:#FFF;
text-decoration:none;
}
#left .content ul li a:hover{
color:#DDD;
}
#left .content .hr{
height:2px;
background:url(../images/line-nav.png) no-repeat;
margin-bottom:20px;
}

/* -------------------------------------------------- */
/* Right */

#right .top{
height:32px;
background:url(../images/bg-content-top.png) no-repeat;
}
#right .content{
background:url(../images/bg-content.png) repeat-y;
padding:0 40px 10px 27px;
}
#right .bottom{
background:url(../images/bg-content-bottom.png) repeat-y;
}

#right .bottom ul{
list-style:none;
padding:10px 10px 15px 15px;
}
#right .bottom ul li{
display:inline;
font-size:12px;
color:#656362;
padding-right:10px;
}
#right .bottom ul li a{
text-decoration:none;
color:#656362;
}
#right .content ul, #right .content ol{
	 padding:0px 20px 10px 20px;
	 font-size:11px;
	 color:#5A5A5A;
}
#right .content li{
	padding:5px;
}

#right .content ul#successList li{
	padding:5px;
	margin-left:30px;
}

/* -------------------------------------------------- */
/* Product Page */

div.photo {
width:423px;
float:left;
text-align:center;
margin-bottom:15px;
}
div.photo img{
border:3px solid #bdbdbd;
}
div.list {
width:240px;
float:right;
margin-bottom:15px;
}

#right .content div.list h1{
text-align:center;
color:#0068a1;
font-size:18px;
font-weight:normal;
margin-bottom:10px;
width:231px;
text-transform:none;
}
div.list h5{
text-align:center;
background:url(../images/bg-list-header.png) no-repeat center;
padding:18px 0;
width:231px;
color:#8f8e8e;
font-size:12px;
}

div.list-content{
width:231px;
background:url(../images/bg-list.png) repeat-y;
padding:15px 0;
}
div.list-content ul{
list-style:none;
padding-left:10px;
}
div.list-content ul li{
margin:5px;
font-size:12px;
padding-left:20px;
background:url(../images/arrow-list.gif) no-repeat left center;
}
div.list-content ul li a{
text-decoration:none;
color:#0068a1;
}

div.quote-box{
float:right;
width:230px;
height:105px;
background:url(../images/bg-box.png) no-repeat;
display:inline;
margin:0 0 0 15px;
}

div.quote-box h5{font-size:14px;padding:15px 0 3px 15px;color:#8f8e8e;}
div.quote-box p{font-size:12px;padding:0px 15px 5px 15px;line-height:18px;color:#8f8e8e;}
div.quote-box p a{color:#0068a1;}

table.samples{
width:100%;
border-collapse:collapse;
border:1px solid #e1e1e1;
margin-bottom:15px;
}
table.samples td{
border-bottom:1px solid #e1e1e1;
padding:5px 10px;
font-size:12px;
color:#0068a1;
}
table.samples td select,
table.samples td option{
color:#0068a1;
}
table.samples td a.order-link{
color:#fb6510;
display:block;
width:100px;
background:url(../images/arrow-order.gif) no-repeat right center;
}


/* -------------------------------------------------- */
/* General Content */

#right .content p{
font-size:12px;
line-height:18px;
color:#6a6a6a;
margin-bottom:15px;
}
#right .content h1{
font-size:16px;
color:#0068a1;
margin-bottom:10px;
text-transform:uppercase;
}

#right .content img.main-img{
margin-bottom:15px;
}

#right .content #column-one{
width:435px;
float:left;
}

#right .content #column-two{
width:230px;
float:right;
}

ul.arrowList{
list-style:none;
margin-top:4px;
}
ul.arrowList li{
font-size:11px;
padding-left:20px;
background:url(../images/arrow-list.gif) no-repeat left;
height:15px;
width:160px;
}

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* Style Table */

.styleTable{
border-collapse:collapse;
}

.styleTable td{
padding:3px 8px;
font-size:13px;
border:1px solid #d9d9d9;
}

.styleTable tr.title td{
background:#565451;
color:#FFF;
font-weight:bold;
padding:8px 8px;
}

/* -------------------------------------------------- */
/* Form Styles */

.styleForm .blockText{
float:left;
display:block;
width:290px;
}

.formTip{
font-size:12px;
display:block;
width:290px;
margin-left:115px;
margin-top:5px;
margin-bottom:10px;
}

.formTip a{
color:#676563;
}

.styleForm .rightTip{
font-size:11px;
}

.styleForm fieldset{
border:none;
background:url(../images/formBg.png) no-repeat top;
padding:0px 0 12px 20px;
}

.styleForm .formLink{
display:block;
margin-left:115px;
margin-top:5px;
margin-bottom:10px;
font-size:11px;
color:#308ab9;
}

.styleForm label{
padding-right:10px;
color:#565451;
font-size:12px;
font-weight:bold;
display:block;
float:left;
width:105px;
text-align:right;
}

.styleForm .txt{
width:290px;
}

.styleForm ol{
list-style:none;
}

.styleForm ol li{
padding-bottom:7px;
font-size:12px;
clear:both;
}

.styleForm fieldset h5{
font-size:18px;
font-weight:normal;
color:#686868;
margin-bottom:15px;
}

.styleForm .moveBut{
margin-left:115px;
}

/* -------------------------------------------------- */
/* Live Edit */

.liveEditBut{
display:block;
width:80px;
background:#e7f3ce;
padding:3px 10px 5px 10px;
}

.liveEditBut a{
text-decoration:none;
font-weight:bold;
color:#006699;
font-size:13px;
}

.liveEditBut a:hover{
color:#9f0005;
}

.liveEditBut img{
margin-bottom:-3px;
}

.editMe{
border:1px dotted #69980a;
}

/* -------------------------------------------------- */
/* Hide Text */
.specialText{
	position:absolute;
	text-indent:-5000px;
}
/* Clearing Div */
.easyClear{
	clear:both;
}

/* -------------------------------------------------- */
/* Event Lists */
.messageHolder{
padding-top:10px;
}

#errorList{
	margin: 0px 0px 10px 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #dd3c10;
	background: #ffebe8;
	list-style:none;
	font-size:13px;
}



#successList{
	margin: 0px 0px 10px 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #82c242;
	background: #dafab9  url(../images/successImg.gif) no-repeat 10px center;
	list-style:none;
	font-size:13px;
}

/* -------------------------------------------------- */
/* Standard Button Styles */

.buttons{
	font-size:13px;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:10px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Tahoma", Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive{
    color:#82c242;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#dafab9;
    border:1px solid #8fc955;
    color:#82c242;
}
.buttons a.positive:active{
    background-color:#82c242;
    border:1px solid #529214;
    color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* -------------------------------------------------- */
/* Query Log */

#queryLog{
width:800px;
margin:0px auto;
background:#eee;
padding:20px 30px 30px 30px;
font-size:13px;
color:#000;
}

.queryBar{
margin:5px 5px 10px 5px;
}