/* ----------- standard ---------- */ *
    {
        margin: 0;
        padding: 0;
    }

html, body
    {
        width: 100%;
        height: 100%;
        text-align: center;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

body
    {
        background: url('/images/layout/top_gradient.png') #ffffff repeat-x;
    }

img
    {
        border: none;
    }
	
form{
	display:inline;
}	

/* ------------ helper ------------- */ .clear
    {
        clear: both;
        height: 0;
        line-height: 0px;
        font-size: 0px;
        margin: 0;
        padding: 0;
        border: none;
    } .space-1
    {
        clear: both;
        height: 1px;
        line-height: 1px;
        font-size: 1px;
    } .space-5
    {
        clear: both;
        height: 5px;
        line-height: 5px;
        font-size: 5px;
    } .space-10
    {
        clear: both;
        height: 10px;
        line-height: 10px;
        font-size: 10px;
    } .space-15
    {
        clear: both;
        height: 15px;
        line-height: 15px;
        font-size: 15px;
    } .space-20
    {
        clear: both;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
    } .space-40
    {
        clear: both;
        height: 40px;
        line-height: 40px;
        font-size: 40px;
    } .space-13
    {
        clear: both;
        height: 13px;
        font-size: 13px;
        line-height: 13px;
    } .h-space-10
    {
        width: 10px;
        height: 10px;
        float: left;
        font-size: 10px;
    } .h-space-13
    {
        width: 13px;
        height: 13px;
        float: left;
        font-size: 13px;
    } .float-l
    {
        float: left;
    } .float-r
    {
        float: right;
    } .line
    {
        color: #2f929f;
        background: #2f929f;
        border: none;
        height: 1px;
        line-height: 1px;
        font-size: 1px;
        margin: 20px 0;
    }

/* ------------- layout ---------- */ #wrapper
    {
        width: 900px;
        text-align: left;
        margin: 0 auto 73px auto;
        position: relative;
    } #inlay-wrapper
    {
        position: relative;
        width: 900px;
    } #left-nav
    {
        width: 265px;
        float: left;
        position: relative;
        background: white;
    } .left-nav-inlay
    {
        background: url('/images/layout/menu_background.png') #ffffff repeat-x;
        width: 245px;
        margin-left: 10px;
    } #content-wrapper
    {
        width: 597px;
        float: right;
        padding: 219px 8px 0 0;
        position: relative;
    } .site-right-border
    {
        background: url('/images/layout/site_right.png') no-repeat;
        width: 11px;
        height: 428px;
        position: absolute;
        top: 212px;
        right: -11px;
    } #content
    {
        width: 356px;
        float: left;
        padding: 23px 0 0 0;
    } #content-wide
    {
        width: 576px;
        padding: 23px 0 0 0;
    } #right-nav
    {
        width: 222px;
        min-height: 820px;
        float: right;
        background: #efefef;
    } .right-nav-inlay
    {
        margin: 23px 0 0 14px;
        width: 192px;
    } #head
    {
        background: url('/images/layout/top_image.png') no-repeat 0 66px;
        position: absolute;
        top: 0;
        right: 0;
        width: 635px;
        height: 219px;
    } .head-inlay
    {
        height: 23px;
		width: 610px;
        float: right;
        line-height: 23px;
		text-align:right;
        margin: 11px 0 0 0;
    } #footer
    {
        width: 900px;
        height: 73px;
        background: url('/images/layout/footer.png') blue repeat-x;
        position: absolute;
        bottom: -73px;
        text-align: center;
    } .footer-left
    {
        width: 6px;
        height: 182px;
        background: url('/images/layout/footer_left.png') no-repeat;
        position: absolute;
        bottom: 0;
        left: -6px;
    } .footer-right
    {
        width: 6px;
        height: 182px;
        background: url('/images/layout/footer_right.png') no-repeat;
        position: absolute;
        bottom: 0;
        right: -6px;
    } .menu-left-border
    {
        height: 672px;
        width: 11px;
        background: url('/images/layout/menu_left.png') no-repeat;
        position: absolute;
        top: 0;
        left: -11px;
    } .menu-right-border
    {
        height: 672px;
        width: 11px;
        background: url('/images/layout/menu_right.png') no-repeat;
        position: absolute;
        top: 0;
        right: -11px;
    }
	.admin-menu{
		margin:20px 0 0 0;
		padding:0 0 20px 20px;
		line-height:20px;
	}
	
	.faux-column{
		background:url('/images/layout/faux.gif') repeat-y right;
	}
	
	.datasheet{
		margin:30px 0 0 0px;
		line-height:20px;	
		color:#514A4A;	
		font-size:13px;
	}	
	
	.datasheet li{
		margin:0 0 0 30px;
	}
	
	.product-thumb{
		display:block;
		float:left;
	}
	
	.photo{
		width:100px;
		height:133px;
		display:block;
		float:left;		
		margin:15px 15px 15px 0;
	}
	
	.photo-text{
		width:450px;
		float:left;
		margin:15px 0 0 0;		
		line-height:18px;
	}
	
	.photo-text label{
		display:block;
		width:100px;
		float:left;
	}

/* ------------- Text --------------- */ #footer p
    {
        color: white;
        font-size: 11px;
        padding: 32px 0 0 0;
    } #content
    {
        color: #514a4a;
        font-size: 13px;
        line-height: 22px;
    } #content-wide
    {
        color: #514a4a;
        font-size: 13px;
        line-height: 22px;
    } #content p
    {
        margin: 15px 0;
        line-height: 22px;
    } #content-wide p
    {
        margin: 15px 0;
        line-height: 22px;
    } .contact p
    {
        margin: 5px 0 !important;
    } .right-nav-inlay
    {
        font-size: 13px;
        line-height: 18px;
        color: #514a4a;
    } .right-nav-inlay p
    {
        margin: 10px 0;
    } .newsdetail
    {
        color: #514a4a;
        line-height: 22px;
    } .newsbody
    {
        margin-bottom: 20px;
    } .name
    {
        font-size: 11px;
        color: #2f929f;
        line-height: 20px;
    }

/* ------------- Links --------------- */ 

	a{
		color:#514a4a;
	}
	
	a:hover{
		color:#2F929F !important;
	}
	
	#content-wrapper a{
		color:#514a4a;
		font-weight:bold;
	}

	 .head-inlay a
    {
        color: #6d6d6d;
        display: block;
        float: left;
        padding: 0 25px 0 0;
    } .head-inlay a:hover
    {
        text-decoration: none;
    } .right-nav-inlay h3 a
    {
        font-size: 13px;
        font-weight: bold;
        color: #2f929f !important;
    } .menu1 a
    {
        display: block;
        width: 244px;
        height: 32px;
        background: url('/images/buttons/standard.png') no-repeat;
        line-height: 32px;
        text-decoration: none;
        color: #6c6c6c;
        font-size: 14px;
        font-weight: bold;
    } .menu1 a.current
    {
        background: url('/images/buttons/standard_over.png') no-repeat;
        color: #2f929f;
    } .menu1 a:hover
    {
        background: url('/images/buttons/standard_over.png') no-repeat;
        color: #2f929f;
    } .menu2 a
    {
        display: block;
        width: 244px;
        height: 32px;
        background: url('/images/buttons/standard1.png') no-repeat;
        line-height: 32px;
        text-decoration: none;
        color: #6c6c6c;
        font-size: 14px;
        font-weight: bold;
    } .menu2 a:hover
    {
        background: url('/images/buttons/standard_over.png') no-repeat;
        color: #5bbfa1;
    } .menu2 a.current
    {
        background: url('/images/buttons/standard_over.png') no-repeat;
        color: #5bbfa1;
    } .product-overview a
    {
        display: block;
        width: 574px;
        height: 117px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
    } .newsindex h3 a
    {
        font-size: 14px;
        color: #514a4a;
        line-height: 22px;
    }
	
	.sheets a{
		font-weight:normal !important;		
	}
	
	.admin-links a{
		color:#2DAC86 !important;
		font-weight:normal !important;
	}
	
	.categories tbody a{
		font-weight:normal !important;
	}

	.datasheet a{
		font-weight:normal !important;
	}

/* ------------- Lists -------------- */ .menu1
    {
        list-style: none;
        margin: 0 0 20px 0;
    } .menu1 span
    {
        margin-left: 25px;
    } .menu2
    {
        list-style: none;
		height:150px;
    } .menu2 span
    {
        margin-left: 25px;
    } .product-overview
    {
        list-style: none;
    } .product-overview li
    {
        display: block;
        width: 574px;
        height: 117px;
        border: 1px solid #d2d2d2;
        background: url('/images/buttons/product_button_bg.png') repeat-x;
        position: relative;
        z-index: 1;
        margin: 0 0 10px 0;
    }
	
	.product-list li{
		margin-left:30px;
		color:#08849d;
	}
	
	.submissions li{
		margin:0 0 0 30px;
	}
	
	.categories{
		width:100%;
	}
	
	.error_list{
		display:none;
	}

/* ------------- headings ------------- */ .left-nav-inlay strong
    {
        font-size: 11pt;
        color: #4e4e4e;
        font-weight: bold;
        display: block;
        margin: 0 0 8px 25px;
    } .right-nav-inlay strong
    {
        color: #514a4a;
        font-size: 14px;
        font-weight: bold;
    } 
	
	.right-nav-inlay h3
    {
        font-size: 13px;
        font-weight: bold;
        color: #2f929f !important;
    }	
	
	#content h2
    {
        color: #008496;
        font-size: 13pt;
    } #content-wide h2
    {
        color: #008496;
        font-size: 13pt;
    } #content h3
    {
        color: #514a4a;
        font-size: 14px;
        margin: 15px 0;
    } #content-wide h3
    {
        color: #514a4a;
        font-size: 14px;
        margin: 15px 0;
    } .contact h3
    {
        margin: 30px 0 0 0 !important;
    } #content-wide .subproducts
    {
        color: #514A4A;
        font-size: 13pt;
        margin: 0 0 5px 0;
    } .date-author
    {
        margin: 5px 0 15px 0;
    } .newsdetail strong
    {
        color: #514a4a;
        font-size: 13px;
    }
	
	.newsindex small{
		display:block;
		margin-top:-10px;
	}

/* ------------- content --------------- */ .mosaic img
    {
        display: block;
        float: left;
    } .right-nav-inlay img
    {
        padding: 8px;
        background: white;
        border: 1px solid #2f929f;
    } .newsindex img
    {
        padding: 8px;
        background: white;
        border: 1px solid #2f929f;
        display: block;
        margin-bottom: 15px;
    } .newsdetail img
    {
        padding: 8px;
        background: white;
        border: 1px solid #2f929f;
        display: block;
        float: left;
    } .right-nav-inlay hr
    {
        color: #2f929f;
        background: #2f929f;
        border: none;
        height: 1px;
        margin: 20px 0;
    } .product-overview .product-image
    {
        display: block;
        float: left;
        padding: 8px 35px 8px 10px;
    } .product-overview-name
    {
        height: 117px;
        width: 300px;
        float: left;
        color: #514a4a;
        font-size: 13pt;
    } .product-overview-name .detail
    {
        color: #2f929f;
        font-size: 13px;
        margin-top: 10px;
    } .product-overview-name .product
    {
        margin-top: 30px;
    }
	
	.sheets{
		padding-left:40px;
	}

/* ------------- forms ----------------- */ .head-inlay input
    {
        display: block;
        margin-left: 8px;
        float: left;
    }    
	
	.form-label{
		float:left;
		font-weight:bold;
		width:176px;
	}
	
	.form-label-streetnumber{
		float:left;
		font-weight:bold;
		width:30px;
	}
	
	.form-label-location{
		float:left;
		font-weight:bold;
		width:30px;
	}
	
	.form-element{
		float:left;
		width:400px;
	}
	
	.form-element-street{
		float:left;
		width:320px;
	}
	
	.form-element-streetnumber{
		float:left;
		width:45px;
	}
	
	.form-element-zip{
		float:left;
		width:70px;
	}
	
	.form-element-location{
		float:left;
		width:295px;
	}
	
	.form-element input{
		width:395px;
	}
	
	.form-element-street input{
		width:300px
	}
	
	.form-element-streetnumber input{
		width:45px;
	}
	
	.form-element-zip input{
		width:50px;
	}
	
	.form-element-location input{
		width:295px;
	}
	
	.form-element textarea{
		width:395px;
		height:150px;
	}
	
	.form-element select{
		width:395px;
	}
	
	.staff .element input{
		width:190px;
	}
	
	.upload input{width:230px;}
	

