/*
    Document   : default.css
    Created on : Feb 3, 2010, 11:52:20 PM
    Author     : trodriguez
    Description:
        Stylesheet for zoomit site
*/

body {
    background-image: url('../../images/bigger_bkgd.jpg') ;
    background-repeat:no-repeat;
}

div#all {
    margin: .5in 0 0 1in;
    width: 695px;
}

div#container {
    float:left;
    width: 695px;
    height: 480px;
    background: #99ca3b;
}

div#container2 {
    float:left;
    width: 695px;
    height: 550px;
    background: #99ca3b;
}

div#logo {
    float:left;
}

div#ad {
    float:left;
}


div#productImg {
    float:right;
    clear:right;
    margin: -20px 20px 0 0;
}

div#topbar {
    margin-top: 20px;
    background-color: #ccff9a;
    width: 695px;
    height: 54px;
}

div#productText {
    padding-left:20px;
    float:left;
    margin: 10px 0;
    width: 470px;
}

#productText p {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: white;
    font-size: .8em;
    line-height: 1.2em;
    display:inline;
}

div#buynowbtn {
    clear:left;
    float:right;
    margin: 15px 0 0 12px;
}

div#buynowbtn2 {
    float:left;
    margin:0 0 0 10px;

}

div#iconrows {
    margin: 0 20px;
}



div.iconrow {
    float:left;
    margin: 10px 0;
    background-color: white;
    border: #ccff9a 2px solid;
}

div.iconrow img {
    float: left;
    padding-left: 8px;
}

div.clearme {
    clear:both;
    width: 675px;
}

div.rowend {
    width: 225px;
    /* background-image: url('../../images/row_end.jpg') ; */
    float:right;
    padding: 10px 0 0 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: gray;
    vertical-align:bottom;
    font-size: .7em;
}

.rowend p {
    padding-left: 12px;
    height: 45px;
    line-height: 1.3em;
    font-weight: bolder;
}

.og {
    color: #ff9933;
}

.gn {
    color:gray;
}

.watch {
    float:right;
    /* margin-top: 12px; */
    margin-right: 10px;
    vertical-align: text-bottom;

}

.watch span {
    color: #ff9933;
    font-weight: bolder;
}

div#menu {
    width: 500px; /*339px;*/
    float:right;
    padding: 0;
    margin: 0;

}

div#menu ul {
    padding: 10px 10px 0 0;
    margin: 0px;
}

div#menu li {
    zoom: 1;
    display: inline;
    color: #ff9933;
    font-size:24px
}

div#menu img {
    border-style: none;
}

div#socialbar {
    clear:both;
    float:left;
    padding-top: 80px;
}

div#socialbar img {
    border-style: none;
}

div#socialbar a {
    outline: none;
}

div#copy {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #ff9933;
    vertical-align:bottom;
    font-size: .6em;
    text-align: center;
    margin-top: 5px;
}

a#buynow {
    background-image: url('../../images/Buy_now_up.jpg');
    width: 99px;
    height: 33px;
    display: block;
    outline: none;
}
a#buynow:hover {
    background: url('../../images/Buy_now_down.jpg') no-repeat 0 0;
}

a#menuhome {
    background: url('../../images/Menu_Home_up.gif') no-repeat 0 0;
    width: 38px;
    height: 18px;
    display: inline-block;
    outline: none;
}

a#menuhome:hover {
    background: url('../../images/Menu_Home_down.gif') no-repeat 0 0;
}

a#menupurchase {
    background: url('../../images/Menu_Purchase_up.gif') no-repeat 0 0;
    width: 56px;
    height: 18px;
    display: inline-block;
    outline: none;
}

a#menupurchase:hover {
    background: url('../../images/Menu_Purchase_down.gif') no-repeat 0 0;
}

a#menusupport {
    background: url('../../images/Menu_Support_up.gif') no-repeat 0 0;
    width: 50px;
    height: 18px;
    display: inline-block;
    outline: none;
}

a#menusupport:hover {
    background: url('../../images/Menu_Support_down.gif') no-repeat 0 0;
}

a#menuabout {
    background: url('../../images/Menu_AboutUs_up.gif') no-repeat 0 0;
    width: 56px;
    height: 18px;
    display: inline-block;
    outline: none;
}

a#menuabout:hover {
    background: url('../../images/Menu_AboutUs_down.gif') no-repeat 0 0;
}

a#menunews {
    background: url('../../images/Menu_News_up.gif') no-repeat 0 0;
    width: 36px;
    height: 18px;
    display: inline-block;
    outline: none;
}

a#menunews:hover {
    background: url('../../images/Menu_News_down.gif') no-repeat 0 0;
}

a#menucontact {
    background: url('../../images/Menu_ContactUs_up.gif') no-repeat 0 0;
    width: 68px;
    height: 18px;
    display: inline-block;
    outline: none;
}

a#menucontact:hover {
    background: url('../../images/Menu_ContactUs_down.gif') no-repeat 0 0;
}

a.playbtn {
    background-image: url('../../images/Play_button_up.jpg');
    width: 20px;
    height: 20px;
    display: inline-block;
    outline: none;
}

a.playbtn:hover {
    background-image: url('../../images/Play_button_down.jpg');
}

div#bigContent  {
    clear:right;
    text-align: center;
    padding-top: 20px;
    margin: 0px 20px 0 20px;
    height:300px;
}

div#bigContentInner {
	padding-top:10px;
	background: #fff;
	height: 100%;
	border: #ccff9a 2px solid;
	padding-left: 10px;
	padding-right: 10px;
}
div#bigContent p {
    color: #99ca3b;
    font-family: verdana, arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.4em;
}

div#bigContent a {
    color: #99ca3b;
}

div#leftContent  {
    padding-left: 20px;
    float:left;
    height:275px;
    width:55%;
    padding-top: 12px;

}

div#leftContentInner {
    padding:20px;
    background: #fff;
    height: 100%;
    border: #ccff9a 2px solid;
}

div#leftContent h2 {
    color: #99ca3b;
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

div#leftContent p {
    color: #99ca3b;
    font-family: verdana, arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.4em;
}

div#leftContent a {
    color: #99ca3b;
    font-family: verdana, arial, sans-serif;
    font-size: .8em;
    line-height: 1.4em;
}

div#twitterFeed {
    clear:right;
    float:right;
    padding-top: 12px;
    padding-right: 20px;
}

div#faq {
    float:left;
    width: 695px;
    height: 2180px;
    background: #99ca3b;
}

div#bigFaq  {
    clear:right;
    text-align: center;
    padding-top: 10px;
    margin: 0px 20px 0 20px;
    height:2000px;
}

div#bigFaqInner {
    text-align: left;
    color: #000000;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    background: #fff;
    height: 100%;
    border: #ccff9a 2px solid;
}

div#bigFaq p {
/*    color: #99ca3b; */
    color: #ffffff;
    font-family: verdana, arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.4em;
}

div#bigFaqInner p{
/*    color: #99ca3b; */
    color: #000000; 
}

div#bigFaqInner td{
    color: #000000; 
}

div#bigFaqInner a{
    color: #ff9933; 
}

div#faqsocialbar {
    clear:both;
    float:left;
    padding-top: 5px;
}

div#preload { display: none; }
