/* Alustus */

html,body,div,a {
	margin: 0px;
	padding: 0px;
	border:0;  
	border-collapse:separate;  
	border-spacing:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	color: #606060;
	
	background: #6dbe3d url(../img/bg.jpg) repeat-x top center;
}


/* GENERAL TAGS */

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	color: #46871d;
	text-decoration: underline;
}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: Arial !important;
	color: #46871d !important;
	text-decoration: underline !important;
}
.mceContentBody{
	background:transparent !important;
}

a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

.login {
	font-size: 12px;

}


img {
	border: 0px;
}

h1 {
	font-family: 'officina', Calibri;
	font-size: 18px;
	color: #2f2f2f;
}
h1.revolver {
	color: #ffffff;
	font-size: 28px;
	margin-left: 10px;
	margin-top: 15px;
}

h2 {
	font-family: 'neosans', Calibri;
	font-size: 14px;
	color: #46871d;
	font-weight: none;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

/* */
table.border {
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table.border th {
	border-right: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	font-size: 11px;
	font-weight:bold;
	padding: 4px;
}
table.border td {
	border-right: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	font-size: 11px;
	padding: 4px;
}
td.odd {
	background-color: #f4f4f4;
}
td.even {
	background-color: #ffffff;
}

.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}



/* STRUCHTURE ELEMENTS */

#wrapper {
	padding-top: 30px;
	height:100%;
}

#frame {
	width: 1012px;
	background-color: #ffffff;
	padding-top: 10px;
	
	min-height: 100%;
	height:auto !important;
	height:100%;

}

#container{
	width: 956px;
	text-align:left;
}

#left-column {
	width: 254px;
	float:left;
	min-height: 450px;
	height:auto !important;
	height:450px;
}

#main-column {
	width: 672px;
	margin-left: 20px;
	float: right;
}


#footer {
	background: #fbfbfb url(../img/footer_bg.jpg) repeat-x top center;
	margin-top: 20px;
}
#footer-content {
	text-align:right;
	min-height: 100px;
	height:auto !important;
	height: 100px;
	padding: 10px 30px 10px 30px;
}
.footer-left-column {
	float: left; 
	margin:0px !important; 
	padding:0px !important; 
	width: 540px;
}
.footer-right-column {
	float:right; 
	margin:0px !important; 
	padding:0px !important;
	width: 400px;
}

.logo_center {
	background: url(../img/logo.png) no-repeat top left;
	width: 234px;
	height: 166px;
	position:absolute;
	z-index:200;
	top:0;
	left: 50%;
	/*margin-left: 530px;*/
	margin-left: -100px;
}

/* NAVIGATION */

/* Päämenu */
#menu {
	background: url(../img/menu_bg.jpg) repeat-x top center;
	width: 956px;
	height: 57px;
	margin-bottom: 2px;
	border-left: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	font-family: Arial;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	margin-left: 45px;
	margin-right: 45px;
	font-family: Arial;
}

li.menuitem {
	float: left;
	margin-right: 37px;
	list-style-type: none;
	font-family: Arial;
	margin-top: 12px;
}
/*#menu  a:link, #menu  a:visited, #menu a:active {
	color: #000000;
	font-size: 15px;
	text-decoration: none;
}*/
a.selected, a.selected :link, a.selected :visited, a.selected :active {
	color: #46871d !important;
	font-family: Arial, Calibri;
}

a.menu-top-link , a.menu-top-link:link, a.menu-top-link:active, a.menu-top-link:visited {
	font-family: Arial, Calibri;
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	font-weight: 100;
	display: block;
}

.logo_spacer {
	float:left; width: 270px; list-style-type:none;
}

/* Alamenu */
#submenu {
	width: 220px;
}
#submenu ul {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}
li.menuitem-level-2, li.menuitem-level-2-a {
	padding: 5px 5px;
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #d1d1d1;
}
li.menuitem-level-2-a {
	background: #73c11c url(../img/menu_a_dot.jpg) no-repeat 95% 50%;
}

li.menuitem-level-2 a, li.menuitem-level-2 a:link, li.menuitem-level-2 a:active, li.menuitem-level-2 a:visited {
	color: #494949;
	text-decoration:none;
	display:block;
}
li.menuitem-level-2-a a, li.menuitem-level-2-a a:link, li.menuitem-level-2-a a:active, li.menuitem-level-2-a a:visited {
	text-decoration:none;
	color: #ffffff !important;
	font-weight: bold !important;
	display: block;
}

li.menuitem-level-sub a, li.menuitem-level-sub a:link, li.menuitem-level-sub a:visited, li.menuitem-level-sub a:active {
	color: #494949;
	text-decoration:none;
	display:block;
	padding: 3px 3px;
}




#banner {
	background: url(../img/banner.jpg) no-repeat top center;
	height: 266px;
	width: 956px;
	text-align: left;
	margin-bottom: 20px;
}

#banner-inner-content {
	padding-top: 0px;
}

.revolver_holder {
	margin: 0px;
	padding: 0px !important;
}

.green_box {
	width: 255px;
	height: 266px;
	background:#73bf43 url(../img/greenbox.png) no-repeat top right;
}
.green_box div {
	padding: 5px 10px 10px 10px;
}

#breadcrumbs {
	height: 20px;
	text-align:left;
	padding-bottom: 20px;
}


/* ETUSIVU */
#frontpage-left-column {
	width: 300px;
	float:left;
}

#frontpage-right-column {
	width: 330px;
	margin-left: 32px;
	float: right;
}

/* BOXI */
.gbox-top {
	background: url(../img/gbox_top.jpg) no-repeat top center;
	height: 16px;
	width: 254px;
}
.gbox-bg {
	background: url(../img/gbox_bg.jpg) repeat-y;
	width: 254px;
}
.gbox-bottom {
	background: url(../img/gbox_bottom.jpg) no-repeat top center;
	height: 16px;
	width: 254px;
}

.padding {
	padding: 10px;
}




/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	width:180px;
	border:1px solid #c3c3c3;
	background-color: #0067ac;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 150%;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}


.padded{
	padding-left: 8px;
	padding-right: 8px;
}

.neosans {
	font-family: 'neosans';
}

div.errorMessage, div.successMessage{
	font-size:12px;
	font-family:arial;
	padding:5px;
	margin:10px 0 20px 0;
}
div.errorMessage{
	color:#ab0000;
	border:1px solid #fcb2c9;
	background-color:#fedfe9;
}
div.successMessage{
	color:#0a6900;
	border:1px solid #abc2ac;
	background-color:#fffeb8;
}


/* FORMS */
input, select, textarea {
	font-size: 11px;
	border: 1px solid #cbe5ba;
	background-color: #ffffff;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	background-color: #73bf44;
	border: 1px solid #565656;
	color: #ffffff;
	padding: 3px;
}

.text{
	width:100%;
}



/* BUTTONS */

.button_small  {
	background: #73bf44 url(../img/button_small.png) no-repeat top center;
	color: #ffffff;
	height: 28px;
	width: 87px;
	margin: 10px 0px;
	text-align: left;
	padding-top: 3px;
}
.button_big {
	background: #73bf44 url(../img/button_big.png) no-repeat top center;
	color: #ffffff;
	height: 39px;
	width: 139px;
	text-align: left;
	padding-top: 3px;
}
.button_small a:link, .button_small a:active, .button_small a:visited {
	color: #ffffff;
	font-size: 11px;
	margin: 0px 5px 0px 10px;
	text-decoration: none;
	display: block;
}
a.button_link, a.button_link :link, a.button_link :active, a.button_link :visited {
	color: #ffffff;
	font-size: 11px;
	margin: 0px 5px 0px 10px;
	text-decoration: none;
	display: block;
}

.button-tutustu-pihoihin {
	background: #73bf44 url(../img/btn_tutustumallipihoihin.png) no-repeat top center;
	height: 35px;
	width: 154px;
	margin: 10px 10px 0px 0px;
}
.button-tutustu-tuotteisiin {
	background: #73bf44 url(../img/btn_tutustutuotteisiin.png) no-repeat top center;
	height: 35px;
	width: 134px;
	margin: 10px 0px;
}

table.sitemap {
	width: 99%;
}
table.sitemap td.sitemap-node, table.sitemap td.sitemap-node a, table.sitemap td.sitemap-node p, table.sitemap td.sitemap-node div {
	padding: 2px;
}
table.sitemap td.sitemap-level-1, table.sitemap td.sitemap-level-1 a, table.sitemap td.sitemap-level-1 p, table.sitemap td.sitemap-level-1 div {
	font-size: 13px;
	padding: 6px;
	border-bottom: 1px solid #dfdfdf;
}
