﻿* {margin: 0; padding: 0;}

body{ background-color:#222222;}

#container 
{
width: 1024px;
margin: 10px auto;  /*this guy is calling top bottom*/
height:768px;            
background-color:#ffffff;
}

#header {height: 80px;
background: #e2dbaf;}

#leftColumn {width: 450px;
height:608px;
float: left;
}

#rightColumn 
{
width: 574px;
height:608px;
float: right;
background-repeat:no-repeat;
background-position:bottom right;             
}



#ad {
float:left;
margin-top:5px;
margin-right:5px;
}

#ad2 {
float:left;
margin-top:5px;
margin-right:5px;
margin-left:15px;
}



#footer 
{
clear: both;
height:80px;
background: #e2dbaf;
text-align:center;                 
}

#footer p
{
color:#656363; 
padding-top:35px;
font-family:Arial;
font-size:12px;
}

#menucontainer 
{
width:400px;
height:320px;
margin-top:30px;
margin-left:0px;	
}

#logotext 
{
width:396px;
height:119px;
margin-top:10px;
margin-left:20px;
font-family:Times New Roman;
font-size:19px;
color:#c12a2d;
}

#logotext p
{
margin-left:190px;
margin-top:-20px;
font-family:Arial;
font-size:14px;
color:#333333;
}



/*used on index page*/

#textbox
{
width:360px;
height:auto;
margin:20px 0px 0px 0px;	
}

#textbox p
{
padding:10px 10px 10px 10px;
font-family:Arial, Tahoma, "ms Sans-Serif";
font-size:14px;
color:#000000;
}




/*used on secondary pages*/
#productbox
{
width:500px;
height:auto;
margin:20px 0px 0px 0px;	
}

#productbox p
{
padding:10px 10px 10px 10px;
font-family:Arial, Tahoma, "ms Sans-Serif";
font-size:14px;
color:#000000;
}





/*headings*/


h1{ font-family:Arial;
font-size:20px;
color:#c12a2d;
padding:0px 0px 0px 10px;
}


h2{ font-family:Arial;
font-size:16px;
color:#000000;
margin-top:10px;
padding:5px 0px 0px 10px;
}


h3{ font-family:Arial;
font-size:14px;
color:#000000;
margin-top:10px;
padding:5px 0px 0px 15px;
border-top: 1px solid #cccccc;
}


a {color:#434343;}
a:visited {color:#434343;}
a:active {color:#434343;}
a:hover {text-decoration:none;}



/*Menu Hex*/

#hex {padding:0; margin:0 auto; list-style:none; width:325px;}
#hex li {display:block; float:left; width:104px; margin-right:4px;  height:120px;}
#hex li.p1 {padding-left:54px;}
#hex li.p2 {margin-top:-26px;}
#hex li a {text-decoration:none; color:#000; cursor:pointer;}
#hex li a b {display:block; width:0; height:0; overflow:hidden; border-bottom:30px solid #ec0; border-left:52px dotted transparent; border-right:52px dotted transparent;}
#hex li a span {display:block; width:104px; height:60px; line-height:59px; text-align:center; background:#ec0; font-size:15px; font-family: arial, veradana, sans-serif;}
#hex li a em {display:block; width:0; height:0; overflow:hidden; border-top:30px solid #ec0; border-left:52px dotted transparent; border-right:52px dotted transparent;}
/* hack for IE5.5 */
* html #hex li a b, * html #hex li a em {width:104px; height:30px; w\idth:0; he\ight:0;}

#hex li a.inner b {border-bottom-color:#c60;}
#hex li a.inner span {background:#c60;}
#hex li a.inner em {border-top-color:#c60;}

#hex li a:hover {white-space:normal;}
#hex li a:hover b {border-bottom-color:#c90;}
#hex li a:hover span {background:#c90;}
#hex li a:hover em {border-top-color:#c90;}

#hex li a.inner:hover b {border-bottom-color:#a40;}
#hex li a.inner:hover span {background:#a40;}
#hex li a.inner:hover em {border-top-color:#a40;}



/*All Reviews Page...need columns + 160 = container height or just add in 100's*/

#container-all 
{
width: 1024px;
margin: 10px auto;  /*this guy is calling top bottom*/
height:3168px;            
background-color:#ffffff;
}


#leftColumn-all
{
width: 450px;
height:3008px;
float: left;
}

#rightColumn-all
{
width: 574px;
height:3008px;
float: right;
background-repeat:no-repeat;
background-position:bottom right;             
}


#logotext2 
{
width:396px;
margin-top:10px;
margin-left:20px;
font-family:Times New Roman;
font-size:19px;
color:#c12a2d;
}

#logotext2 p
{
margin-top:-20px;
margin-left:190px;
font-family:Arial;
font-size:14px;
color:#333333;
}

#morelogotext
{
clear: both;
margin-top:20px;
margin-left:20px;
font-family:Arial;
font-size:14px;
color:#333333;
}


h1.left { font-family:Arial;
font-size:20px;
color:#c12a2d;
padding:0px 0px 0px 0px;
}


h2.left { font-family:Arial;
font-size:16px;
color:#000000;
margin-top:10px;
padding:5px 0px 10px 0px;
}




h3.left { font-family:Arial;
font-size:14px;
color:#000000;
margin-top:10px;
padding:5px 0px 5px 0px;
border-top: 1px solid #cccccc;
}