/*Copy and Paste this into design.css for a generic starting place, or delete the dev8 design.css and save this as design.css*/


/* -- General Settings --------------------------------------------------- */
html, body, form, fieldset, td {
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #6d8187;
}

html {
	font-size: 100%;
}

body { 
	font-size: 83%;
	margin: 20px 0;
	background: #000;
}

ul{
list-style-type: disc;
margin-left: 1em;
}

a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #921f24;
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

/* -- Main Layout ------------------------------------------------------------ */
/* Main <table> creating the basic page layout. */
#layoutTable {
	width: 766px;
	border-collapse: collapse;
	margin: 0 auto;
	background: #191F23;
}
#bannerNewRelease {
	background: #000000;
	padding-bottom: 10px;
	}

/* Page header*/
#headerCell {

	background: #191F23;
}



/* Sidebar*/
#sidebarCellLeft {
	/*	width: 19%;
	background: #eee;
	border: 1px solid #ddd;
	border-width: 0 1px;
	*/
	vertical-align: top;
}

/*main content cell*/
#contentCell {
	padding: 10px 50px;
	/*border-right: 1px solid #ddd;
	width: 80%;*/
	height: 357px;  /*sets a minimum content height*/
}

/*page footer*/
#footerCell {
background: #000;
	text-align: center;
	padding: 10px 0;
}

/* -- Common Page Items ------------------------------------------------- */
#page-breadcrumbs {
	margin-top: 15px;
}

#page-title-container {
	/*background-image: url(/_resources/images/icons/bullet_square.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	height: 35px;
	padding-bottom: 25 px;*/
		}

#page-title {
	margin-bottom: 1em;
	height: 24px;
	line-height: 24px;
	color: #921F24;
	text-transform: uppercase;
	font-style: italic;
}

#exodus #page-title{
height: 65px;
}
#hinobles #page-title{
height: 90px;
}

.promopic{
border: 3px solid #444;
margin-left: 15px;
margin-top: -5px;
}
#page-subtitle {
	color: #666;	
	margin-bottom: 10px;
}

#page-intro {
margin: 10px 0;	
}

#page-content {
margin: 10px 0;
	
}

#page-outro {
	
}

#page-pager-container {
	float: left;
	margin: 10px 0;
	/* Fix IE Doubled Float-Margin Bug
	   http://positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
width: 100%;
	border-top: 1px dashed #921F24;
}

.page-pager {

	margin: 0.33em 0.66em;
}

#page-pager-back {
	float: left;
	background: url("/img/arrow2.gif") no-repeat left center;
	padding-left: 25px;

}

#page-pager-next {
	float: right;
	text-align: right;
	background: url("/img/arrow.gif") no-repeat left center;
	padding-left: 25px;

}

#page-bottomLinks {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
	font-size: 85%;
}

#copyright {
font-size: 70%;
	margin-top: 5px;
}

#copyright img {
	margin-bottom: -2px;
}

/* -- Misc. Look And Feel --------------------------------------------------------- */


#sitemap ul {
	list-style-type: disc;
	margin-left: 1em;
}

#sitemap ul ul {
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	list-style-type: circle;
}

#sitemap ul ul ul {
	list-style-type: square;
}
/*home*/
#home #contentCell{
padding: 0;
}#welcome, #feature, #highlights{
padding-left: 30px;
padding-right: 10px;
}
#welcome{
padding-top: 39px;
}
#welcomeTitle1,#featureTitle1, #highlightsTitle1, #newsTitle1{
color:#921f24;
display: inline;
font-size: 20px;
line-height: 20px;
font-style: italic;
}

#welcomeTitle2, #featureTitle2, #highlightsTitle2, #newsTitle2{
color: #fff;
display: inline;
font-size: 20px;
line-height: 18px;
font-style: italic;
}
#welcomeText, #featureText, #highlightsText{
margin-top: 15px;
}
#newsArea{
background: #252e33;
width: 206px;
margin-top: 15px;
padding: 25px;
color: #fff;

}
#newsArea p,
#newsArea img {
text-align: center; 
}


/* -- Mailing List Form ----------------------------------------------- */

#ml-form {
	margin: 25px 0.5em 15px;
}
#ml-form p{
	text-align: left;
}

#ml-email {
	margin-bottom: 5px;
	
}

#ml-submit {
	
}


/*for smarty templates*/
.php-smarty {
display:none;
}

body#smarty .php-smarty {
display: block;
} 

