/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { 
padding: 0; 
margin: 0;
}
ul {
list-style-image:url(bullet_spade.gif); 
padding-top:2px;
padding-bottom:2px;
}
.bla{ 
width:11px;
height:11px;
list-style-image-width
}
body {
 background:#cacaca;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
a{
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#000000;
}
a:hover{
text-decoration:underline;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#faux {
 background: url(faux-2-3-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 1000px;
border-bottom:1px solid #fff;
 height: 114px;
 margin: 10px 0px 0px 0px;
 background:url(head.png);
 border:1px solid #000;
 border-bottom:none;
}
#navigation {
 color: #333;
 height:40px;
 margin: 0px 0px 0px 0px;
 background:url(menu_bg.png);
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 8px;
 padding-left:15px;
 padding-top:15px;
 width: 180px;
 float: left;
}
#content { 
 text-align:justify;
 float: left;
 color: #333;
 margin: 7px 0px;
 padding: 0px;
 width: 560px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 169px;
 float: right;
}
#footer { 
 width: 1000px;
 height:80px;
 clear: both;
 color: #333;
 border-top:1px solid #fff;

 margin: 0px 0px 10px 0px;

}
.tabs{
margin:1px;
float:left;
width:120px;
padding:1px;	 
height:35px;
line-height:35px;
vertical-align:middle;
color:#000;
font-family:Arial,Helvetica,sans-serif;
text-align:center;
background:url(tab_bg.png);
}
.tabs:hover{
padding:1px;
float:left;
width:120px;
height:35px;
line-height:35px;
vertical-align:middle;
color:#fff;
font-family:Arial,Helvetica,sans-serif;
text-align:center;
background:url(tab_bg2.png);
}
.topFoot{
border-top:1px solid	 #fff;
width:1000px;
padding-top:5px;
padding-bottom:5px;
text-align:center;
background:#b8c6d2;
font-weight:bold;	
color:#000;
}
.flags{
position:absolute;
height:50px;
width:280px;
top:15px;
left:737px;
}
#review1 a{
color:#fff;
}
#review2 a{
color:#fff;
}
#review3 a{
color:#fff;
}
#reviewContainer {width:560px;margin:0 auto;height:218px;border:0px solid;background:url(review_bg.png);}
#review1{padding:5px;color:#fff;text-align:center;width:172px;height:200px;float:left;margin-top:5px;margin-left:5px;}
#review2{padding:5px;color:#fff;text-align:center;width:169px;height:200px;float:left;margin-top:5px;margin-left:5px;}

#search{
position:absolute;
left:850px;
top:128px;
width:220px;
height:35px;
line-height:35px;
vertical-align:middle;
}
.clear { clear: both; background: none; }