﻿/*************************************************


    Paper Jam
    Jan 15 2010
    by 76design
    
    Done in about two hours. Give me a break.


***************************************************
	GENERIC
	*/


html{
    font: 62.5%/160%  Helvetica, 'Helvetica Neue',  arial, sans-serif;   
    background:#2b2b2b;
    color: #fff;
    }

body{
    margin: 0px;
    padding: 0px;
    text-align: center;
    }
    
.pink{
    color: #EC008C;
    text-align: center;
    font-style: italic;
    }

    
a{
    color: #ccc;
    text-decoration: none;
    }
a:hover{
    color: #EC008C;
    }
a img{
    border: none;
    }

    
h1{
    text-indent: -900em;
    overflow: hidden;
    height: 180px;
    }
    
    
#productshot{
    width: 250px;
    height: 370px;
    position: absolute;
    left: 350px;
    top: 130px;
    cursor: pointer;
    }
    
    
/***************************************************
    ERRORS	 
    */
    
.errorlist{
    background: #333;
    border: dotted 1px #EC008C;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 10px;
    color: #EC008C;
    }
.errorlist b{
    color: #fff;
    }
    
    
    
/***************************************************
	WRAPPER
	 */
     
#wrapper {
    position: relative;
    width:960px;
    margin: 0px auto;
    text-align:left;
    background: url(../images/main.jpg) 10px 0 no-repeat;
    }    

    
/***************************************************
    MAIN
    */
    
#buynow{
    position: absolute;
    right: 0;
    top: 72px;
    text-align: center;
    color: #ccc;
    }
    
#btn-buynow{
    display: block;
    width: 294px;
    height: 78px;
    text-indent: -900em;
    overflow: hidden;
    background: url(../images/btn-buynow.png) 0 0 no-repeat;
    }
#btn-buynow:hover{
    background-position: 0 -78px;
    }
    
#main{
    font-weight: bold;
    overflow: hidden;
    margin: 0 0 20px 0;
    min-height: 500px;
    }
    
    
    
#main .left{
    margin-left: 50px;
    width: 260px;
    padding: 20px 15px;
    float: left;
    font-size: 220%;  
    font-weight: bold;
    }
#main .left h2{
    font-weight: bold;
    font-size: 100%;
    }
#main .left ul{
    color: #ec008c;
    margin: 0;
    line-height: 1.2em;
    }
#main .left li{
    margin: 0 0 9px 0;
    }
    
    
    
    
    
#main .right{
    font-size: 170%;
    width: 310px;
    float: right;
    padding: 20px 15px;
    line-height: 1.5em;
    }
    
.col{ 
    background: url(../images/feature-bg.png) 0 0 repeat-x
    }
    
#mycarousel{
    margin: 0;
    }
    
/***************************************************
    TABS
    */

#tab-controls{
    margin: 0;
    overflow: hidden;
    }

#tab-controls li{
    font-size: 200%;
    padding: 20px 12px 12px 12px; 
    display: block; 
    color: #ec008c;
    font-weight: bold;
    cursor: pointer;
    float: left;
    }
#tab-controls li.selected{
    background: #3d3d3d;
    border-top: solid 1px #444;
    }
    
#tab-content{
    zoom: 1; /* ie7 hasLayout */
    padding: 20px;
    background: #3d3d3d;
    font-size: 150%;
    line-height: 1.4em;
    }
#tab-content h3{
    margin-top: 12px;
    }

    
    
.desc p{
    margin: 0;
    }
    
    
#founder-photo{
    float: right;
    margin: 0 0 20px 50px;
    border: solid 4px #4f4f4f;
    padding: 1px;
    background: #222;
    }
 
/***************************************************
	SIDEMENU
	
	*/
 #sidemenu {
 	list-style:none;
	}
 
#sidemenu LI {
 	list-style:none;
	border-bottom:solid 1px #eee;
	}

#sidemenu LI A{
	color:#000;
	text-decoration:none;
	padding:3px 0 3px 16px;
	display:block;
	}
 
#sidemenu LI A:hover,
#sidemenu LI A.selected{	
	background:#666;
	}
	     
    
    
/***************************************************
	FORM
	 */
 form{
    background: url(../images/recycle.gif) 95% 0 no-repeat;
    }
 form ol{
    margin: 0;
    list-style: none;
    }
form label{
    display: block;
    width: 150px;
    float: left;
    }
form li{
    clear: both;
    margin: 0 0 15px 0;
    }
    
form input, form textarea{
    color: #ccc;
    padding: 4px;
    font: 14px helvetica, arial, sans-serif;
    background: #333;
    border: solid 1px #ec008c;
    }
     
 form textarea{
    width: 40%;
    height: 80px;
    }
    
form input.submit{
    border: none;
    text-indent: -900em;
    *padding-top: 50px; /* ie7 */
    overflow: hidden;
    background: url(../images/btn-submit.jpg) 0 0 no-repeat;
    display: block;
    width: 112px;
    height: 31px;
    margin-left: 148px;
    cursor: pointer;
    }
     
 /***************************************************
	FOOTER
	 */
 #footer{
    margin-top: 50px;
    padding: 0 0 20px 0;
    text-align: center;
    }
    
#footer a{
    display: block;
    }
