/*---- Overall ----*/

html, body
{
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 0.9em;
	 background-image: url('../img/bg.jpg');
    background-repeat: repeat-x;
    background-color: #252566;
}

a
{
    color: white;
	 outline: none;
}

div#container {
	width: 990px;
}

/*---- Top area -----*/

div#topstrip
{
    width: 885px;
	 overflow: auto;
height: 45px;
}

h1#logo
{
    height: 60px;
    width: 180px;
    background-image: url('../img/logo.jpg');
    background-repeat: no-repeat;
    margin: 0px;
    font-size: 0.5em;
    margin-left: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h1#logo span
{
    visibility: hidden;
}

ul#menu
{
    list-style: none;
    margin: 10px 0 0 10px;
	 padding: 0;
}

ul#menu li {
margin-right: 20px;
float: left;
}

ul#menu li a {
text-decoration: none;
border: 1px solid #fff;
padding: 7px 15px;
float: left;
}

ul#menu li a:hover, ul#menu li a.onlink {background: #fff;color:#252566;}

img.topimages
{
    border: 7px black solid;
    display: inline;
    margin-left: 5px;
    margin-top: 20px;
}

/*---- Main Area ----*/

div#main
{
    color: white;
	 padding-top: 10px;
}

div#main_left
{
    width: 200px;
    margin-bottom: 30px;
    float: left;
    border-right: 1px gray solid;
}

div#main_right
{
    float: left;
width: 789px;
}

/*---- Left Nav ----*/

.left_header
{
    color: white;
    border-bottom: 1px white dashed;
    font-size: 1.6em;
    font-weight: normal;
    text-align: right;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.left_list
{
    text-align: right;
    list-style: none;
    padding: 0px;
    padding-right: 10px;
    margin-top: 0px;
}

.left_list li
{
    padding: 5px 0px;
}

.left_list li a
{
    color: white;
    text-decoration: none;
}

.left_list li a:hover
{
    text-decoration: underline;
}


/*---- Right area ----*/
.welcome
{
    margin-top: 5px;
    font-size: 1.6em;
    font-weight: bold;
    margin-left: 10px;
}

.content
{
    padding-left: 10px;
    padding-bottom: 10px;
    width: 750px;
    text-align: justify;
}

p.first
{
    font-size: 1.1em;
}

.content ul
{
    padding-left: 0px;
    margin-left: 0px;
}

.content ul li
{
    list-style: none;
    font-size: 1.1em;
    font-weight: bold;
    width: 150px;
    float: left;
}

.checkouthead
{
    font-weight: bold;
}

/*---- Footer -----*/

#footer
{
color: #fff;
background: url('../img/footer_bg.gif') repeat-x 0 0 #000;
border-top: 1px #ccc solid;
clear: both;
font-size: 0.8em;
padding: 10px;
}

#footer a
{
color: white;
}

#footer a:hover
{
text-decoration: none;
}

#contact_form
{
margin: 0px;
padding: 0px;
}

#contact_form ol
{
width: 200px;
list-style: none;
padding: 0;
margin: 0;
}

#contact_form ol li
{
margin: 0;
padding: 0;
}

#contact_form ol li label
{
width: 100%;
display: block;
margin: 1em 0 .1em 0;
font-size: 0.86em;
font-weight: bold;
}

#contact_form ol li input
{
display: block;
width: 163px;
border: 1px solid silver;
}

#contact_form ol li textarea
{
width: 163px;
border: 1px solid silver;
}

#contact_form ol li input.submit
{
}

#contact_form #verification_img
{
cursor: pointer;
        }

a.loginbutton {
text-decoration: none;
text-align: center;
background: #4451cf;
display: block;
padding: 8px 2px;
margin: 0 10px 4px;
color: #fff;
font-size: 1.1em;
font-weight: normal;
border: 1px solid white;
}

#duralon {
background: #f71a14;
}

#valupak {
background: #4451cf;
}


#onlineshop {
background: #3bc317;
}

ul#sublinks {
	margin: 20px;
	padding: 0;
	list-style: none;
}

ul#sublinks li {
display: inline;
clear: left;
line-height: 1.8em;
text-decoration: none;
padding: 0 15px;
font-weight: 500;
}

ul#sublinks li a {
	display: block;
	border: 1px solid #fff;
	width: 200px;
	/*background: #5d84ab;*/
	color: #fff;
	text-decoration: none;
	padding: 0 4px;
	margin-bottom: 3px;
}

ul#sublinks li a:hover {
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
/*	background: #114984;	*/
}

table.orderform {
width: 460px;
border-collapse: collapse;
font-size: 0.9em;
margin-top: 15px;
clear: both;
}

table.orderform tr th {background: white; color: #000; padding: 6px 3px;}

table.orderform tr td {padding: 5px 3px; vertical-align: top;}
table.orderform input {width: 36px;}

/*-- Search Box --*/

.quicksearch fieldset {
border:none;
margin:10px 2px;
}

.quicksearch .searchbox-input {
width:100%;
}

.quicksearch .submit-btn {
margin:5px 0;
float:right;
}

