@charset "utf-8";
/* CSS Document */



body { 
background-image:url(images1/bg1.jpg); 
background-repeat: repeat-x;
background-color: #d6e2ff;
}

#maincontainer {
	width: 980px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#contentcontainer
{
	background-color: #fff;
	float: left;
}


#header {
	background-image: url(http://www.top2reviews.com/images1/header.jpg);
	height: 120px;
	border: 1px solid black;
	color: #FFF;
	padding-left: 40px;
	margin-bottom: 20px;
}
#left {
	float: left;
	width: 180px;
	padding-left: 10px
}
#left ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#left b{
	color: #000090;
}


#left a
{
padding: 3px;
width: 185px;
color: #000;
text-decoration: none;
}



#content {
	width: 770px;
	border: 0px;
	padding: 10px;
	float: left;
}
#footer {
	height: 60px;
	text-align: center;
	clear: both;
	padding-top: 10px;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 60px;
	text-align: center;
}


/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(http://www.top2reviews.com/images1/shadowbox1.png) no-repeat bottom right;
} 
.cssbox {
	width: 660px !important; /* intended total box width - padding-right(next) */
	width: 320px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 


.title1 {
	font-weight: bold; font-size: 32px; color: blue;
}
.style1 { color: #603; font-size: 110%; font-weight: bold;}
.style2 { color: #006; font-size: 150%; font-weight: bold; }
.style3 { color: #F00; font-size: 120%; font-weight: bold; }
.style4 { color: #000; font-size: 120%; font-weight: bold; }
.style5 { color: #00F; font-size: 120%; font-weight: bold; }
.titlebar {
	background-image: url(images1/titlebar.jpg);
	height: 30px;
	width: 760px;
	text-align: center;
	margin: 0 auto;
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
}



    #tabsF {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabsF ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("http://www.top2reviews.com/images1/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("http://www.top2reviews.com/images1/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
