@import url(reset.css);

/* @group general */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	color:#333333;
}
a:link,
a:visited {
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: none;
}	
h1{
	font-size:18px;
	margin-bottom:20px;
	color:#333333;
	font-weight:bold;
}
h2{
	font-size:15px;
	margin-bottom:20px;
	color:#333333;
	font-weight:bold;
}
h3{
}
h4{
}
p {
	font-size:12px;
	line-height:16px;
	margin-bottom:20px;
	color:#333333;

}
.eye-contact p {
	text-align:left;
	width:500px;
	margin-left: auto;
	margin-right: auto;

}
li {
	font-size:12px;
	color:#333333;
}
.nav li{
	float: left;
}
.nav2 li{
	display: inline;
}
strong {
	font-weight: bold;
}



.listNormal ul, 
.listNormal ol, 
ul.listNormal, 
ol.listNormal {
	padding-left: 40px;
}
.listNormal ul li,
ul.listNormal li{
	list-style-type: disc;
	padding-bottom: 3px;
}
.listNormal ul li li,
ul.listNormal li li{
	list-style-type: circle;
}
.listNormal ol li,
ol.listNormal li{
	list-style-type: decimal;
	font-size: 12px;
	line-height: 13px;
}
.listDoubleSpace li {
	margin-bottom: 13px;
}
.listNormalSize li {
	font-size: 12px;
	line-height: 13px;
	
}


#skip {
	display: none;
}
.success {
	border: 2px solid #009900;
	background-color:#8EFF52;
	padding: 10px 15px;
	color: #006600;
}

/* @group floats */
.left{
	float:left;
}
.right{
	float:right;
}
/* @end floats */
.thumbs {
	text-align:center;
}
.thumbs li{
	display:inline;
}

/* @end general*/






/* @group layout */
#container {
	margin:0 auto;
	width:980px;
}
#content{
	padding:30px;	
}
#colL{
}
#colR{	
}
/* @end layout*/



/* @group Home */
#home li {
	
}
/* @end Home */



/* @group Fake Signatures */
.thumbs a:link img,
.thumbs a:visited img{
	border: 10px solid #eee;
	margin:5px;

}
.thumbs a:hover img,
.thumbs a:active img{
	border: 10px solid #ccc;
	margin:5px;
}
/* @end Fake Signatures */ 




/* @group Compare */

#compare dt{
	margin:40px 0 20px;
	font-size:14px;
	
}
/* @end Compare */



/* @group House Heads */
#house-heads p{
	text-align:center;
}
/* @end House Heads */



/* @group Drinkers */
#drinkers p{
	text-align:center;
}
#drinkers #container{
	width: 2400px;
}
#drinkers #content{
	padding:0;
}
/* @end Drinkers */


/* @group Misunderstood */
#misunderstood li span{
	color:#999;
}
#misunderstood li{
	line-height:17px;
}
/* @end Misunderstood */


/* @group Video */
body#video{

	text-align:center;
}
/* @end Video */












