@charset "utf-8";

/* @group RESET */
/* RESET de ESTILOS de NAVEGADORES */
html {font-size: 100.01%;}

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

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, q, cite, a, abbr, acronym, address,
big, small, code, samp, var, tt, pre, del, ins, strike, dfn, kbd, em, strong, font, img, s, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,caption, tbody, tfoot, thead, tr, th, td
{
	font-size: 100%;
	vertical-align: baseline;
}

:link,:visited { text-decoration: none; }

div, dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,pre,p,blockquote
{
	margin: 0;
	padding: 0;
}

dl,ul,ol
{
	list-style: none;
	list-style-type: none;
}

/* NOTA: tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:hover,
a:active,
a img,
:link img,
:visited img
{
	border: none;
	outline: none;
	outline-style: none;
}

:focus { outline: 0; }

address,caption,cite,code,dfn,th,var
{ 
	font-style: normal; 
	font-weight: normal; 
}

pre, code, tt, samp { font-size: 1.1em; }
kbd { text-transform: uppercase; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
pre { white-space: pre; }

blockquote:before,
blockquote:after,
q:before,
q:after
{content:"";}

blockquote,q {quotes: "" "";}
/* @end */

/* @group Elementos HTML */
html {}
body
{
	background: #363129 url(../img/bg/body.gif);
	color: #3f2a0c;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Arial, sans-serif;
	font-size: .75em;/* Corresponde a 13 pixels */
	line-height: 1.35;
}

/* Hacemos que todos los elementos en bloque por defecto tengan un margin inferior correspondiente a 10px */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,pre,p,blockquote
{margin: 0 0 1.667em 0;}

/* @group headings */

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	line-height: 1.15;
	margin: 0 0 .25em 0;
}

h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.17em;}
h4, h5, h6 {font-size: 1em;}

/* @end */
p {}
a {color: #a85b1b;}
a:hover {color: #753f13;}

acronym,
abbr
{
	border-bottom: 1px dotted;
	cursor: help;
}

/* @group q, bockquote, cite */
q,
blockquote
{
  font-family: Georgia, "Times New Roman", "Times", serif;
  font-style: italic;
  line-height: 1.5em;
}

blockquote {font-size: 1.15em;margin: 0 0 .5em 0;}

blockquote cite
{
  display: block;
  font-size: 1em;
  margin: 1em 0 0 0;
}

/* STANDARD QUOTES */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
q:lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
q:lang(da) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }

q:before { content: open-quote; }
q:after  { content: close-quote; }

/* SAFARI SUPPORT */
q:before   { content: '\201C'; }
q:after    { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after  { content: '\2019'; }

/* BLOCKQUOTES */
blockquote * { quotes: none; }
blockquote > *:before { content: '\201C'; }
blockquote > *:after  { content: '\201D'; }
blockquote q:before   { content: '\2018'; }
blockquote q:after    { content: '\2019'; }

/* LANGUAGE-SPECIFIC QUOTES SAFARI STYLE */
*[lang~='da'] q:before, q[lang~='da']:before,
*[lang~='da'] blockquote > *:before, blockquote[lang~='da'] > *:before { content: '\201E'; }

*[lang~='da'] q:after, q[lang~='da']:after,
*[lang~='da'] blockquote > *:after, blockquote[lang~='da'] > *:after { content: '\201C'; }

*[lang~='da'] q q:before, q[lang~='da'] q:before,
*[lang~='da'] blockquote q:before, blockquote[lang~='da'] q:before { content: '\2019'; }

*[lang~='da'] q q:after, q[lang~='da'] q:after,
*[lang~='da'] blockquote q:after, blockquote[lang~='da'] q:after { content: '\2019'; }

*[lang~='sv'] q:before, q[lang~='sv']:before,
*[lang~='sv'] blockquote > *:before, blockquote[lang~='sv'] > *:before { content: '\201D'; }

*[lang~='sv'] q:after, q[lang~='sv']:after,
*[lang~='sv'] blockquote > *:after, blockquote[lang~='sv'] > *:after { content: '\201D'; }

*[lang~='sv'] q q:before, q[lang~='sv'] q:before,
*[lang~='sv'] blockquote q:before, blockquote[lang~='sv'] q:before { content: '\2019'; }

*[lang~='sv'] q q:after,  q[lang~='sv'] q:after,
*[lang~='sv'] blockquote q:after, blockquote[lang~='sv'] q:after { content: '\2019'; }

cite {}

/* @end */

kbd
{
	background: #eee;
	border-top: .15em solid #ccc;
	border-right:.25em solid #aaa;
	border-bottom:.3em solid #888;
	border-left:.2em solid #bbb;
	color: #000;
	font-weight: normal;
	font-family: "Lucida console", Courier, monospace, sans-serif;
	line-height: 2em;
	padding: .05em .2em;
}

/* @group lists */
ul, ol {}
li {margin: 0 0 .5em 0;}

ul li,
ol li,
dt,
dd
{
}

dl {}
dt, dd {margin: 0 0 .15em 0;}
dt {font-weight: bold;}
dd {}
/* @end */

/* @group forms */
form {}

fieldset
{
	border: 1px solid #ccc;
	border-top: 4px solid #ccc;
	margin: 0 0 1.5em 0;
	padding: 1em;
}

legend {display: none;}

label
{
	font-weight: bold;
	margin: 0 0 .5em 0;
	display: block;
}

label {}
input {}
button {}
optgroup {font-style: normal;}

option
{
	background: #fff;
	cursor: pointer;
	padding: 0 0 0 1em;
}

input,
button,
select,
optgroup,
option,
textarea
{
	background-color: #fff;
	color: #6e705f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1em;
}

input,
button,
select,
textarea
{border: 1px solid #ccc;}

select,
input,
textarea
{padding: .225em;}

button
{padding: .15em;}

textarea {overflow: auto;}

input:hover,
button:hover,
select:hover,
textarea:hover
{border-color: #333;cursor: pointer;}

input:focus,
button:focus,
select:focus,
textarea:focus
{border-color: #ccc;}

input:focus,
textarea:focus
{background: #ffc;}
/* @end */

/* @group tables */
table, caption, thead, th, tr, td
{
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
}

table
{
	margin: 0 0 1em 0;
	width: 100%;
}

caption{padding: .5em;}

th
{
	font-weight: bold;
	text-align: left;
}

th,
td
{
	padding: .5em;
	vertical-align: top;
}

/* @group thead */
thead
{
	background: #000;
	color: #fff;
}
/* @end */

/* @group tbody */
tbody {}
/* @end */

/* @group tfoot */
tfoot {}
/* @end */
/* @end */
/* @end */

/* @group Globals */

.inside
{
	margin: 0 auto;
	/*padding: 0 2.5em 0 3.33em;*/
	width: 76.667em;/* Ancho correspondiente a 920px */
}

/* @group #header */

#header
{
	background: #000;
	border-bottom: 1px solid #fff;
	border-top: 4px solid #141414;
	color: #fff;
	margin: 0;
}

#header .inside
{
	background: url(../img/bg/header_inside.jpg) repeat-y center top;
	height: 440px;
	position: relative;
}

#header #logo_jakitoki
{
	left: 0;
	position: absolute;
	top: 0;
}

#header a.contact_mail
{
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-botton-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-botton-right-radius: 10px;
	background: #000 url(../img/bg/contact_mail.png) no-repeat 10px center;
	border: 1px solid #222;
	border-top: none;
	color: #c9ca02;
	display: block;
	right: 0;
	padding: 1.667em 1.667em 1.667em 4.25em;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

#header a.contact_mail:hover
{
	background-color: #111;
	color: #969602;
}

#header #okaran_buy
{
	background: url(../img/bg/buy_base.png) no-repeat;
	color: #333;
	height: 285px;
	padding: 1.667em;
	position: absolute;
	right: 0;
	top: 90px;
	width: 202px;
}

#header #okaran_buy .call
{
	margin: 0 0 3em 0;
	padding: 0 0 0 3.5em;
}

#header #okaran_buy .call h2
{
	font-weight: bold;
	margin: 0;
}

#header #okaran_buy .call p
{
	font-size: 1.167em;
}

#header #okaran_buy .link_addonia
{
	
}

#header #okaran_buy .link_addonia a
{
	background: url(../img/bg/logo_addonia.gif) no-repeat;
	display: block;
	padding: 31px 0 0 0;
}

#header #okaran_buy .cart
{
	left: -13px;
	position: absolute;
	top: 0;
}

#header #okaran_buy .ready_label
{
	position: absolute;
	right: -25px;
	top: 55px;
}

/* @end */

#container
{
	position: relative;
	top: -50px;
	z-index: 50;
}

#okaran_pot
{
	top: -280px;
	left: -40px;
	position: absolute;
	z-index: 100;
}

#okaran_slogan
{
	background: url(../img/bg/okaran_slogan.png) no-repeat;
	left: 328px;
	height: 116px;
	position: absolute;
	text-indent: -9999px;
	top: -170px;
	width: 299px;
	z-index: 101;
}

#content_topcap
{
	background: url(../img/bg/content_topcap.png) no-repeat right top;
	height: 10px;
	margin: 0;
}

#content
{
	background: #fff url(../img/bg/content.gif) repeat-y right;
	padding: 1.667em 0 0 0;
	margin: 0;
}

/* @group #main */

#main
{
	float: left;
	margin-left: 3.33em;
	width: 540px;
}

#main #feature_index
{
	font-size: 1.167em;
}

#main #feature_index li
{
	margin: 0 0 1px 0;
}

#main #feature_index a
{
	background: #fff url(../img/bg/feature_index_a.gif) no-repeat;
	border-bottom: 1px solid #cfb0c2;
	color: #6b0043;
	display: block;
	font-weight: bold;
	padding: .5em .5em .5em 1em;
	text-transform: uppercase;
}

#main #feature_index a:hover
{
	background-position: 0 -100px;
	color: #ab6f94;
}

#main .features
{
	
}

#main .feature
{
	
}

#main .feature .inner
{
	background-repeat: no-repeat;
	padding: 0 0 0 190px;
}

#main .feature h2
{
	background: url(../img/bg/greca.gif) repeat-x;
	color: #a85b1b;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: .7em;
}

#main .feature .intro
{
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 1.333em;
	font-style: italic;
	line-height: 1.15;
	margin: 0 0 .5em 0;
}

#main .feature .emphasis
{
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 1.167em;
	font-style: italic;
	line-height: 1.15;
}

#main #feature1 .inner {background-image: url(../img/bg/feature1.jpg);}
#main #feature2 .inner {background-image: url(../img/bg/feature2.jpg);}
#main #feature3 .inner {background-image: url(../img/bg/feature3.jpg);}
#main #feature4 .inner {background-image: url(../img/bg/feature4.jpg);}
#main #feature5 .inner {background-image: url(../img/bg/feature5.jpg);}

/* @end */

/* @group #sidebar */

#sidebar
{
	float: right;
	/*margin-right: 2.5em;*/
	width: 25em;
}

#sidebar .wrap
{
	padding: 0 2.5em;
}

/* @group #testimonials */

#sidebar #testimonials h2.title
{
	background: #363129;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 1.833em;
	font-style: italic;
	margin: 0 0 1em 0;
	padding: .25em 1.35em;
}

#sidebar #testimonials .testimonial_list {}
#sidebar #testimonials .testimonial_list li {margin: 0 0 3.333em 0;}
#sidebar #testimonials .testimonial_list li blockquote {line-height: 1.25;}

#sidebar #testimonials .testimonial_list li cite
{
	background: url(../img/bg/toast.png) no-repeat left top;
	display: block;
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 1.083em;
	font-style: italic;
	line-height: 1.15;
	padding: .85em 0 .85em 6em;
}

/* @end */

/* @group #sap */

#sidebar #sap #logo_sap {margin: 0;}

#sidebar #sap #logo_sap a
{
	border: 10px solid #f2f2f2;
	display: block;
	margin: 0;
	text-align: center;
}

#sidebar #sap #logo_sap a:hover {border-color: #c7c597;}

#sidebar #sap #sap_info
{
	background: #fff url(../img/bg/sap_cap.gif) no-repeat left bottom;
	border-top: 1px solid #d3d2ab;
	padding: 1.667em 1.667em 64px 1.667em;
}

#sidebar #sap #sap_info h2
{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .5em 0;
}

/* @end */

/* @end */

/* @group #footer */

#footer
{
	border-top: 3px solid #b1b368;
}

#footer p
{
	background: #000;
	color: #fff;
	margin: 0;
	padding: 1.667em 1.667em .833em 1.667em;
}

#footer p img,
#footer p span
{
	display: block;
	float: left;
}

#footer p img
{
	margin: 0 20px 0 0;
}

#footer p span
{
	position: relative;
	top: .75em;
	width: 54.17em;
}

#footer #footer_bottomcap
{
	background: url(../img/bg/footer_bottomcap.png);
	height: 10px;
	margin: 0;
}

/* @end */

/* @group Common use CLASSES */
/* Enlace de vuelta al index */
a.back2index
{
	background: url(../img/bg/back2index.png) no-repeat;
	color: #fff;
	display: block;
	height: 23px;
	padding: 6px 0 0 20px;
	text-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
	width: 134px;
}

a.back2index:hover
{
	color: #ddd;
	background-position: 0 -29px;
}

ul.bullet_circle li,
dl.bullet_circle dt
{
	background: url(../img/bullets/circle.gif) no-repeat left .425em;
	padding: 0 0 0 13px;
}

/* @group dl.line */
/* line: clase para que el dt y el dd van en la misma línea */
dl.line {}
dl.line dt
{
	clear: both;
	float: left;
	margin: 0 .455em 0 0;
}
dl.line dd.block {clear: both;}
/* @end */

/* <button> con flecha */
.btn_arrow
{
	background: #fff url(../img/bullets/btn_arrow.gif) no-repeat 5px center;
	border: 1px solid #ccc;
	border-left: 5px solid #9fb21b;
	padding: 2px 2px 2px 16px;
	text-transform: uppercase;
}

.btn_arrow:hover
{
	background-color: #f5f5f5;
	background-position: 7px center;
	border-color: #aaa;
	border-left-color: #718013;
}

/* Useful CLASSES */

/* @group .clearfix */
/* Clearfix permite limpiar flotados. Mas info: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after,
#content:after,
#footer p:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
#content,
#footer p
{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix,
* html #content,
* html #footer p
{height: 1%;}
.clearfix,
#content,
#footer p
{display: block;}
/* End hide from IE-mac */
/* @end */
/* @end */
/* @end */

/* @group Contents */

body#okaran h1
{
	display: none;
}

/* @end */ 
