@charset "utf-8";

/*============================== */
			@media all { 
/* ===========================================================================================	*/


* { margin: 0; padding: 0; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, cite, var, address { font-style: normal; }
th, b, strong { font-weight: bold; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table {border-spacing: 0; }
caption, th, td, center { vertical-align: top; }
body { line-height: 1;}
q { quotes: "" ""; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */

.clear {clear: both;}

h1 {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	line-height: 14px;
}

h2 {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}


/*=====================================*/

body {
	font-family: Tahoma, Trebuchet MS, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:62.5%;
	background-color: #7FAACA;
	background-image: url(../tmp_images/bg.jpg);
	background-repeat: repeat-x;
	color: #333333;
}


#wrapper {
	width: 1026px;
	margin: 0px auto;
	padding: 0px;
text-align: center;
}


#header {
    clear: both;
	height: 152px;
width: 978px;
background-color: #80aaca;
background-image: url(../tmp_images/topGR.jpg);

background-repeat: no-repeat;
margin: 0 auto;
border-right: solid 1px #cccccc;
border-left: solid 1px #cccccc;
position: relative;
z-index: 99999;
}


#logo {
	width: 270px;
	height: 119px;
	float: left;
padding: 0 0 0 0px;
position: absolute;
top: 7px;
left: 4px;

}

.langs {
width: 130px;
position: absolute;
top: 25px;
right: 20px;
}

.flags {
width: 28px;
height: 25px;
float: left;
position: relative;
top: 5px;
left: 5px;
}

.langselect {
width: 72px;
float: left;
position: relative;
top: 10px;
left: 10px;
}

.langselect select {
width: 72px;
height: 18px;
}

.logo2 {
width: 526px;
height: 67px;
position: absolute;
top: 30px;
right: 20px;
display:none;
}


#menuwrapper {
width: 690px;
float: right;
position: absolute;
z-index: 999999;
right: 0px;
top: 120px;
}



.fasa {
background-color: #EEEEEE;
	background-image: url(../tmp_images/fasa.jpg);
	background-repeat: no-repeat;
	width: 996px;
	height: 290px;
position: relative;
top: 0px;
left: 4px;
overflow: hidden;
padding: 0 0 0 30px;
}

.next {
position: absolute;
right: 11px;
top: 130px;
}

.prev {
position: absolute;
left: 3px;
top: 130px;
}


.fassarepeater {
width: 960px;
margin: 14px auto 30px auto;
clear: both;
}

.fasaphoto {
width: 380px;
height: 250px;
float: left;
}

.fasaright {
width: 560px;
padding: 0 10px;
float: left;

}

.fasatitle {
padding: 10px;
border-bottom: solid 1px #cccccc;
}

.fasatext {
float: left;
padding: 10px;
font-size: 13px;
text-align: left;
line-height: 16px;
}

.fasatext p {
border: solid 3px #cccccc;
padding: 10px;
background-color: #fff;
}


/*=== Middler ==============================*/

#middler {
	clear: both;
	padding: 10px 0;
width: 978px;
background-color: #ffffff;
margin: 0 auto;
border-right: solid 1px #cccccc;
border-left: solid 1px #cccccc;
}


#leftcol {
width: 680px;
_width: 670px;
float: left;
border-right: solid 1px #cccccc;
padding: 0 10px;
}

.categorytitle,
.pagetitle {
padding: 10px;
border-bottom: solid 1px #cccccc;
}


.categoryphoto {
width:578px;
height: 224px;
border-left: solid 1px #5C9302;
border-right: solid 1px #5C9302;
float: left;
}

.categorytext,
.pagetext,
#contactform {
/*float: left;*/
padding: 10px;
font-size: 13px;
text-align: left;
line-height: 16px;
}

#contactform input{
margin: 3px;
}

#contactform textarea{
margin: 3px;
}

.categorytext input{
margin: 3px;
}

.categorytext textarea{
margin: 3px;
}

.categorytext img,
.pagetext img {
margin: 5px;
}

/*=== Products ==============================*/

.product_repeater {
font-size: 13px;
border: solid 1px #cccccc;
margin: 5px 0;
position: relative;
}

.prod_title {
padding: 10px;
border-bottom: solid 1px #cccccc;
position: relative;
background-color: #fafafa;
padding: 5px;
}

.prod_code {
position: absolute;
bottom: 7px;
right: 5px;
}

.prod_photo {
width: 150px;
float: left;
border-right: solid 1px #cccccc;
}

.prod_photo img {
width: 150px;
}

.prod_text {
width: 500px;
float: left;
padding: 10px;
text-align: left;
line-height: 16px;
}

.prod_price {
position: absolute;
bottom: 7px;
right: 5px;
font-weight: bold;
}


.navigate td {
font-size: 12px;
border: solid 1px #cccccc;
padding: 5px;
}


/*=== CONTENT ==============================*/

.content a:link, .content a:visited {
	color: #004080;
	text-decoration: none;
        }

.content a:hover, .content a:active {
        color: #338DCF;
        }
		
.content ol {
list-style: inside;
list-style-type:decimal;
padding: 5px 10px;
}


.content ul {
list-style: inside;
padding: 5px 10px;
}

.content ul div {
display: inline;
}	

/*===  Rightcol==============================*/

#rightcol {
width: 250px;
padding: 0 0 0 10px;
float: left;
border-left: solid 1px #cccccc;
position: relative;
left: -1px;
top: 0;
}

.all_news_wrapper {
padding: 0 0 10px 0;
}

.all_news_wrapper_title {
padding: 10px;
border-bottom: solid 1px #cccccc;

}

.a_news_wrapper {
padding: 10px 0 10px 10px;
}

.news_photo {
text-align: left;
}

.news_title {
padding: 5px 0;
}

.news_text {
font-size: 11px;
line-height: 14px;
text-align: left;
}

.news_readmore {
padding: 5px 0px;
text-align: right;
}

.teaser_form {
padding: 5px 35px 5px 5px;
text-align: right;
}

.button {
font-size: 12px;
padding: 3px;
background-color: #666666;
color: #ffffff;
border: solid 1px #000000;
}

.inputbox {
width: 200px;
margin: 0 0 5px 20px;
font-size: 12px;
}



/*===Footer==============*/

#footer {
border-top: solid 1px #cccccc;
clear: both;
	padding: 10px 0;
width: 978px;
background-color: #ffffff;
margin: 0 auto;
border-right: solid 1px #cccccc;
border-left: solid 1px #cccccc;
}

#footer a:link, #footer a:visited {
color: #31307E;
text-decoration: none;
}

#footer a:hover, #footer a:active {
color: #b66955;
}

.inventics_neoweb img {
position: relative;
top: 3px;
left: 0px;
}

.inventics_neoweb {
padding: 5px 0;
}


/*=== Contact Form =================================*/	

.formHeader {
	background-color:#B16534;
display: block;
        padding: 5px;
color: #FFFFFF;
font-weight: bold;
margin: 10px 0 10px 0;
	}

.formControls {
margin: 5px;
width: 200px;
position: relative;
top: -7px;
padding: 2px;
}

#MainContactForm1_cv {
width: 380px;
}

#MainContactForm1_Button1 {
position: relative;
top: -3px;
margin-left: 5px;
}

.formErrorMsgs {
color: #666666;
font-size: 10px;
}


.safe {text-align: center;}



.RadEWrapper {
position: relative;
z-index: 999;
}


/*=============================== */
}
			@media print { 
/* ============================== */



body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#FFFFFF;
	}

#wrapper {
	width: auto; 
	margin: 0 3%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

#header {display: none;}

#leftcol {

	width: auto; 
    margin: 0;
    text-align: left;
	float: none !important;
	padding: 0;
    border: 0;
	}

#footer {display:none;}

#homeprint {display:none;}

#MyOrders1_printorder {display:none;}


#MyOrders1_printHeader {display:block;
text-align: center;

padding: 10px;}

#MyOrders1_myorders > h5 {display:none;}

.steptitle {display:none;}

#rightcol {display:none;}


a:link {
	color: #CAA16D;
	text-decoration: none;
}
a:visited {
	color: #CAA16D;
	text-decoration: none;
}
a:hover {
	color: #55643B;
	text-decoration: underline;
}

#MyOrders1_HyperLink2, #teaser, #newsletter {display:none;}

#printcontactdetails {display:block;
text-align: left;
padding: 20px 0 0 0;}

/* ==================================================== */
		} /*NOTHING ELSE DOWN ON */
/* ====================================================	*/
	
