/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { overflow: -moz-scrollbars-vertical; }

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- elements --- */

body {
	color: #454545;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #00aeef;
	margin: .5em 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1em;
	margin: 28px 0;
	position: relative;
	width: 271px;
	height: 109px;
}
h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/logo-boss-limited-2.gif) no-repeat center;
}
h1 a:link,
h1 a:active,
h1 a:visited {
	color: #fff;	
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { color: #00aeef; }
a:active { color: #222; }
a:visited { color: #f03; }
a:hover { color: #999; }


/* site structure */

div#doc-container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#doc-header-left {
	width: 300px;
	float: left;	
}

div#doc-header-right {
	width: 660px;
	float: left;
}

ul#top-level-navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
ul#top-level-navigation li {
	margin: 0;
	padding: 0;
	display: inline;

}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	display: inline-block;
	background: #00aeef url(../images/nav-gradient-background.gif) repeat-x bottom;
	border-radius: 3px;
	padding: 0.5em  10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
ul#top-level-navigation li a:hover,
ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	background: #0079c2 url(../images/nav-gradient-background-on.gif) repeat-x bottom;
	
}
/*ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	display: block;
	float: left;
	background: #00aeef url(../images/nav-gradient-background.gif) repeat-x bottom;
	border-radius: 3px;
	padding: 0.5em 9px 0.5em 10px;
	margin: 0 0 0 1px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
ul#top-level-navigation li a:hover,
ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	background: #0079c2 url(../images/nav-gradient-background-on.gif) repeat-x bottom;
	
}*/
div#doc-content {

}
div#doc-footer {
	background: #dbdbdb;
	margin: 1em 0;
	padding: 0.1em 1em;
}
div#doc-content-left {
	width: 690px;
	float: left;
}
div#doc-sidebar-right {
	width: 250px;
	float: right;
}
br.clear {
	clear: both;
}

/* form stuff */

input.prod-search {
	border: 1px solid #00aeef;
	padding: 0.4em;
	color: #898989;
	float: right;
	margin-top: 0.25em;
	margin-right: 0.5em;
}
.product-search-go {
	margin: 0;
	display: block;
	float: right;
}
fieldset.standardForm {
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline;
	float: right;
	margin-left: 20px;	
}
fieldset.standardForm legend {
	padding: 0 1em;	
	color: #00aeef;
}

fieldset.standardForm label {
	display: block;	
}
fieldset.standardForm input[type=text],
fieldset.standardForm textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #333;
	padding: 0.2em 0.4em;	
	margin: 0.3em 0 1em 0;
}
fieldset.standardForm input[type=file] {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0.3em 0 1em 0;	
}
div.formSubmitSurround {
	padding: 0.5em;
	background: #eee;
}
div.formSubmitSurround input[type=submit] {
	padding: 0.4em;	
}

/* user prompts */

div.user-message {
	background: #ff9;
	margin: 1em 0;
	padding: 1em;
	color: darkred;
	
}
div.user-message h3 {
	color: darkred !important;	
	margin-top: 0;
}
div.user-message p {
	margin: 0;
}
div.user-message ul {
	margin-bottom: 0;	
}
p.redText {
	color: red;	
}


/* slider */

div.slider-container {
	width: 690px;
	margin-right: 20px;
	background: #fff;
	float: left;	
}
div.slider-container img {
	display: block;	
}

/* miscellaneous */

div.contact-telephone {
	width: 330px;
	float: left;
	margin-top: 26px;
	margin-bottom:0 ;
	margin-left: 40px;
}
div.product-search {
	width: 290px;
	float: right;
	text-align: right;
	margin-top: 36px;
	margin-bottom: 28px;
}
div.cta-container {
	width: 250px;
	float: left;
}

span.telephone-number {
	margin: 0.2em 0;
	color: #00aeef;
	font-size: 3.5em;
	font-weight: 500;
	letter-spacing: -2px;
	padding-left: 1.1em;
	background: url(../images/phone-icon.gif) no-repeat left;
	font-family: Arial, Helvetica, sans-serif;
}

/* call to action boxes */

div.cta-container a:link,
div.cta-container a:active,
div.cta-container a:visited {
	color: #fff;
	text-decoration: none;	
}
div.cta-container a:hover {
	color: #eee;
	text-decoration: underline;
}

div.cta-online-shop {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
}
div.cta-online-shop h2 {
	color: #fff;
	margin: 0;
	padding: 0.4em 1em;
	text-align: left;
	font-size: 1.2em;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);	
	background: #aa0d11 url(../images/cta-os-gradient-background.gif) repeat-x bottom;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
div.cta-online-shop img {
	display: block;
	margin: 3px auto;	
	border: none;
}

div.cta-norm {
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	margin: 10px 0 0 0;
}
div.cta-norm h2 {
	color: #fff;
	margin: 0 0 29px 0;
	padding: 0.4em 0 0.4em 1em;
	font-size: 1.2em;
	background: url(../images/black50.png) repeat;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

div.cta-flicki {
	background: url(../images/cta-flicki-catalogue.jpg) no-repeat  72px 3px;	
}

div.cta-order {
	background: url(../images/cta-order-catalogue2.jpg) no-repeat 2px 2px;
}

div#doc-content-left > h2 {
	color: #008cd3;
	margin-top: 0.7em;
	padding
	font-size: 2em;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	
}
div#doc-content-left h3 {
	color: #008cd3;
	font-weight: normal;	
}
div.testimonial-sidebar {
	background: #e1e1e1;
	margin: 20px 0;
	padding: 1em;
}

div.testimonial-sidebar > h3 {
	color: #008cd3;
	margin-top: 0;
	font-size: 1.6em;
	font-weight: 500;
	
}
div#doc-footer a:link,
div#doc-footer a:active,
div#doc-footer a:visited {
	color: #0079b5;
	text-decoration: none;
}
div#doc-footer a:hover {
	color: #00aeef;	
}
ul.footer-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.footer-navigation li {
	display: block;
	float: left;	
}
ul.footer-navigation li a:link,
ul.footer-navigation li a:active,
ul.footer-navigation li a:visited {
	display: block;
	float: left;
	padding: 0.2em 0.7em;
	border-left: 1px solid #eee;	
	margin: 0 0 1em 0;
}
ul.footer-navigation li a.first:link {
	padding-left: 0; 
	border: none;	
}
div#doc-footer p {
	color: #777;
	clear: left;
	line-height: 1.5em;	
	margin: 1em 0;
}
div.footer-right {
	color: #999;
	width: 238px;
	float: right;
	margin: 2em 0 0 0;
	text-align: center;	
}
div.footer-right img {
	display: inline;
	margin: 0 6px 0.3em 0;
}

span.bubbletext {
	color: #fff;
	background: #008cd3;
	border-radius: 3px;
	padding: 0.3em 0.4em;	
}

img.boss-catalogue {
	margin: 1em 0 0 30px;
}

ul.download-files {
	margin: 2em 1em 2em 0;
	list-style: none;
}
ul.download-files li {
	padding-left: 38px;
	margin-bottom: 0.8em;
	font-size: 1em;
}
ul.download-files li.pdf {
	background: url(../images/icon-pdf.jpg) no-repeat 0 3px;
}


