/*
Theme Name: Z001
Theme URI: none
Author: Mikhail Chumachkin <chumachkin.m@gmail.com>
Author URI: http://www.facebook.com/chumachkin.m
Description: Fast Sped 8 hours
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: w2buy

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    font-size:100%;
}

body {
    font-family: Tahoma,Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height:18px;
    line-height: 1;
    color:#000;
    text-align:center;
}

p{
    margin-bottom: 10px;
}

a {
    text-decoration:none;
    color:#37316f;
}

a:hover {
    text-decoration:underline;
    color:#37316f;
}

h1,h2,h3,h4,h5,h6 {
    color:#000;
}

header {
    margin: 20px auto;
}

footer {
    margin:10px auto;
    border-top:2px solid #000;
    padding: 10px;
}

ul, ul li {
    font-size:14px;
    line-height:18px;
    list-style-type:none;    
    text-align:left;
}


div.spacer {  
    background-color: #8FC73E;  
    height: 1em;  
}  

div#navbar {  
    background-color: #8FC73E;  
    padding: 10px 0;  
}  

div#site-logo {
    width:255px;
    height:70px;
}


div#page {
/*    border-left:1px solid #1b1b1b;
    border-right:1px solid #1b1b1b;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.5);
    -moz-box-shadow:  0px 4px 4px rgba(0,0,0,0.5);
    -o-box-shadow:  0px 4px 4px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 4px 4px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);*/
}

.imac {
    background-image:url(assets/images/imac-bg.png);
}

#content {
    position:relative;
    width:700px;
    height:608px;
}

#site-navigation {
}

#order {
    display:block;
    margin:0 auto;
    cursor:pointer;
}

#primary-menu ul li {
    margin-top: 5px; 
    margin-bottom: 5px; 
}

#primary-menu ul li a{
    color:#000;
    text-decoration:none;
}

#primary-menu ul li a:hover{
    color:#37316f;
    text-decoration:underline;
}

.widget  {
    list-style-type:none;    
}

.slider-wrapper {
    position:absolute;
    top:36px;
    left:34px;
    width:632px;
    height:356px;
}
#pcss3s-slider ul, #pcss3s-slider ul li{
    padding:0;
    margin:0;
}


.overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.1;
    opacity:.1;
    filter: alpha(opacity=1);
    overflow:hidden;
}

.modal {
    z-index: 999999 !important;
    text-align:left;
    background: #fff;
    min-height: 100px;
    width: 340px;
    border: 1px solid #919191;
    display: none;
    position: fixed;
    top: 100px;
    left:50%;
    z-index: 1002;
    padding:20px;
    padding-bottom:10px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��� Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��� Safari � Chrome */
    -o-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��ࠬ���� ⥭� */
    -ms-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��ࠬ���� ⥭� */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��ࠬ���� ⥭� */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:0px;
}

.modal .close {
    color: #333;
    display:block;
    z-index:1003;
    width:16px;
    height:16px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

/* = Input */
.modal input {
    width: 300px;
    font-size: 13px;
    padding:  8px;
    border: 1px solid #cecece;
    background: #fefefe;
    border-radius: 5px;
    margin-bottom:10px;
    margin-left:12px;
}

.modal textarea {
    display: block;
    /* = ���ࠥ� ��஫� */
    overflow: auto;
    /* = ���ࠥ� 㢥��祭�� */
    resize: none;
    width: 300px;
    height: 50px;
    /* = ������� 䮭, ࠬ��, ������ */
    background: #fefefe;
    border: 1px solid #cecece;
    border-radius: 5px 0 0 0;
    padding: 8px 0 8px 10px;
    margin-bottom:10px;
    margin-left:12px;
}

#send_button {
    display: block;
    margin: 0 auto;
    border: 1px solid #fceabb;
    color:#000;
    width:192px;
    font-size: 18px;
    line-height: 18px;
    font-weight:bold;
    padding: 10px;
    height: auto;
    cursor:pointer;
background: #fceabb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWFiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZkZWYwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZTM0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQ4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fceabb 0%, #fdef08 48%, #ffe344 50%, #ffd800 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(48%,#fdef08), color-stop(50%,#ffe344), color-stop(100%,#ffd800)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fceabb 0%,#fdef08 48%,#ffe344 50%,#ffd800 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fceabb 0%,#fdef08 48%,#ffe344 50%,#ffd800 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fceabb 0%,#fdef08 48%,#ffe344 50%,#ffd800 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fceabb 0%,#fdef08 48%,#ffe344 50%,#ffd800 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#ffd800',GradientType=0 ); /* IE6-8 */
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    -ms-border-radius:20px;
}

#ok {
    font-size:10px;
    height: 10px;
    line-height: 10px;
    width: 100%;
    color:#199a1b;
    text-align:center;
}

#page-content, #content {
    text-align:justify;
    line-height:24px;
}

.nav-menu {
    margin-bottom:0px;
}

#slider{
    position:relative;
    width:632px; /* Make sure your images are the same size */
    height:356px; /* Make sure your images are the same size */
}

.nivo-controlNav {
    display: none;
}

.nivo-caption {
    display: none !important;
}

.share42init{
    margin-top:18px;
}

#page-content ul li{
    line-height:1.5em;
}