/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: black;}
a:active { text-decoration: none; color: black;}
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: black;}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    height: 100%;
	background-color: #fff;
	display: none;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

.container {
position: relative;
width: 900px;
margin-top: 70px;
margin-right:auto;
margin-left:auto;
padding: 0;

}

#content p { margin-bottom: 20px; }

p {
    margin: 0 0 9px 0;
}


h1 { font-size: 32px; }
h2 { font-family:"droid-sans-1","droid-sans-2",Helvetica,Arial;
font-size:18px;
font-weight:normal;
line-height:36px;
margin-top: 50px;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.nothumb	{ margin-bottom: 50px; padding: 0; }

.dropshadow{
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}

.vitt 
{
padding-top: 5px;
padding-bottom: 5px;
opacity: .90;
background-color: #ffffff;
}

#sid1
{
float: left;
width: 443px;
height: 600px;
background-color: #ffffff;
margin-bottom: 50px;
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}

#sid2
{
float: left;
width: 443px;
height: 600px;
background-color: #ffffff;
margin-bottom: 50px;
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}

.fronttext
{
text-align: center;
font-family: "droid-serif-1","droid-serif-2",serif;
font-size:34px;
font-weight:normal;
margin: 60px;
line-height: 48px;
}

.fronttextsmall
{
font-family:"droid-sans-1","droid-sans-2",Helvetica,Arial;
font-size:14px;
line-height: 22px;
font-weight:normal;
margin: 60px;
}

.video
{
text-align: center;
margin-top: 114px;
}


#buynow
{
position:absolute;
top:260px;
right:-40px;
-webkit-transform: rotate(15deg);
-moz-transform: rotate(15deg);
z-index:10;
}

