/**************************************
*/
body#ViewTemplateBody {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
 }

.ViewProductsLatest {
}
.ViewProductsLatest td {
	vertical-align: top;
	padding-bottom: 3px;
}
.ViewTagsLink {

}
.ViewProductsLink {
	
}
a.ViewProductsLink {
	color: #999;
	text-decoration: none;
	text-transform:uppercase;
}
a.ViewProductsLink:hover {	
	color: #fff;
	text-transform:uppercase;
}
a.ViewTagsLink {
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
	text-transform:uppercase;
}
a.ViewTagsLink:hover {	
	color: #fff;
	text-transform:uppercase;
}
 /**************************************
*/

.ViewTemplateContent {
	padding-left: 67px;
	padding-right: 67px;
	padding: 55px;
	padding-top: 15px;
	color: #fff;
	font-size: 11pt;
	text-align: justify;
}

.ViewTemplateContent a {
	color: #999;
	text-decoration: none;
	text-transform:uppercase;
}
.ViewTemplateContent a:hover {	
	color: #fff;
	text-transform:uppercase;
}


h1 {
	width: 100%;
	border-top: 15px solid #2f3030;
}
h1 span {
	margin-left: 20px;
	
	color: #fff;
	font-size: inherit;
	border-top: 4px solid #2A5B8C;
}

.ViewTemplateWrapper {
	background: #303030 url(/Views/View.Template/Images/JDM-Nagoya-bg.jpg) no-repeat center top;
	min-height: 960px;
	
	
	clear: both;
}
.ViewTemplateCenterPane {
	background-color: black;
	width: 1005px;
	min-height: 255px;
	
	display: block;
	margin: 0 auto;	
}

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Tahoma;
}
	
