
@import url("reset.css");


body {
/*	background: #B3DBC6;*/
	background-image: url('../images/background/background2.png');	
	/*background-image: url('../images/mypics/background7.png');*/
	background-repeat: repeat-x;
	background-position: center top;	
	background-color: #dcd9d8; /*#d9ece1;*/	
	
	font-size: 87.5%; /* Base font size: 14px */
	/*font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: auto;
}

	


/*Start general structure of the site*/

/* Headings */
h1 {font-size: 1.571em;font-weight:802;}	/* 22px */
h2 {font-size: 1.429em;}	/* 20px */
h3 {font-size: 1.286em}	/* 18px */
h4 {font-size: 1.143em;font-style: italic; }	/* 16px */
h5 {font-size: 1em}	/* 14px */

h1, h2, h3, h4, h5 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif; 
}
h3 {font-weight:802}

/* Anchors */
a {
	outline: 0;
}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	color: #C74350;
	padding: 0 1px;
	text-decoration: underline;
}

/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
ul {
	list-style: disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}

	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}

	tbody .alt td {}
	tbody .alt th {}

	/* Tfoot */
	tfoot th {}
	tfoot td {}


/*End general structure of the site*/

/*Start general content of the site*/

/*End general content of the site*/



/* HTML5 tags 
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/***** Layout *****/
.body {
	clear: both; 
	margin: 0 auto; 
	width: 802px;
	
}

#noscript-msg  {
	background-color:	#808080;
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:110%;
	font-weight:bold;
	left:0;
	padding:4px 0;
	position:relative;
	text-align:center;
	width:100%;
}


#language div{
	float: right;
	padding-right: 10px;
	padding-top:30px;
	padding-bottom:5px;
	
}
#language a {
	color: #fff;
	font-weight: 802px;
}


/*
	Header
*****************/
#header {
	background-image: url('../images/header/logo-background.png');	
	margin: 0 auto;
	overflow: hidden;	
	width:802px;
	height:80px;/*125px*/
}

#header div{
	position: relative;
}


#logo {
	float:left;
	margin-top:3px;
	margin-left:10px;
}

#login {
	padding-top:30px;
	padding-right:25px;
	float:right;
	text-align: right;
	vertical-align: middle;
}

.login-link {
	text-decoration:none;
	color:#00853f;
	font-weight: bold;
}

.login-link a {
	text-decoration:none;
	color:#00853f;	
}
.login-link a:hover {
	text-decoration:none;
	color:#d1541e;
}

/*other links*/
.orange-link a{
	text-decoration:none;
	color:black;	
}

.orange-link a:link {
	text-decoration:none;
	color:black;	
}

.orange-link a:hover {
	text-decoration:none;
	color:#d1541e;
}

.guide-link a{
	text-decoration:none;
	color:black;	
}

.guide-link a:hover {
	text-decoration:none;
	color:#d1541e;
}
/********************************/


/*content*/
#upper-part{
	background-image: url('../images/background/upper-part.png');
	background-repeat: repeat ;
	width:802px;
	height:10px;
}

#lower-part{
	background-image: url('../images/background/lower-part.png');
	background-repeat: repeat ;
	width:802px;
	height:10px;
	margin-bottom: 2em;
}
/********************************/


/*
	Body
*****************/
#content{
	background-image: url('../images/background/body-part.png');
	background-repeat: repeat-y;
	overflow: hidden;	
	width: 802px;
}

#content-text-only{
	background-image: url('../images/background/body-part.png');
	background-repeat: repeat-y;
	overflow: hidden;
	width: 740px;
	padding:30px;
}

#content-no-borders{
	/*background: #fff;*/
	overflow: hidden;	
/*	width: 760px;*/
	width: 802px;
}

#index-content{
	/*background: #fff;
	margin-bottom: 1em;*/
	overflow: hidden;
	width: 802px;
}

#about-content li{
	list-style: none; 
	margin: 0 auto; 
	width: 860px;
	display:inline;
}

.content-text-only{
	width: 740px;
	padding-left:30px;
}

/********************************/

.content-body-text{
		overflow: hidden;
	width: 740px;
	padding:30px;
}

/* submenu */
#left-content{
	float:left;
	width: 170px;
	padding: 30px;
	margin-bottom:20px;
}

/* submenu */
#right-content{
	float:right;
	/*width: 500px;	*/
	width: 475px;	
	padding: 30px;;
}

/*.contact-page .content-cols li{
	margin-top:15px;
	
}*/

.contact-page div.form-row{
margin-left:0px;
}

.page-title{
	padding-left: 20px;
	padding-top: 20px;
}
/********************************/

.contact-support-box{
	margin-top:40px;
	padding-left:12px;
	padding-top:5px;
	width:168px;
	background-color:#d9eae0;/*#b7dac5;*/
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Google Chrome */
	border-radius: 10px;
	font-size: 0.9em;
}

/* Showcase*/
#showcase{
	width:802px;
	background-image: url('../images/showcase/showcase.png');
	background-repeat: no-repeat;
}

#showcase-img{
	width:174px;
	height:136px;
	background-image: url('../images/showcase/circles.png');
	background-repeat: no-repeat;
	margin-top:186px;
	margin-left:1px;
	position:absolute;
}
/********************************/


/*featured stuff*/
#featured {
	margin: 0 auto 15px auto; 
	overflow: hidden;
	width: 802px;
	height:160px;
}
		 
#featured h2 {
	color: #C74451; 
	font-size: 1.714em; 
	margin-bottom: 0.333em;
}

#featured h3 {
	font-size: 1.429em; 
	margin-bottom: .5em;
}
 
#featured h3 a:link, #featured h3 a:visited {
	color: #000305; 
	text-decoration: none;
}
#featured h3 a:hover, #featured h3 a:active {
	color: #fff;
}
#featured ul.boxes{
	list-style: none; 
	margin: 0 auto; 
	width:802px; 
}

#featured ul.boxes li{
	float: left; 
	/*display: inline;*/
	color: #d1541e;
	margin: 0;
	width:250px;
	margin-bottom:5px;
	
}

#featured ul.boxes li div {
/*	color:#fff;
	border: 2px solid #00853F;*/
	/*padding:10px;
	background: #282828;				
	 border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}
#middle {
	padding-right:25px;
	padding-left: 25px;
}
/********************************/
	
/** end index.html 
********************/

ul.content-cols{
	list-style: none; 
	margin: 0 auto; 
	width: 760px;
}

ul.left-content-cols{
	list-style: none; 
	margin: 0 auto; 
	width: 500px;
}

li.left-text-col{
	float: left;
	width:430px;
	padding:10px;
}


li.left-image-col{
	float: left;
	width:285px;
	padding:10px;
	/*margin-top:5px;*/
}


li.right-text-col{
	float: right;
	width:430px;
	padding:10px;
}


li.right-image-col{
	float: right;
	width:285px;
	padding-top:40px;
	padding-right:10px;
}

/*text with the last image in the farms and stores page */
#lower-col{
	float: left;
	width:760px;
	padding-left:30px;
}

li.clear-new-line{
	clear:both;
	padding:15px;
}

.sidenote{
	margin-top:20px;
	padding:5px;
	font-size:0.85em;
	border: 2px solid black;
}

.content-highlight{
	font-size: 1.143em;
	font-weight: bold;
	color:#fff;
	padding:15px;
	background: #282828;
	width:710px;
	margin-left:30px;
}

/*image below the highligted area*/
.title-image{
	padding-bottom:30px;
	margin-left:30px;
}

/*image in the customers*/
.portfolio-image{
	margin-top:32px;
	margin-bottom:60px;
	margin-left:32px;
	margin-right:32px;
	border-style:solid;
	border-width: 1px;
	border-color:#282828;
	padding:3px;
	background: #282828;
}

.portfolio-image a{ 
	background: #282828;

	display:inline-block;
}

.project-title{
	/*width: 150px;*/
	width:728px;
	height: 0px;
	position:absolute;
	margin-top:0px;
	margin-left:1px;
	font-family: Verdana, 'Helvetica Neue', Arial, sans-serif; 
	font-size:15px;
	font-weight:bold;
	color:white;
	padding-left:5px;
	padding-top:15px;
	z-index:1;	
	background: #282828;
	border:1px solid #282828;
	padding:0px;
}

.project-title p{
	padding:5px;
}
/******************************************/


#contact{
	list-style: none;
	width:240px;
	float:left;
	/*padding: 30px;*/
	margin-top:30px;
	margin-left:40px;
	margin-right:0px;
	margin-bottom:30px;
}


/*  lower menu bar or navigation*/
#lower-bar {
	background-image: url('../images/background/body-part.png');
	background-repeat: repeat-y;
	overflow: hidden;
	width: 802px;
}

#reseller {
	float: left;
}

#lower-nav {
	float: right;
	margin-right:20px;
	margin-top:7px;
	color:black;

}

/*
	Footer
*****************/
#footer {
	padding-bottom: 2em; 
	text-align: center;
}


/*Accordion */
p {
	padding: 0 0 1em;
}

.msg_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.msg_head {
	padding: 5px 20px;
	cursor: pointer;
	position: relative;
	background-color:#b7dac5;
	margin:1px;
	background: url('../images/arrows/down-arrow.png') left no-repeat #c6e3d1;
	background-position: 5px 10px;
	font-size:14px;
}

.msg_head .block{	
	background: url('../images/arrows/up-arrow.png') left no-repeat #c6e3d1;
}

.msg_body {
	padding: 5px 10px 15px;
	background-color:#F0F0F0;/*#dee3df;*/
}

.msg_body li{
	color: #00853f;
}

.black-text{
	color:black;
}
/****************************/
  
 /* submenu */
#wireframemenu{
	border: 1px hiden #C0C0C0;
	background-color:transparent;
	border-bottom-width: 0;
	/*width: 200px;*/
	width:170px;
}

#wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#wireframemenu li{
	color: #888959;
}

#wireframemenu li a{
	font-size: 13px;
	font-weight:bold;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #939393;
}

#wireframemenu li a:hover{
	color:#d1541e;
}


#wireframemenu .active a{
	color:#d1541e;
}
/*******************************/

	
/*map*/
#map-img{
	/*background: url(../images/contact/map420.png) no-repeat;
	width:52%;
	height:250px;
	float:right;
	border-style:solid;
	border-width: 1px;
	border-color:black;
	margin-top:30px;
	margin-left:30px;
	margin-right:40px;
	margin-bottom:30px;*/
}
/************************/

#map{
	margin-bottom:40px;
}

/*links for the manuals*/
#guide-img{
	float:left;
	margin-bottom: 35px;
	background:transparent;
}
#guide-text{
	float:right;
	width:58%;
	padding:10px;
	margin-bottom: 60px;
}
/************************/


/* Products*/
/*.products-screenshots{
	background-image: url("../images/products/products-background.png");
	padding:30px;
	text-align:center;
	width:748px;
	height:221px;
	color: black;
}*/

.intro-content-highlight-header{
	background: url("../images/products/intro-content-header.png") no-repeat;
	height:18px;
}

.intro-content-highlight-footer{
	background: url("../images/products/intro-content-footer.png") no-repeat;
	height:14px;
}
.intro-content-highlight{
	background: url("../images/products/intro-content-fill.png") repeat-y ;
	padding:30px;
	text-align:center;
	width:748px;
/*	height:221px;*/
	color: black;
}

ul.products{
	list-style: none; 
	width: 760px;
}

/*a line*/
li.line, .line{
	border-bottom:1px solid;
	border-color: grey;
	width:760px;
	margin-bottom:20px;
}

/*text in every product*/
#text-description{
	float: left;
	/*width:550px;*/
	width:420px;
}

/*image of every product*/
#image-description{
	float: right;
	width:300px;

}

/*link or going to the top in the products*/
.back-to-top, .back-to-top a{
	font-size:11px;
	color:#d1541e;
	margin-bottom:10px;
	float:right;
	text-align: right;
	text-decoration:none;
}

.back-to-top a:hover{
	text-decoration:underline;
}
/****************************/

/*more info...*/

p.more, p.more a{
	font-size:11px;
	color:#d1541e;
	text-decoration:none;	
}

p.more a:hover{
	text-decoration:underline;
}
/****************************/


/*let us know*/
.let-link, a.let-link {
	color:#d1541e;
	text-decoration:none;
}

a.let-link:hover{
	text-decoration:underline;
}
/****************************/


/*text inNews*/
ul.newsList{
	list-style: none; 
	width: 742px;
	margin:30px;
}

li#news{
	width:742px;
}

#pages{
	text-align:center;
}

a.page-link{
	text-decoration:none;
	color:black;
}

/*.page-link a:link {
	text-decoration:none;
	color:black;	
}*/

a.page-link:hover{
	text-decoration:none;
	color:#d1541e;
}
/****************************/


/*link or going to the previous page*/
.back, .back a{
	font-size:15px;
	color:#00853f;
	margin-right:17px;
	margin-top:4px;
	float:right;
	text-align: right;
	text-decoration:none;
}

.back a:hover{
	text-decoration:none;
	color:#d1541e;
}
/****************************/

 
/* form */ 
.form{
	font-size: 14px;
	width:320px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; 
}

.form-row{
	margin-left:50px;
	margin-bottom:20px;
	width:320px;
}


label{  
	text-align:left;
	color:#111; 
}


label.error{ 
	font-weight:normal;
	color:red;
	text-align:left;
	width:140px; 
	margin-left:5px;
	margin-bottom:10px;
}

.formRequired{
	color:#cc2e1c;
}


input {
	padding:5px 5px;
	margin:10px 0 10px 0px;
	display:block;
}

input:focus {
	padding:5px 5px;
	margin:10px 0 10px 0px;
	display:block;
	border-color: #00853F;
	border-width:1px;
}

textarea{
	padding:5px 5px;
	margin:3px 0 10px 0px;
	width:320px;
	height:150px;
	display:block;
	overflow: auto;

}
textarea:focus {
	padding:5px 5px;
	margin:3px 0 10px 0px;
	width:320px;
	height:150px;
	display:block;
	overflow: auto;
	border-color: #00853F;
	border-width:1px;

}
/****************************/


/* submit buttons */
#submit_btn{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#00853F url('../images/buttons/bg-btn-green.png') repeat-x scroll 0 0;
	border:1px solid #00853F;
	color:#fff;
	text-shadow:0 -1px 0 #00853F;
	font-size:11px;
	margin:0px 0px 0 0;
	font-weight:bold;	
}

#submit_btn::-moz-focus-inner {
	padding:0;
	border:0;
}
#submit_btn:hover, #submit_btn:focus {
	background-position:0 -5px;
	cursor:pointer;
}

/*.msie #submit_btn{
	margin-right:10px
}*/
/****************************/


/* messages */
.confirm_message, .error_message {
   display: none;
   width:185px;
   height:40px;
   padding: 13px 13px 13px 52px;
   background: url('../images/messages/message-sent.png') no-repeat;
   margin-left:50px;
   margin-top:10px;
}

.error_message {
	 background: url('../images/messages/message-error.png') no-repeat;
}
/****************************/

/*community buttons*/
#community-button{
	float: left;
	display:inline;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:-5px;
}
/****************************/

/* animation loading */
#loader {	
	width:20px;
	height:20px;
  	background: url(../images/symbols/ajax-loader.gif) no-repeat ;  	
  	float:right;
  	margin-right:220px;
}
/****************************/



/*#loginForm{
	font-size: 12px;
	width:120px;
	float:right;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	margin-right:10px;
	
}

input#loginForm{
	font-size: 12px;
	width:120px;
	height:25px;
	float:right;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	margin-right:10px;
}
	
input#loginBtn{
	font-size: 12px;
	width:60px;
	height:30px;
	float:right;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	margin-right:10px;
}*/






/* Newsletter box*/
.box{
	background-image:url("../images/boxes/box.png");
	background-repeat:no-repeat;
	width:250px;
	height:156px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	padding:0px;
	z-index:1;
	margin:0px;/*16px;*/
}

.box a{
	z-index:2;
	position:absolute;
	text-decoration:none;
	color:black;
	display:block;margin:0px; padding:0px; width:250px;;height:156px;
}

form#emailForm{
	padding:15px;
	width:230;
	float:left;
	margin-top:10px;
	width:220px;
	/*margin-right:5px;*/
}

/*.msie form#emailForm {
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}*/



#thanks{
	color:#00853F;

}

#customersImg{
	background-image: url("../images/boxes/customers.png");
	background-repeat:no-repeat;
	background-color:transparent;
	width:48px;
	height:48px;
	float:left;
	margin:15px;
}

.herrestaImg{
	width:157px;
	height:90px;
	margin-left:48px;
	margin-top:0px;
	margin-right:1px;
	margin-bottom:1px;
}

#newsletterImg{
	background-image: url("../images/boxes/mail-img.png");
	background-repeat:no-repeat;
	background-color:transparent;
	width:48px;
	height:48px;
	float:left;
	margin:15px;
	margin-right:8px;
}

#newsletterTitle{
	font-family: Helvetica, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;/*16px;*/
	margin-left:60px;
}



#customerImg{
	/*background-image: url("../images/boxes/customers-img.png");
	background-color:transparent;
	background-repeat:no-repeat;*/
	display:block;
	width:157px;
	height:90px;
	float:left;
	z-index:1;
	margin: 50px 1px 1px 48px; 
}

/*this is a workaround to the z-index bug in IE. 
It makes the box look and work as it is clickalbe bacause we add 
anchor to each element in the box*/
#customerImg a{
	height:50px;
	width:200px;
}

#packageImg{
	display:block;
	width:157px;
	height:90px;
	float:left;
	z-index:1;
	margin: 45px 1px 1px 20px;
}

#packageImg a{
	height:50px;
	width:200px;
}

#packagesTxt a{
	font-family: Helvetica, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight:normal;
	color:grey;
	text-align:right;
	margin-top:47px;
	margin-left:110px;
	margin-bottom:5px;
	width:120px;
	height:30px;
}
	

#orderButtonImg{
	display:block;
	width:157px;
	height:90px;
	float:left;
	z-index:1;
	margin: 70px 1px 1px 55px;
}

#orderButtonImg a{
	height:50px;
	width:200px;
}

#productsImg{
   display:block;
	width:157px;
	height:90px;
	float:left;
	z-index:1;
	margin: 70px 1px 1px 28px;
}

#productsImg a{
	height:50px;
	width:200px;
}


#productsCustomerImg{
	background-image: url("../images/boxes/customers-img.png");
	background-color:transparent;
	background-repeat:no-repeat;
	width:157px;
	height:90px;
	margin-left:48px;
	margin-top:0px;
	margin-right:1px;
	margin-bottom:1px;
}

.productsBoxHeader{
	font-family: Helvetica, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight:bold;
	text-align:center;
	z-index:5;
	margin:5px 0 0 0;
	color:black;
	
	padding:15px 15px 0px 15;
	padding-bottom:0px;
}

.box p{
	font-size: 13px; 
	font-weight:normal;
	color:grey;
}

.boxHeader{
	font-family: Helvetica, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight:bold;
	text-align:center;
	margin:0px;
	color:black;
	padding:15px;
	padding-bottom:0px;
	position:absolute;
	margin-bottom:10px;
	z-index:1;
}
/*this is a workaround to the z-index bug in IE. 
It makes the box look and work as it is clickalbe bacause we add 
anchor to each element in the box*/
.boxHeader a{
	height:20px;
	width:230px;
}

/* News Index box*/
div.news-box{
	font-size: 0.90em;
}
ul.news-box-list{
	margin: 50px 0px 0 30px;
	float:left; 
	width:220px;
}

/* links in the latest news box*/
a.news-headline{
	display:inline; 
	position:relative;
	color:#084926;/*#d1541e;*/	
	text-decoration:none;
	z-index:1;
}

a.news-headline:hover{
	color:#d1541e;
	text-decoration:none;
}
/****************************/

/*.gecko #boxHeader { 
	font-family: Helvetica, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight:bold;
	text-align:center;
	z-index:5;
	margin:0px;
	color:black; 
}

.safari #boxHeader {
	padding:10px;
}

.chrome #boxHeader {
	padding:10px;
}

.msie #boxHeader {
	padding:0px;
	margin:-10px;
}*/


.boxHeader p a{
	margin-top:20px;
	font-size: 13px; 
	font-weight:normal;
	color:grey;
}

#boxFooter{
	font-family: Helvetica, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight:normal;
	color:grey;
	text-align:center;
	margin-top:0px;
	margin-left:5px;
	margin-bottom:5px;
	width:180px;
}
/****************************/


/*login button */
a.signin {
	background:#00853F;/*#88bbd4;*/
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#00853F url('../images/buttons/bg-btn-green.png') repeat-x scroll 0 0;
	*padding:4px 12px 6px;
	position:relative;
	margin-left:3px;
	border:1px solid #00853F;
	color:#fff;
	text-shadow:0 -1px 0 #00853F;
	
	
}
a.signin:hover {
	background:#7EC29E;
	*background:transparent url("../images/buttons/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
/****************************/



#date{
	color:#5F5A59;
	font-size:12px;
	opacity:0.7;
	filter: alpha(opacity=70);
	margin-bottom:3px;
	
}

#newsPage{
	display:inline-block;
	margin-left: 400px;
  	margin-right: auto;
	
}

#newsPage a, #newsPage a:link{
	text-decoration:none;
	color: black;
}

#newsPage a:hover, #newsPage a:active {
	text-decoration:none;
	color: red;
}

#frame{
	width:350px;
	height:246px;
	background-image: url('../images/showcase/img-frame.png');
	background-repeat: no-repeat;
	position:absolute;

	
	margin-top:1px;
	margin-left:1px;
	
	margin-bottom:1px;
	margin-right:1px;
}


.anchorLink img{
	margin-right:30px;
}


/************ Packages style *******/

.packages-text{
	float:left;
	width:300px;
	margin-left:30px;
}

.packages-image{
	float:right;
	width:300px;
}

#svea-logo-contact, #svea-logo-contact li{
	/* Setting a common base */
	margin: 0;
	padding: 0;
}
#svea-logo-contact li{
	/*display: inline-block;*/
	display: block;
	margin-bottom:10px;
	width: 100px;
	vertical-align: top;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}

li#svea-contact{
	width:170px;
}

.moms{
	font-size:10px;
}

/************* end packages style ******/

.left-column-order{
	float:left;
	width: 230px;
	padding: 30px;
	margin-bottom:20px;
}


.right-column-order{
	float:right;
	/*width: 500px;	*/
	width: 450px;	
	padding: 20px;;
}
/***************************/


/*Radio Buttons*/
#radioBtn{
	display:block;
	margin-left:120px;
	float:left;
	width:100%;
}













