/* SECTION: Standard stylesheet */
/* SECTION: general elements */
html{
height: 100%;
}
body{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 14px; 
  text-align: left;
  background-position: top center;
  background-color: #8D130C;
  
height: 100%;
color: #333333;
}

caption,th,td{
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px; 
}

h1{
  margin: 4px 0px;
  padding: 0px;
  font-size: 17px;
}
h2{
  margin: 4px 0px;
  padding: 0px;
  font-size: 15px;
}
h3{
  margin: 4px 0px;
  padding: 0px;
  font-size: 13px;
}
#navbar h3{
padding: 0px 10px;
margin: 0px;
color: #ffffff;
background-color: #00FF00;

}
h4{
  margin: 4px 0px;
  padding: 0px;
  font-size: 12px;
}
h5{
  margin: 4px 0px;
  padding: 0px;
  font-size: 11px;
}
h6{
  margin: 4px 0px;
  padding: 0px;
  font-size: 10px;
}
p{
  padding: 0px;
  margin: 4px 0px 16px 0px;
}

/* End General elements*/

/* Use class layout on images and tables used for layout */
img.layout, a img.layout{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
table.layout{
  margin: 0px;
  padding: 0px;
}
td.layout{
  padding: 0px;
  text-align: left;
  vertical-align: top;
}


/* SECTION: link styles */

/* Normal link styles */
a:link {color: #244F1E; font-weight: bold; text-decoration: none; font-size: 12px;}
a:visited {color: #244F1E; font-weight: bold; text-decoration: none;}
a:hover  {color: #336F2A; font-weight: bold; text-decoration: underline;}

/* read more.. links */
.link {font-size: 12px; font-weight: normal;}
a.link:link{font-size: 12px; text-decoration: none; font-weight: normal;}
a.link:visited{font-size: 12px; text-decoration: none; font-weight: normal;}
a.link:hover{font-size: 12px; text-decoration: underline; font-weight: normal;}

/* Standard navigation links */
a.menu{font-size: 11px; font-weight: bold;}
a.menu:link{text-decoration: none; color: #000000; }
a.menu:visited{text-decoration: none; color: #000000; }
a.menu:hover{text-decoration: underline; color: #000000; }

a.menuselected{font-size: 11px; font-weight: bold;}
a.menuselected:link{text-decoration: none; color: #000000; }
a.menuselected:visited{text-decoration: none; color: #000000;}
a.menuselected:hover{text-decoration: underline;  color: #000000;}

a.submenu{font-size: 11px; font-weight: bold;}
a.submenu:link{text-decoration: none; color: #00FF00; }
a.submenu:visited{text-decoration: none; color: #00FF00; }
a.submenu:hover{text-decoration: underline; color: #00FF00; }

a.submenuselected{font-size: 11px; font-weight: bold;}
a.submenuselected:link{text-decoration: none;   color: #00FF00; }
a.submenuselected:visited{text-decoration: none; color: #00FF00;}
a.submenuselected:hover{text-decoration: underline;  color: #00FF00;}
/* Top menu links */
.topmenu{}
a.topmenu:link{}
a.topmenu:visited{}
a.topmenu:hover{}

.topmenuselected{}
a.topmenuselected:link{}
a.topmenuselected:visited{}
a.topmenuselected:hover{}

/* Printable/tell a friend links  */
.toollink{font-size: 11px; font-weight: normal;}
a.toollink{color: #999999; text-decoration: none; font-weight: normal;}
a.toollink:visited { color: #999999; text-decoration: none; font-weight: normal;}
a.toollink:hover { color: #990000; text-decoration: none; font-weight: normal;}

/* Copyright, CustomPublish powered link etc.  */
.cp{font-size: 10px; color: #B3B3BF; text-decoration: none; font-weight: normal;}
a.cp:link{color: #B3B3BF; text-decoration: none; font-weight: normal;}
a.cp:visited {color: #B3B3BF; text-decoration: none; font-weight: normal;}
a.cp:hover { color: #7D7D8F; text-decoration: none; font-weight: normal;}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { font-size: 13px; font-weight: bold; color: #BF0101; font-family: Arial, Verdana, Sans-serif;}
.headlinelink:link{}
.headlinelink:visited{}
.headlinelink:hover{}

/* Linked headlines on listing pages */
.headline .headlinelink { font-size: 17px; font-weight: bold; color: #BF0101;}
.headline .headlinelink:link{text-decoration: none; color: #BF0101;}
.headline .headlinelink:visited{text-decoration: none; color: #BF0101;}
.headline .headlinelink:hover{text-decoration: underline; color: #BF0101;}

/* Navigation path links */
.path { font-size: 12px; font-weight: normal; color: #000000; }
a.path:link{text-decoration: none;}
a.path:visited{text-decoration: none;}
a.path:hover{text-decoration: none;}

/* Sitemap links */
		.tree{font-size: 12px; font-weight: normal;}
		a.tree:link{text-decoration: none; color: #000000;}
		a.tree:hover{text-decoration: underline; color: #000000;}
		a.tree:visited{text-decoration: none; color: #000000;}
		a.tree:visited:hover{text-decoration: underline; color: #000000;}

		.sitetree{font-size: 12px; font-weight: bold;}
		a.sitetree:link{text-decoration: none; color: #000000;}
		a.sitetree:hover{text-decoration: underline; color: #000000;}
		a.sitetree:visited{text-decoration: none; color: #000000;}
		a.sitetree:visited:hover{text-decoration: underline; color: #000000;}


/* SECTION: Standard CP classes*/
.default { font-size: 13px; }
.date { font-size: 10px; color: #666666; }
.feedback { font-size: 12px; font-weight: normal; color: #000000; }
.copyright { font-size: 10px; font-weight: normal; color: #4D4D62;}
/* SECTION: listing/view styles */

div.pagedescription{margin-bottom: 1em;}
.pagedescription{
font-size: 14px;
font-weight: bold;
}

.headline, h1.headline {
	font-size: 17px;
	font-weight: bold;
	color: #BF0101; 
	margin: 0px;
	padding: 0px;
}

.headlineview, h1.headlineview {
	font-size: 20px; 
	font-weight: bold; 
	color: #BF0101; 
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Sans-serif;
}

.subheadline, h2.subheadline {
	font-size: 11px; 
	font-weight: normal; 
	color: #BF0101; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
  line-height: 1.0;
}
.shortingress{
}
.shortingress img{
padding: 10px 25px;
}
.shortingressview{
float: left; width: 75px;
}
.shortingressview img{
padding: 10px 25px;
}
.ingress, p.ingress{
	color: #000000; margin: 6px 0px; padding: 0px; font-weight: normal;
}
.ingressview, p.ingressview{
	color: #000000; margin: 6px 0px; padding: 0px; font-weight: bold;
}
p.byline, .byline{
	margin: 0px; padding: 0px;
}


/* SECTION: viewarea block/spacing elements */
.block{
	margin-bottom: 15px;
}
.frontblock{
float: left;
width: 316px;
min-height: 200px;
padding-right: 10px;
}
.shopblock{
float: left;
width: 290px;
min-height: 175px;
margin: 5px 10px 5px 0px;
padding: 10px;
border: 1px solid green;
background-color: #ffffff;
}
hr{
clear: both;
border: 1px solid #660000;
}
div.hr{
	/* Replacement for hr. This is easier to style */
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 5px;
	border-bottom: 2px solid #660000;
}
div.body{
	clear: both; 
	margin: 0px 0px 22px 0px;
}
#forumpostlink2{
display: none;
}
/* SECTION: Text top*/

h1.logo{
	color: #4D4D62;
margin: 0px;
padding: 10px 0px 0px 165px;
font-size: 32px;
}
h2.logo{
	color: #4D4D62;
margin: 0px;
padding: 5px 0px 0px 165px;
}


.logolink:link{text-decoration: none; color: #4D4D62;}
.logolink:visited{text-decoration: none; color: #4D4D62;}
.logolink:hover{text-decoration: none; color: #4D4D62;}

/* SECTION: page containers */ 

#page{
margin: 10px auto;
width: 1000px;
background-color: #666666;
border-style: solid;
border-color: #4CA60E;
border-width: 0px 1px;
}
#top{
height: 222px;
border-style: solid;
border-color: #4CA60E;
border-width: 1px 0px;
background-color: ##C5BEB4;
margin-bottom: 10px;
text-align: left;
}
#logo{
float: left;
margin-right: 16px;
width: 144px;
overflow: hidden;
padding-left: 5px;
}
#topnavigation{
position: absolute;
top: 192px;
text-align: center;
width: 998px;
height: 25px;
border: 1px solid white;
background-color: #666666;
}
#navbar{
width: 144px;
float: left;
border-style: solid;
border-color: #789973;
border-width: 0px 0px 0px 0px;
padding-right: 16px;
padding-top: 18px;
padding-left: 5px;
background: url(http://img3.custompublish.com/getfile.php/508309.1093.qvxssruvus/blanavbartopp.gif) no-repeat 5px top;
}
#topmain{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 18px;
font-size: 1px;
line-height: 1.2;
background: #666666 url(http://img3.custompublish.com/getfile.php/508312.1093.esbpwcqfta/blacentertop.gif) no-repeat top left;
}
#main{
width: 675px;
float: left;
margin: 0px 16px 0px 0px;
padding: 0px 0px 10px 0px;
min-height: 500px;
background-color: #C5BEB4;
border-style: solid;
border-color: #BF0101;
border-width: 0px 0px 1px 0px;
}
#mainpadder{
padding: 10px;
}
#sidebar{
position: relative;
right: 0px;
top: 0px;
width: 136px;
overflow: hidden;
float: left;
border-style: solid;
border-color: #789973;
border-width: 0px 0px 1px 0px;
padding-top:0px;
background: #666666 url(http://img3.custompublish.com/getfile.php/508310.1093.fqsvpaaayb/blasiderbartop.gif) no-repeat top right;;
}
#footer{
text-align: center;
background-color: #C5BEB4;
border-style: solid;
border-color: #4CA60E;
border-width: 1px 0px;
margin-top: 10px;
padding: 10px 0px;
font-size: 14px;
font-weight: bold;
color: #4CA60E;
}
/* SECTION: page elements */ 
.pagebar{
clear:both;
}
.ad{
height: 13px;
color: #ffffff;
font-size: 12px;
font-weight: bold;
padding: 2px 5px;
}
#adminmenu{
text-align: center;
}
.cattitle{
font-size: 14px;
color: #ffffff;
font-weight: bold;
padding: 0px 10px;
}
#cp{
padding-left: 10px;
margin-top: 25px;
}
#contact{
padding: 7px 0px 0px 13px;
}
#menu{
padding: 5px 0px 5px 0px;
margin: 0px;
list-style-type: none;
text-align: left;
background-color: #C5BEB4;
border-style: solid;
border-color: #6296F0;
border-width: 0px 1px 1px 1px;
}
#menu li{
margin: 0px;
padding: 1px 0px;
}
#submenu{
padding: 4px 0px 20px 0px;
margin: 0px;
list-style-type: none;
text-align: left;
background-color: ##C5BEB4;
border-style: solid;
border-color: #789973;
border-width: 0px 1px 1px 1px;
}
#submenu li{
margin: 0px;
padding: 1px 0px;
}
#forummenu{
border-style: solid;
border-color: #55A91C;
border-width: 0px 1px 1px 1px;
padding: 0px;
margin: 5px 0px;
list-style-type: none;
}
#forummenu li{
background-color: #666666;
border-bottom: 1px solid #ffffff;
border-top: 1px solid #55A91C;
padding: 8px 3px;
margin: 0px;
}
#tools{
padding: 0px 0px 0px 13px;
margin: 0px 0px 0px 0px;
list-style-type: none;
}
#tools li{
padding: 1px 0px;
margin: 5px 0px;
color: #696969;
}
#tools li#search{
margin: 20px 0px;
}
#tools li#languagebar{
text-align: center;
}
#searchwrap{
margin-top: 10px;
padding: 0px;
}
#search{
padding: 0px;
margin: 0px;
font-size: 10px;
}
#searchinput{
width: 110px;
border-color: #000099;
border-width: 0px;
color: #4D4D62;
background-color: #FFFFFF;
font-size: 12px;
}	
#searchsubmit{
border-color: #000099;
border-width: 0px;
color: #ffffff;
background-color: transparent;
padding: 0px 1px;
font-size: 11px;
background: #55A91C;
}	
div#sitecredits{
padding-left: 13px;
margin: 30px 0px;
}
#copyright{
margin-bottom: 10px;
text-align: center;
}
ul.sitecredits li#copyright{
margin-top: 30px;
}
#topmenu{
text-align: right;
list-style-type: none;
padding: 0px;
margin: 0px;
line-height: 20px;
vertical-align: middle;
}
#topmenu li{
display: inline;
margin: 0px 10px;
padding: 0px;
}
/* End standard containers and items */

/* SECTION: standard box */ 
.box{
width: 122px;
overflow: hidden;
border: 1px solid #ffffff;
margin-right: 5px;
padding: 10px;
float: left;
margin-top: 10px;
color: #789973;
}
#related{
width: 96%;
border: 1px solid #ffffff;
margin-right: 5px;
padding: 10px;
float: left;
margin-top: 10px;
color: #789973;
}
#navbar .box{
margin-top: 0px;
border: 1px solid #6296F0;
background-color: #ffffff;
color: #000000;
}
.box .cell{}
.box p{}
.box ul{}
.box ul li{}
.box h3{}
/* dropdown */ 
.dropdownframe {
background-color: transparent;
text-align: left;
padding-top: 0px;
line-height: 25px;
width: 100%;
text-align: center;
}
div.dropdown{
background: url(http://img3.custompublish.com/getfile.php/419257.1093.wycftdyybp/topmenu_left.gif) no-repeat top left;
}
div.dropdownhover{
background: url(http://img3.custompublish.com/getfile.php/419288.1093.tbxfxcevdx/topmenu_left_hover.gif) no-repeat top left;
}
 a.dropdown, .dropdown, a.dropdown:link, a.dropdown:hover,a.dropdown:visited {
font-family: Verdana, Helvetica, Sans-serif;
font-size: 11px;
text-decoration: none;
padding: 5px 12px 5px 6px;
font-weight: bold;
color: #BF0101;
font-family: Arial, Verdana, Sans-serif;
}
a.dropdown{
background: url(http://img3.custompublish.com/getfile.php/419255.1093.wurrecyxxw/topmenu.gif) no-repeat top right;
}
a.dropdownhover, .dropdownhover{
font-family: Verdana, Helvetica, Sans-serif;
color: #779873;
font-size: 11px;
text-decoration: none;
padding: 5px 12px 5px 6px;
font-weight: bold;
font-family: Arial, Verdana, Sans-serif;
}
a.dropdownhover{
background: url(http://img3.custompublish.com/getfile.php/419287.1093.tqwdwuubcy/topmenu_hover.gif) no-repeat top right;
}
a.dropdownhover:link, a.dropdownhover:hover,a.dropdownhover:visited {
font-family: Verdana, Helvetica, Sans-serif;
color: #779873;
padding: 5px 12px 5px 6px;
text-decoration: none;
font-weight: bold;
font-family: Arial, Verdana, Sans-serif;
}
a.dropdownsub, .dropdownsub {
font-family: Verdana, Helvetica, Sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
padding: 0px 4px;
white-space: nowrap;
font-family: Arial, Verdana, Sans-serif;
}

a.dropdownsub:link, a.dropdownsub:hover,a.dropdownsub:visited {
font-family: Verdana, Helvetica, Sans-serif;
font-size: 10px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
padding: 0px 4px;
white-space: nowrap;
}
a.dropdownsubhover, .dropdownsubhover {
font-family: Verdana, Helvetica, Sans-serif;
color: #CC9999;
font-size: 10px;
text-decoration: none;
padding: 0px 4px;
font-weight: bold;
white-space: nowrap;
}
a.dropdownsubhover:link, a.dropdownsubhover:hover,a.dropdownsubhover:visited {
font-family: Verdana, Helvetica, Sans-serif;
font-size: 10px;
text-decoration: none;
font-weight: bold;
color: #CC9999;
white-space: nowrap;
}
.dropdownsubframe{
background-color: #789973;
padding: 3px 0px;
text-align: left;
border: 1px solid #ffffff;
margin-top: 8px;
margin-left: 7px;
}
/* Banner */
#location1{
width: 768px;
float: right;
height: 150px;
padding-right: 40px;
margin-top: 10px;
overflow: hidden;
text-align: left;
background-color: #666666;
}
#location2{
text-align:center;
border-style: solid;
border-color: #6296F0;
border-width: 1px 1px 0px 1px;
}
#location2 img{
margin-top: 10px;
text-align:center;
}
#location3{
clear: both;
width: 650px;
overflow: hidden;
text-align: center;
}
#location5{
text-align: center;
border-style: solid;
border-color: #55A91C;
border-width: 0px 1px 1px 1px;
}
#location5 img{
margin-top: 10px;
}
.bannercontainer{
margin: 25px 0px 0px 0px;
background: url(http://img3.custompublish.com/getfile.php/508309.1093.qvxssruvus/blanavbartopp.gif) no-repeat top left;
padding: 0px;
width: 144px; overflow: hidden;
}
#location49{
float: left;
width: 150px;
height: 150px;
overflow: hidden;
margin-top: 10px;
}
/* liststyles */
.subpic{
width: 75px;
float: left;
margin: 0px;
padding: 0px;
}
.headview{
float: left;
width: 550px;
margin-right: 20px;
padding: 0px;
}
.separator{
height: 5px;
background-color: #55A91C;
clear: both;
margin: 10px 0px;
}
.ingresspic{
width: 125px;
float: left;
margin-right: 10px;
}
.ingresstext{
width: 500px;
float: left;
padding-left: 10px;
}
/* Extras */
#aforumpostlink{
}
.trailer{
text-align: center;
}