/* 
----------------------------------------------------------------------------------------
GLOBAL RESET 
---------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img,abbr{border:0;}address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:1.0em;}q:before,q:after{content:'';}a{text-decoration:none;}

/* 
----------------------------------------------------------------------------------------
TEXT STYLES
---------------------------------------------------------------------------------------- */
a { color: #333; text-decoration: underline; }
a:visited { color: #333; text-decoration: underline; }
a:hover { color: #333; text-decoration: underline; }

.tone1 { color: #929180; }
.stronger { font-weight: bold; }

.green { color: #34EC5F;  }
/*.green { color: #4AE46E;  }*/
/*.black { color: #726D6A; }*/
.black { color: #fff; }

/* 
----------------------------------------------------------------------------------------
TOP-LEVEL LAYOUT
---------------------------------------------------------------------------------------- */
html, body { height: 100%; }

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #444;
    font: normal 12px/1.2em arial, helvetica, sans-serif;
    text-align: center; 
    min-height: 500px;
}

#container {
    padding: 0 20px;
    margin: 0 auto;
    width: 699px;
    position: relative;
    text-align: left;
    height: 100%;
    background: #fff;
}

#wrapper1 {
    position: absolute; 
    top: 50%; 
    margin-top: -250px; 
    width: 699px; 
    height: 500px;
}

#wrapper2 {
    margin: 0 auto; 
    text-align: left; 
    width: 699px; 
    padding: 0; 
    min-height: 100%; 
    height: auto;
}

#header {
    margin: 0 0 16px 0;
    padding: 0;
    position: relative;
    height: 24px;
}

#footer {
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-align: right;
}

#footer p.rule { border-top: 1px solid #333; padding-top: 3px; }

#footer p { padding: 0 2px 0 0; }

#logo{
	margin:0;
	padding:0;
	width: 218px;
	height:19px;
	display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(../img/ak_logo.gif) 0 0 no-repeat;
}

#logo a {
    display:block;	width: 218px;
	height:19px;
}

#content {
    margin: 0 0 2px 0;
    padding: 0;
    /*border-bottom: 1px solid #333;*/
}

/* 
----------------------------------------------------------------------------------------
FRONT PAGE
---------------------------------------------------------------------------------------- */

#frontPromo {
    margin: 0;
    padding: 0;
    width: 699px;
    height: 440px;
    display: block;
    background: transparent url(../img/front_chair.jpg) 0 0 no-repeat;
}

/* 
----------------------------------------------------------------------------------------
ABOUT PAGE
---------------------------------------------------------------------------------------- */

#aboutBlock {
    margin: 0 0 0 0;
    padding: 0;
    background: transparent url(../img/bg1.jpg) 0 0 no-repeat;
    height: 440px;
    position: relative;
}

#aboutBlock p {  
    margin: 0;
    padding: 0;
    position: absolute;
    top: 68px;
    left: 38px;
    width: 630px;
    height: 340px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(../img/about_text.png) 0 0 no-repeat;
}
/* 
----------------------------------------------------------------------------------------
CONTACT PAGE
---------------------------------------------------------------------------------------- */

#contactBlock {
    margin: 0 0 0 0;
    padding: 0;
    background: transparent url(../img/bg1.jpg) 0 0 no-repeat;
    height: 440px;
    position: relative;
}

#contactBlock p {  
    margin: 0;
    padding: 0;
    position: absolute;
    top: 68px;
    left: 38px;
    width: 630px;
    height: 115px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(../img/contact_text1.png) 0 0 no-repeat;
}

#eml {  
    margin: 0;
    padding: 0;
    position: absolute;
    top: 183px;
    left: 38px;
    width: 269px;
    height: 25px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(../img/contact_text2.png) 0 0 no-repeat;
}

/* 
----------------------------------------------------------------------------------------
SHOWS PAGE
---------------------------------------------------------------------------------------- */

#showsBlock {
    margin: 0 0 0 0;
    padding: 0 0 0 38px;
    background: transparent url(../img/bg2.jpg) 0 0 no-repeat;
    height: 440px;
}

#showsBlock .show {
    float: left;
    display: inline block;
    width: 160px;
    height: 280px;
    padding: 0;
    margin: 60px 0px 10px 0px;
}

* html #showsBlock .show {  
    height: 260px!important;
}

.show img { border: 0px solid #fff; width: 120px; }

#showsBlock .show p {
    font-size: 11px;
    padding: 0;
}

#showsBlock .show p span{
    padding: 1px 2px;
    color: #fff;
    background: #222;
}

/* 
----------------------------------------------------------------------------------------
PRESS LIST PAGE
---------------------------------------------------------------------------------------- */

#pressList {
    margin: 0 0 0 0;
    padding: 0 0 0 38px;
    background: transparent url(../img/bg2.jpg) 0 0 no-repeat;
    height: 440px;
}

#pressList .press {
    float: left;
    display: inline block;
    width: 160px;
    height: 280px;
    padding: 0;
    margin: 60px 0px 10px 0px;
}

* html #pressList .press {  
    height: 260px!important;
}

.press img { border: 0px solid #fff; width: 120px; }

#pressList .press p {
    font-size: 11px;
    padding: 0;
}

#pressList .press p span{
    padding: 1px 2px;
    color: #fff;
    background: #222;
}

/* 
----------------------------------------------------------------------------------------
PRODUCTS LIST PAGE
---------------------------------------------------------------------------------------- */

#productList {
    margin: 0 0 0 0;
    padding: 0 0 0 38px;
    background: transparent url(../img/bg2.jpg) 0 0 no-repeat;
    height: 440px;
}

#productList .products {
    float: left;
    display: inline block;
    width: 330px;
    height: 240px;
    padding: 0;
    margin: 40px 0px 10px 0px;
}

* html #productList .products {  
    height: 220px!important;
}

.products a img { border: 0px solid #fff; }
.products a img:hover { border: 0px solid #fff; }

#productList .products p {
    font-size: 11px;
    padding: 0;
}

#productList .products span a{
    padding: 1px 2px;
    color: #fff;
    background: #222;
    text-decoration: none;
}

#productList .products span a:hover {
    padding: 1px 2px;
    color: #fff;
    background: #222;
    text-decoration: underline;
}

/* 
----------------------------------------------------------------------------------------
PRODUCT PAGE
---------------------------------------------------------------------------------------- */


#product {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 440px;
    width: 699px;
    display: block;
    background: transparent url(../img/bg1.jpg) 0 0 no-repeat;
}

#product .productImage {
    float: left;
    display: inline;
    width: 449px;
    margin: 40px 0 0 0;
    padding: 0;
}

#product .productSpec {
    float: left;
    display: inline;
    width: 210px;
    margin: 40px 16px 0 10px;
    padding: 0 0 8px 0;
    /*background: transparent url(../img/specsBg.png) 0 0 no-repeat;
    background: #fff;
    border-left: 1px solid #333;*/
    
}

#product .productSpec h2 {  
    margin: 0;
    padding: 0px 14px 8px 14px;
    color: #333;
    font-size: 11px; 
    text-transform: uppercase;
    letter-spacing: 1px;
}

#product .productSpec h2 span{  
    padding: 0px 1px;
    color: #fff;
    background: #222;
    border: 1px solid #222;
}

#product .productSpec ul {  
    margin: 14px 7px 14px 14px;
    color: #fff;
    font-size: 11px;
}

#product .productSpec p {  
    margin: 14px 7px 14px 14px;
    color: #fff;
    font-size: 11px;
}

#product .productSpec span a{
    text-decoration: underline;
    color: #fff;
}

#product .productSpec span a:hover {
    text-decoration: underline;
    color: #fff;
}

/* 
----------------------------------------------------------------------------------------
GLOBAL NAVIGATION
---------------------------------------------------------------------------------------- */

#header ul {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header ul li {
    float: left;
}

#header ul li a{
    float: left; 
    display: inline block; 
    margin: 0; 
    padding: 1px 2px; 
    color: #333;
    background: #fff;
    font-size: 11px; 
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
    border-top: 4px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 0px solid #fff;
}

#header ul li a:hover {
    color: #fff;
    background: #222;  
    text-decoration: none;
    padding: 1px 2px;
    border-top: 4px solid #fff;
    border-right: 0px solid #222;
    border-bottom: 4px solid #fff;
    border-left: 0px solid #222;
}

#header ul li a.selected {
    color: #fff;
    background: #222;  
    text-decoration: none;
    padding: 1px 2px;
    border-top: 4px solid #fff;
    border-right: 0px solid #222;
    border-bottom: 4px solid #fff;
    border-left: 0px solid #222;
}

/*
.products { width: 61px; height: 28px; background: url(../img/nav_products.gif) 0 0 no-repeat; }
.products:hover { width: 61px; height: 28px; background: url(../img/nav_products.gif) -61px 0px no-repeat; }
.press { width: 46px; height: 28px; background: url(../img/nav_press.gif) 0 0 no-repeat; }
.about { width: 50px; height: 28px; background: url(../img/nav_about.gif) 0 0 no-repeat; }
.shows { width: 53px; height: 28px; background: url(../img/nav_shows.gif) 0 0 no-repeat; }
.contact { width: 61px; height: 28px; background: url(../img/nav_contact.gif) 0 0 no-repeat; }
*/


/* 
----------------------------------------------------------------------------------------
FLOAT FIX
---------------------------------------------------------------------------------------- */
#navigation:after, #productList:after, #pressList:after, #product:after, #showsBlock:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#navigation, #productList, #pressList, #product, #showsBlock {display:block;}
/*  \*/
#navigation, #productList, #pressList, #product, #showsBlock {min-height:1%;}
* html #navigation, * html #productList, * html #pressList, * html #product, * html #showsBlock {height:1%;}
 /*  */