/* 
Created 31.08.2006
Kai Brach
www.brizk.com
info@brizk.com 
*/


/* 
Overall Structure 
################################################################################################# 
*/

body	{
	text-align: center;
	background: #FFF url(../pix/bg_blue.gif) left 113px repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding:0;
	margin:0;
	border: 0;
	color: #666666;
	line-height: 1.4;
	}

div.container {
	width:734px;
	margin:0 auto;
	text-align:left;
	}	
	
div#shadow_left {
	background:#fff url(../pix/bg_left.gif) left top no-repeat;
	padding-left:36px;
	}
	
div#shadow_right {
	background:url(../pix/bg_right.gif) right top no-repeat;
	padding-right:36px;
	}	
	
div#image {
	height:127px;
	clear:both;
	background:url(../pix/image.jpg);
	margin-bottom:20px;
	}

div#image2 {
	height:127px;
	clear:both;
	background:url(../pix/image2.jpg);
	margin-bottom:20px;
	}	

div#content	{
	width:420px;
	float:right;
	font-size:1.15em;
	}

div#left {
	float:left;
	width:212px;
	}
	
div#footer {
	background:#acacac;
	width:100%;
	padding:10px 0;
	margin-top:35px;
	font-size:0.9em;
	}
	
div#imprint {
	background:url(../pix/logo-footer.gif) top left no-repeat;
	padding:3px 0 5px 50px;
	width:190px;
	float:left;
	margin-left:20px;
	color:#fff;
	}	
	
div#footerlinks {
	width:260px;
	float:right;
	margin-right:30px;
	color:#fff;
	text-align:right;
	padding:3px 0 5px 0;
	}

img.prod_image {
	margin-bottom:15px;
	border:1px solid #999999;
	}	
	
.mini {
	width:92px;
	height:92px;
	padding:7px;
	float:right;
	margin:0 0 5px 8px;
	background:url(../pix/mini_gb.gif) no-repeat;
	}	

/* 
Text Formatting
################################################################################################# 
*/

h1 {
	margin:0 0 10px 0;
	font-size:2em;
	font-weight:normal;
	color:#5b5b5b;
	font-family:Helvetica, Arial, sans-serif;
	line-height:1.1em;
	}
	
h2 {
	margin:15px 0 6px 0;
	padding:2px;
	background:#f5f5d4;
	font-size:1.3em;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	}	

#left h2 {
	text-align:center;
	font-size:1em;
	color:#fff;
	background:#1db55b url(../pix/nav_top.gif) top no-repeat;
	padding:7px 5px;
	margin:0;
	border-bottom:1px solid #ebf9e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

.red {
	color:#e42e38;
	}
	
.msg {
	padding:10px;
	background:#ffe4e5;
	margin-bottom:15px;
	}	
	
/* 
Link Formatting
################################################################################################# 
*/	

a:link, a:visited {color:#e42e38;text-decoration:underline}
a:hover {color:#fb434d;text-decoration:underline}
a:active {color:#e42e38;text-decoration:underline;}

a.green:link, a.green:visited {color:#16a34f;text-decoration:underline}
a.green:hover {color:#1db55b;text-decoration:underline}
a.green:active {color:#16a34f;text-decoration:underline;}

#footer a:link,#footer  a:visited {color:#fff;text-decoration:underline}
#footer a:hover {color:#fff;text-decoration:underline}
#footer a:active {color:#fff;text-decoration:underline;}

.arrow a:link, .arrow a:visited, .arrow a:hover {
	background:url(../pix/arrow.gif) no-repeat;
	width:220px;
	padding:12px 10px 12px 15px;
	display:block;
	margin:10px 0;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}

/* 
List Formatting
################################################################################################# 
*/

ul.check {
	padding:0;
	margin:15px 0;
	list-style-type:none;
	}

ul.check li {
background:url(../pix/checkmark.gif) 2px 8px no-repeat;
	padding:10px 0 14px 26px;
	border-bottom:1px dashed #c2c2c2;
	}

ul.level2 {
	padding:0;
	margin:15px;
	list-style-type:disc;
	}

ul.level2 li{
	background:none;
	padding:5px 0 5px 10px;
	border:0;
	}

ul.prod_links {
	margin:5px 0;
	padding:0;
	list-style-type:none;
	}
	
ul.prod_links li {
	margin:0;
	padding:3px 0 3px 25px;
	background:none;
	border:none;
	}
	
ul.prod_links li.image {
	background:url(../pix/icon_image.gif) left 3px no-repeat;
	}

ul.prod_links li.doc {
	background:url(../pix/icon_doc.gif) left 3px no-repeat;
	}		

/* 
Navigation
################################################################################################# 
*/

div#navlist {
	width:100%;
	background:url(../pix/logo.gif) 10px 10px no-repeat;
	height:113px;
	}

#navlist ul {
	float:right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	}

#navlist a:link, #navlist a:visited {
	float: left;
	width:105px;
	height:24px;
	font-weight: bold;
	text-decoration: none;
	background:#acacac url(../pix/nav_grey.gif) no-repeat;
	text-align:center;
	padding-top:5px;
	margin-left:4px;
	color: #fff;
	}

.nav-home #navlist a.home, 
.nav-about-us #navlist a.about-us,
.nav-quote #navlist a.quote,
.nav-contact #navlist a.contact
	{
	background:#e42e38 url(../pix/nav_red.gif) no-repeat;
	}

#navlist a:hover { 
	text-decoration:underline;
	}

ul#subnav {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	background:#ebf9e4 url(../pix/nav_bottom.gif) bottom no-repeat;
	}

ul#subnav li {
	margin: 0;
	padding: 0;
	border-bottom:1px solid #acd3b4
	}
	
#subnav a:link, #subnav a:visited {
	width:198px;
	text-decoration: none;
	display:block;
	padding:5px 7px;
	color: #2b9758;
	}	
	
#subnav a:hover {
	background:#dcedd4;
	}	
	
.nav-zippit #subnav a.zippit, 
.nav-poly #subnav a.poly, 
.nav-carry #subnav a.carry, 
.nav-custom #subnav a.custom, 
.nav-medical #subnav a.medical, 
.nav-dental #subnav a.dental, 
.nav-medical-bag #subnav a.medical-bag, 
.nav-bio #subnav a.bio, 
.nav-crystal #subnav a.crystal, 
.nav-special #subnav a.special
	{
	background:#1db55b;
	color:#fff;
	}
	
	
/* 
Forms
################################################################################################# 
*/

label {
	float:left;
	display:block;
	width:140px;
	text-align:right;
	padding-right:5px;
	margin-top:5px;
	}
	
fieldset {
	padding:5px 20px 20px 5px;
	border:0;
	background:#f5f5d4;
	}	
	
input, textarea {
	border:1px solid #d2d2d2;
	padding:3px;
	width:180px;
	margin-top:5px;
	}	
	
legend {
	margin-bottom:10px;
	font-size:1.3em;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	color:#1073b3;
	}	

form br {
	clear:both;
	}	

.comp {
	border-left:2px solid #e42e38;
	}
	
input.submit {
	background:#117bc0;
	color:#fff;
	cursor:pointer;
	}	
	
/* 
Tables
################################################################################################# 
*/
	
table.specials {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:12px;
	width:100%;
	margin-bottom:20px;
	}	
	
table.specials tr.head {
	background:#f3f3f3;
	}	
	
table.specials td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}	
	
/* 
Others
################################################################################################# 
*/

img {
	border:0;
	}
	
.clear {
	clear:both;
	}	
	
.center {
	text-align:center;
	}	
	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */		