@charset "UTF-8";

/* CSS Document */

html,body {
	margin: 0;
	padding: 0
}

body {
	/*text-align: center;*/
	font-family: arial, sans-serif;
	font-size: 12px;
	/*font-size: 76%;*/
	background-color: #000000;
	background-image: url(/webfactory/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	display: block;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 15px;
	margin-bottom: 2px;
}

.kymmenensyyta {
	padding-top: 0;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

a,  a:link {
	color: #0099cc;
	text-decoration: none;
	position: relative;
}

a:visited {
	color: #3f7aa9;
	text-decoration: none;
}

a:hover {
	color: #ff9200;
	text-decoration: underline;
}

a:focus {
	color: #CCCCCC;
}

a:active {
	color: #000000;
}

a.example, a.example:link, a.example:visited, a.example:active, a.example:focus {
	color: #ffffff;
	text-decoration: none;
	padding-left: 15px;
}
a.example:hover {
	text-decoration: underline;
}


#header {
	width: 800px;
	height: 119px;
	margin: 0;
	background: url(/webfactory/images/webfactory-logo.png) no-repeat 35px 30px;
}

#logo a {
	float: left;
	display: inline;
	position: relative;
	height: 59px;
	width: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 35px;
	padding: 0;
	z-index: 99;
}
#logo a span {
	visibility: hidden;
}

#logo a:hover {
	text-decoration: none;
}

#linkki1 a {
	float: right;
	height: 30px;
	width: 291px;
	background: url(/webfactory/images/helppo_tilaus.gif) no-repeat;
	margin-top: 30px;
}
#linkki1 a span {
	visibility: hidden;
}
#linkki2 a {
	float: right;
	height: 30px;
	width: 352px;
	background: url(/webfactory/images/miksi_webfactory.gif) no-repeat;
	margin-top: 10px;
}
#linkki2 a span {
	visibility: hidden;
}


#menu {
	background: url(/webfactory/images/menu-bg2.gif) repeat-x 0px 0px;
	float: left;
	height: 42px;
	width: 800px;
	background-color:#cfaaaa;
}

.navi {
	margin: 0;
	padding: 0 0 0 15px;
}

.navi li {
	display: inline;
}

.navi li a {
	float: left;
	color: #fff;
	/*padding of tabs*/
	text-decoration: none;
	background: transparent url(media/pinkbg.gif) top right no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 13px 9px;
}


/* #menu-links li a#leftmostitem{ 
border-left: 1px solid #d3bdbe; 
}

#menu-links li a#rightmostitem{ 
border-right: 1px solid #d3bdbe; 
background-position: top left; } */

.navi li a:visited {
	color: #fff;
}

.navi li a:hover {
	color: #ffed96;
	text-decoration: underline;
}

.navi li a.current {
	color: #fff;
	background: url(/webfactory/images/menu-active.gif) repeat-x;
}
.navi li.divider {
	display: none;
}

div#navigation-wrap {
	float: left;
}

div#container {
	width: 800px;
	text-align: left;
	float: left;
}

div#content-wrapper {
	background-color: #FFFFFF;
	float: left;
	border: solid 0px red;
	width: 800px;
}

div#content p {
	line-height: 1.4
}
#toitamme p {
	padding-bottom: 35px;
	padding-left: 5px;	
}
#toitamme h3 {
	padding-left: 5px;	
}

#image-carousel {
	float: left;
	height: 267px;
	width: 800px;
	background-image: url(/webfactory/images/imgcarousel-bg.gif);
	background-repeat: repeat-x;
}

#process {
	width: 800px;
}

#lifts {
	float: left;
	height: 200px;
	width: 800px;
	background-image: url(/webfactory/images/lifts-bg.gif);
	background-repeat: repeat-x;
}
#lifts .lift {
	background-image: url(/webfactory/images/lift-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 200px;
	width: 199px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cdcdcd;
}
#lifts .lift-last {
	background-image: url(/webfactory/images/lift-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 200px;
	width: 195px;
}
#lifts-shadow {
	float: left;
	height: 5px;
	width: 800px;
	background-image: url(/webfactory/images/lifts-shadow.gif);
	background-repeat: repeat-x;
}



#lifts  h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	margin: 0px;
	padding: 0;
	padding-left: 22px;
	padding-top: 11px;
}

.lift .abc {
	background: url(/webfactory/images/abc.jpg) no-repeat center bottom;
	height: 150px;
	width: 179px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.lift  .website {
	background: url(/webfactory/images/kuva1.jpg) no-repeat right bottom;
	height: 150px;
	width: 179px;
	margin-top: 20px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.lift  .megaphone {
	background: url(/webfactory/images/megaphone.jpg) no-repeat center bottom;
	height: 150px;
	width: 179px;
	margin-top: 20px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.lift-last  .phone {
	background: url(/webfactory/images/phone.jpg) no-repeat center bottom;
	height: 150px;
	width: 175px;
	margin-top: 20px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

div#navigation {
	background: #B9CAFF
}

div#extra {
	background: #FF8539
}

div#footer {
	background: #333 url(/webfactory/images/footer-bg.gif) repeat-x;
	color: #FFF;
	height: 43px;
	border-top: 1px solid #ccc;
	color: #666;
}

div#footer a {
	color: #666;
}

.footer-logo {
	margin: 15px 0 0 20px;
	padding: 0;
	background-image: url(/webfactory/images/footer-logo.gif);
	width: 133px;
	height: 21px;
	float: left;
}

.footer-links {
	padding: 0;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0;
}

div#container {
	width: 800px;
	margin: 0 auto
}
div#wrapper {
	width: 800px;
	margin: 0 auto
}

div#content {
	float: left;
	width: 760px;
	padding: 20px;
}

div#navigation {
	float: right;
	width: 200px
}

div#sidebar {
	float: right;
	width: 200px;
	border-left: 1px dotted #ccc;
	margin-left: 25px;
	padding-left: 15px;
}

div#sidebar .logo {
	text-align: center;
	margin-bottom: 15px;
}

div#sidebar {
	float: right;
	width: 200px;
	border-left: 1px dotted #ccc;
	margin-left: 25px;
	padding-left: 15px;
}

.sivu {
	width: 745px;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	float: left;
	margin-top: 0px;
}

.sivu h2 {
	width: 700px;
	float: left;
	padding-top: 0px;	
	padding-bottom: 10px;		
}

.left {
	float: left;
}

.left-padded {
	float: left;
	padding-right: 30px;
}

.rbar {
	border-right: solid 2px #dfdfdf;
}

.lbar {
	border-left: solid 2px #dfdfdf;
}

.right {
	float: right;
	padding-left: 25px;
}

.normal {
	float: left;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.padded {
	padding: 15px;
}
.padded-top {
	padding: 15px;
	padding-bottom: 0;
}
.padding-top {
	padding-top: 15px;
}
.padding-left {
	padding-left: 15px;
	margin: 0;
}

ul.list li {
	margin-bottom: 8px;
}


#faq ul li {
	background: none;
	font-weight: bold;
	list-style-type: decimal;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#faq p {
	font-weight: normal;
	margin-bottom: 20px;
}
#faq p.head {
	font-weight: bold;
	margin-bottom: 4px;
}
#syyt ul li {
	background: none;
	font-size: 14px;
	font-weight: bold;
	list-style-type: decimal;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#syyt p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}
#syyt p.head {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
}
table.order td {
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 12px;
}

.tuotanto {
	width: 90%;
	float: left;
	margin-bottom: 5px;
	padding: 0px;
}

.tuotanto p {
	padding: 12px;
	padding-bottom: 5px;
}

.paketti {
	width: 229px;
	background-image: url(/webfactory/images/paketti-middle.gif);
	float: left;
	margin: 0;
	margin-right: 12px;
	margin-bottom: 20px;
	/*text-transform: capitalize;*/
}
.paketti ul {
	margin-left: 0px;
	padding-left: 20px;
}
.paketti li {
	margin-bottom: 7px;
	background: url(/webfactory/images/bullet-paketti.gif) no-repeat left 3px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	/*text-transform: lowercase;*/
}

.paketti-top {
	width: 229px;
	background: url(/webfactory/images/paketti-top.gif) no-repeat;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding-top: 12px;
}

.small {
	font-size: 14px;
	font-weight: bold;
}

.kursiivi {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

.paketti-bottom {
	width: 229px;
	background: url(/webfactory/images/paketti-bottom.gif) no-repeat;
	height: 13px;
}

.paketti .hinta {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}

.paketti-selection {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin-right: 15px;
	margin-bottom: 0px;
}

.komponentti .headline {
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 8px;
	margin-bottom: 6px;
	font-weight: bold;
	text-align: center;
}

.komponentti .headline2 {
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 0;
	font-weight: bold;
	display: block;
	margin: 10px 12px 5px;
}

.komponentti {
	width: 229px;
	height: 190px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	
}
.komponentti  p {
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	margin-bottom: 3px;
}
.komponentti p.kuvaus {
	font-size: 12px;
	height: 110px;
	padding-top: 10px;
	
}
.komponentti p.hinta {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#kokonaishinta {
	font-size: 16px;
}
/*
.komponentti a,a:visited,a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
}
.komponentti a:hover {
	text-decoration: underline;
}
*/
.basic {
	background: url(/webfactory/images/lisakomponentti.gif) no-repeat;
}

.extra1 {
	background: url(/webfactory/images/lisakomponentti-keltainen.gif) no-repeat;
}

.extra2 {
	background: url(/webfactory/images/lisakomponentti-pink.gif) no-repeat;
}

.extra3 {
	background: url(/webfactory/images/lisakomponentti-vihrea.gif) no-repeat;
}
.image-left {
	float: left;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-top: 25px;
}

.tarjous {
	width: 210px;
	height: 45px;
	border: none;
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}

div#footer {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}

div#netti {
	padding-top: 10px;
}

table.contact {
	border: 0;
	margin: 10px 0px 5px 0px;
}
table.contact td {
	font-size: 12px;
	border: 0;
	padding: 0px 10px 3px 0px;
}
table.contact input {
	width: 250px;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
   padding: 0;
   margin: 0;
   border: solid 0px red;
   width: 796px;
   overflow: hidden;
}
#edit-area {
	float: left;
	background: #FFF;
}
#edit-area_parent {
	float: left;
}
