body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #567DBD;
	font-size: 16px;
}

img {
	border: none;
}

a {
	outline: none;
}

#container {
	margin: auto;
	position: relative;
	overflow: hidden;
	max-width: 960px;
	min-width: 960px;
	width: expression((( document . compatMode &&   document . compatMode ==
		'CSS1Compat') ?   document . documentElement . clientWidth :  
		document . body . clientWidth ) >   960 ?   "960px" :   ((( document .
		compatMode &&  
 document . compatMode == 'CSS1Compat' ) ?   document . documentElement
		. clientWidth :   document . body . clientWidth ) <   960 ?   "960px"
		:   "auto" ) );
}
#home_container {
	margin: auto;
	position: relative;
	overflow: hidden;
	max-width: 960px;
	min-width: 960px;
	width: expression((( document . compatMode &&   document . compatMode ==
		'CSS1Compat') ?   document . documentElement . clientWidth :  
		document . body . clientWidth ) >   960 ?   "960px" :   ((( document .
		compatMode &&  
 document . compatMode == 'CSS1Compat' ) ?   document . documentElement
		. clientWidth :   document . body . clientWidth ) <   960 ?   "960px"
		:   "auto" ) );
}

.float-right {
	float: right;
}

.warning {
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
	background-color: #FFE6E6;
	font-weight: bold;
	margin: 20px 0;
}

.success {
	color: green;
	border: 1px solid green;
	padding: 5px;
	text-align: center;
	background-color: #E6FFE6;
	font-weight: bold;
	margin: 20px 0;
}

#overlay {
	position:absolute;
	margin: 0 auto;
	padding:15px;
	border:1px solid #000;
	background-color:#fff;
	display:none;
	width: 460px;
}

/*#overlaye {
	float:none;
	position:absolute;
	width:465px;
	margin:90px auto 0 80px;
	padding:15px;
	border:1px solid #000;
	background-color:#fff;
	display:none;
}
*/
.overlay-bg {
	background:url(../images/bg-overlay.jpg) no-repeat 0% 0%;
	height:280px;
}

#overlay h1 {
	padding:0;
	margin:0;
	color:#14235E;
	font-size:41px;
}
#overlay h2 {
	padding:0;
	margin:0;
	color:#D2232A;
	font-size:20px;
}
#leftContentHolder .content #overlay p {
	padding:0;
	margin:0;
	text-indent:0px;
	color:#14235E;
	font-size:18px;
}
#overlay div{
	position:absolute;
	top:380px;
	padding:0px 0px 0px 10px;
	font:normal 36px Arial, Helvetica, sans-serif;
	color:#FFFF00;
}
#overlay div span {
	display:block;
	text-align:right;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#FFFF00;
}

/* ----------------------------------------------------- header starts  --------------------------------------------------------*/
#header {
	width: 100%;
	float: left;
	height: 120px;
	min-width: 960px;
		width: expression((( document . compatMode &&   document . compatMode ==
		'CSS1Compat') ?   document . documentElement . clientWidth :  
		document . body . clientWidth ) >   960 ?   "960px" :   ((( document .
		compatMode &&  
 document . compatMode == 'CSS1Compat' ) ?   document . documentElement
		. clientWidth :   document . body . clientWidth ) <   960 ?   "960px"
		:   "auto" ) );
}

#logo {
	float: left;
	margin-top: 9px;
}
#topcaption {
	float: left;
	margin-top: 9px;
	width: 278px;
}
#topcaption div img {
	margin: 0;
	padding: 0;
	float:left;
}		
#banner {
	float: right;
}

#banner h1 {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-size: 18px;
	color: #14235E;
	text-align: right;
}

/* ----------------------------------------------------- header ends  --------------------------------------------------------*/
	/* ----------------------------------------------------- menu starts  --------------------------------------------------------*/
#menu {
	float: left;
	clear: both;
	overflow: hidden;
	width: 100%;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

#menu li {
	float: left;
	list-style: none;
	width: 11%;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

#menu li a.link {
	display: block;
	width: 75%;
	width: 80% !important;
	padding: 5px 2px;
	color: #ffffff;
	text-decoration: none;
}

#menu li a.link:hover {
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
	display: block;
	width: 75%;
	padding: 5px 2px;
	color: #120C3C;
	text-decoration: none;
}

#menu li a.selected {
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
	display: block;
	width: 75%;
	padding: 5px 2px;
	color: #120C3C;
	text-decoration: none;
}

/* ----------------------------------------------------- header ends  --------------------------------------------------------*/
#holder {
	padding: 14px 0px 0px 5px;
	display: block;
	clear: both !important;
	clear: none;
}

/* ------------------------------------------------------    FOR HOME PAGE starts    -------------------------------------------- */
#leftHolder {
	float: left;
	width: 78%;
	min-width: 559px;
}

#leftContentHolder {
	float: right;
	clear: both;
	overflow: hidden;
	width: 77%;
	min-width: 559px;
}

#leftContentHolder .top {
	background-image: url(../images/content_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
#leftContentHolder .top_left {
	background-image: url(../images/content_top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:9px;
}

#leftContentHolder .content {
	background-color: #FFFFFF;
	float: left;
	clear: both;
	overflow: hidden;
	width: 98%;
	padding: 9px;
}

#leftContentHolder .content h3 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color: #14235E;
}

#leftContentHolder .content p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 14px;
	text-indent: 20px;
	line-height: 20px;
}

#rightHolder {
	float: right;
	width: 20%;
}
#leftcolumn {
	width:20%;
	float:left;
	min-width: 150px;
}
#leftcolumn .box {
	width: 151px;
	margin: 5px 0 0 10px;
	float: left;
	display: inline;
}
.shadow {
	width: 151px;
	background: url(../images/shadow.png) repeat-y left top;
	height: auto;
	float: left;
}
.shade {
	width: 146px;
	float: left;
	background: url(../images/boxbg.gif) repeat-x left bottom #FFFFFF;
	margin-left: 3px;
	display: inline;
}

.shade p{
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#0e003f;
	padding: 0 7px 0 7px;
	margin: 0;
}
.shade span {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.shade2 {
	width: 146px;
	float: left;
	background: url(../images/boxbg2.gif) repeat-x left bottom #FFFFFF;
	margin-left: 3px;
	display: inline;
}
.shade2 p{
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#0e003f;
	padding: 0 7px 0 7px;
	margin: 0;
}
.shade2 h3 {
	margin: 0;
	padding: 0 7px 0 7px;
	font: Arial, Helvetica, sans-serif;
	color:#0e003f;
}
.click {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FF0000; text-decoration: none;
}
.shade2 img {
	margin: 0 0 0 7px;
}
.winter {
	width: 156px;
	height: 245px;
	background: url(../images/winter.png) no-repeat 0 0; 
	margin-left: 8px;
}
.win-pro {
	margin: 5px 0 0 12px;
	float: left;
	display: inline;
}
.win-pro h4 {
	margin: 0;
	padding: 5px 0 0 0;
	font: normal 18px "Arial Black",Arial, Helvetica, sans-serif;
	color:#150a59;
	line-height: 16px;
	text-indent:1px;
}
.save {
	font: normal 18px "Arial Black", Arial, Helvetica, sans-serif;
	text-decoration: none; color: #FF0000;
	line-height: 16px;
	padding-top: 5px;
}
.on {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none; color: #FF0000;
	line-height: 0;
}
.any {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none; color: #FF0000;
	line-height: 12px;
}
.you {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none; color:#150a59;
	line-height: 12px;
}
.call {
	font: normal 13px "Arial Black", Arial, Helvetica, sans-serif;
	font-smooth: always;
	text-decoration: none; color:#150a59;
	line-height: 10px;
	padding: 5px 0 5px 0;
}	
.now {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none; color:#150a59;
	line-height: 12px;
	padding-bottom: 5px; 
}
.end {
	margin: 0; padding: 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none; color:#150a59;
	line-height: 12px;
}
/* ------------------------------------------------------     FOR HOME PAGE ends     -------------------------------------------- */
	/* ----------------------------------------     FOR STOCK, PRICES, HIRE, BROCHURE  PAGE starts  ---------------------------------- */
.pageHeaderHolder {
	float: left;
	width: 100%;
	margin-bottom: 0px !important;
	margin-bottom: 0px;
}

.pageHeaderHolder div {
	float: left;
}

.pageHeader {
	background-image: url(../images/page_header_bg.png);
	background-repeat: repeat-x;
	width: 97%;
}

.pageHeader h2 {
	margin: 0px;
	padding: 6px 2px 6px 15px;
	font-size: 20px;
	color: #FFFFFF;
}

#mergedHolder {
	float: left;
	width: 99%;
}

#contentHolder {
	float: right;
	clear: both;
	overflow: hidden;
	width: 100%;
}

#contentHolder .top {
	background-image: url(../images/content_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
#contentHolder .top_left {
	background-image: url(../images/content_top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:9px;
}

#contentHolder .content {
	background-color: #FFFFFF;
	float: left;
	clear: both;
	overflow: hidden;
	width: 98%;
	padding: 9px;
}

#contentLeft {
	float: left;
	width: 20%;
	text-align: center;
}

#contentLeft p {
	font-size: 16px;
	color: #243371;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	padding-left: 12px;
}

#contentLeft p a:link,#contentLeft p a:visited {
	color: #243371;
	text-decoration: none;
}

#contentLeft p a:hover {
	color: #243371;
	text-decoration: underline;
}

#contentRight {
	float: right;
	width: 68%;
}

.bannerHolder {
	float: left;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
}

.content blockquote {
	margin: 0px;
	padding: 10px;
	font-size: 14px;
	float: left;
}

.content blockquote h3 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color: #14235E;
}

.content blockquote p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 14px;
	text-indent: 0px;
	line-height: 20px;
}

.content blockquote span {
	font-size: 11px;
}

/* ----------------------------------------     FOR STOCK, PRICES, HIRE, BROCHURE  PAGE ends  ---------------------------------- */
	/* ---------------------------------------------------     FOR NEWS PAGE starts  ----------------------------------------------- */
.newsPageHeaderHolder {
	float: left;
	width: 100%;
}

.newsPageHeaderHolder div {
	float: left;
}

.newsPageHeaderHolderHeaderTxt {
	background-image: url(../images/page_header_bg.png);
	background-repeat: repeat-x;
	width: 97%;
	height: 35px;
}

.newsPageHeaderHolderHeaderTxt h2 {
	margin: 0px;
	padding: 6px 2px 4px 15px;
	font-size: 20px;
	color: #FFFFFF;
}

.newsHolderContent {
	width: 99%;
	float: left;
	margin-top: 0px !important;
	margin-top: -13px;
}

.newsContent {
	background-color: #ffffff;
	margin: 0px 10px !important;
	margin: 0px 6px;
	width: 97%;
	float: left;
}

.newsContent .img {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: center;
	padding-bottom: 10px;
}

/* ---------------------------------------------------     FOR NEWS PAGE ends  ----------------------------------------------- */
	/* ---------------------------------------------------     FOR CONTACT PAGE starts  ----------------------------------------------- */
.contactTopLeft {
	float: left;
	width: 58%;
}

.contactTopLeft dl {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 16px;
	color: #243371;
	font-weight: bold;
	line-height: 22px;
}

.contactTopLeft dt {
	float: left;
}

.contactTopLeft dd {
	float: left;
	margin: 0px;
}

.contactTopLeft p {
	float: left;
	font-size: 11px;
	color: #243371;
	font-weight: bold;
	line-height: 22px;
	padding: 15px 0px;
}

.contactTopRight {
	float: right;
}

.contactBotLeft {
	float: left;
	padding: 40px;
}

.contactBotLeft dl {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 16px;
	color: #243371;
	font-weight: bold;
	line-height: 22px;
}

.contactBotLeft dt {
	float: left;
}

.contactBotLeft dd {
	float: right;
}

.contactcolnleft {
	width: 600px;
	float: left;
	padding-right: 10px;
}
.contactcolnright {
	width: 343px;
	float: right;
}

.addre {
	font-size:16px;
	font-weight: bold;
	color: #002877;
}
.view {
	font-size: 12px;
	padding-bottom: 5px;
	color: #567dbe;
	text-decoration: none;
	float: left;
}
.highlitebox {
	margin: 0 auto;
	width: 95%;
	padding: 5px;
	border: 3px solid #c4d7ef;
	font-size:17px;
	font-weight: bold;
	color: #002877;
	text-align: center;
	clear: both;
}
.subcont {
	font-size: 14px;
	color: #0e013f;
	line-height: 17px;
}
.subcont span {
	color: #567dbe;
}

/* ---------------------------------------------------     FOR CONTACT PAGE ends  ----------------------------------------------- */
	/* ---------------------------------------------------     FOR PRODUCTS PAGE starts  ----------------------------------------------- */
.productsHeaderHolder {
	float: left;
	width: 100%;
}

.productsHeaderHolder div {
	float: left;
}

.productsHeaderHolderHeaderTxt {
	background-image: url(../images/page_header_bg.png);
	background-repeat: repeat-x;
	width: 97%;
	height: 35px;
}

.productsHeaderHolderHeaderTxt h2 {
	margin: 0px;
	padding: 6px 2px 4px 15px;
	font-size: 20px;
	color: #FFFFFF;
}

.productsHeaderHolderHeaderTxt img {
	float: right;
	margin-top: 5px;
}

.productsHolder {
	width: 99%;
	float: left;
	margin-top: -4px !important;
	margin-top: -13px;
}

.productsContent {
	background-color: #ffffff;
	margin: 0px 10px !important;
	margin: 0px 6px;
	width: 97%;
	float: left;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
}

.productsTr {
	/*background-image: url(../images/productsBg.jpg);
	background-repeat: repeat-x;*/
	height: 146px;
	width: 100%;
/*	float: left; */
	padding-left: 6px;
	padding-top:20px;
	
}

.productsTd {
	float: left;
	width: 25%;
	padding: 1px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.productsTd img,.productsTd div {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.productsTd span {
	font-size: 12px;
	color: #243371;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	padding-left: 12px;
	width: 90%;
	float: left;
}

.cateringTd {
	float: left;
	width: 19%;
	padding: 1px 0px;
	text-align: center;
}

.cateringTd img {
	text-align: center;
}

.cateringTd span {
	font-size: 12px;
	color: #243371;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	padding-left: 12px;
	width: 90%;
	float: left;
}

.productsTextContainerHolder {
	width: 99%;
	float: left;
	margin-top: 5px;
}

.productsTextContainer {
	margin: 0px 10px !important;
	margin: 0px 6px;
	width: 97%;
	float: left;
}

.product_mid {
	background-color: #FFFFFF;
	width: 97%;
	height: 9px;
	float: left;
}
.product_left{
	float:left;
	height: 9px;
	width: 9px;
	background-image: url(../images/product_left_corn.png);
}
.product_right{
	float:left; 
	height: 9px;
	width: 9px;
	background-image: url(../images/product_right_corn.png);
	
}
.flashBanner {
	float: left;
	text-align: center;
	padding: 0px 0px;
	width: 98%;
	margin-top: 10px !important;
	margin-top: 0px;
	margin-left: 3px;
	background-image: url(../images/vanMasterFlashBannerBG.gif);
	background-repeat: repeat-x;
}

/* ---------------------------------------------------     FOR PRODUCTS PAGE ends  ----------------------------------------------- */
	/* ---------------------------------------------------     FOR GALLERY LIST PAGE starts  ----------------------------------------------- */
.galleryItemHeaderHolder {
	float: left;
	width: 100%;
}

.galleryItemHeaderHolder div {
	float: left;
}

.galleryItemHeaderHolderHeaderTxt {
	background-image: url(../images/page_header_bg.png);
	background-repeat: repeat-x;
	width: 97%;
	height: 35px;
}

.galleryItemHeaderHolderHeaderTxt h2 {
	margin: 0px;
	padding: 6px 2px 4px 15px;
	font-size: 20px;
	color: #FFFFFF;
}

.galleryItemHeaderHolderHeaderTxt img {
	float: left;
	margin-top: 8px;
}

.galleryItemHeaderHolderHeaderTxt div {
	float: right;
	padding-top: 3px;
}

.galleryItemHeaderHolderHeaderTxt div .page {
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.galleryItemHeaderHolderHeaderTxt div .page:hover {
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}

.galleryItemHeaderHolderHeaderTxt div .currPage,.galleryItemHeaderHolderHeaderTxt div .currPage:hover
	{
	font-size: 20px;
	color: #D2222A;
	text-decoration: none;
}

.galleryItemHeaderHolderHeaderTxt div div {
	float: left;
	padding: 1px 3px;
}

.galleryItemHeaderHolderHeaderTxt div div img {
	margin-top: 3px;
}

.galleryItemHolder {
	width: 99%;
	float: left;
	margin-top: 0px !important;
	margin-top: -13px;
}

.galleryItemContent {
	background-color: #ffffff;
	margin: 0px 10px !important;
	margin: 0px 6px;
	width: 97%;
	float: left;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
}

.galleryItemTr {
	height: 146px;
	width: 100%;
	float: left;
	padding-left: 0px;
	padding-top: 10px;
}

.galleryItemTd {
	float: left;
	width: 25%;
	padding: 1px 0px;
	text-align: center;
}

.galleryItemTd span {
	font-size: 12px;
	color: #243371;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	padding-left: 12px;
	width: 90%;
	float: left;
}

/* ---------------------------------------------------     FOR GALLERY LIST PAGE ends  ----------------------------------------------- */
	/* ---------------------------------------------------     FOR SUB PRODUCTS PAGE starts  ----------------------------------------------- */
#submenuDiv {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 0px !important;
	margin-bottom: -14px;
}

#submenuDiv ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style: none;
	text-align: center;
	padding-bottom: 10px;
}

#submenuDiv li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	width: 20%;
}

#submenuDiv li a:link,#submenuDiv li a:visited {
	font-size: 15px;
	color: #243371;
	font-weight: bold;
	text-decoration: none;
}

#submenuDiv li a:hover {
	font-size: 15px;
	color: #243371;
	font-weight: bold;
	text-decoration: underline;
}

.subProductsTr {
	width: 100%;
	float: left;
	padding-top: 10px;
}

.subProductsTd {
	float: left;
	width: 30%;
	text-align: center;
	padding-left: 2%;
}

.subProductsTd img {
	text-align: center;
	float: left;
}

.subProductsTd h4 {
	background-color: #120C3C;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 52px;
	width: 204px;
	display: block;
	float: left;
}
.subProductsTd .center{
	width: 204px;
	margin-right: auto;
	margin-left: auto;
}
.subProductsTd blockquote {
	margin: 0px;
	padding: 10px 0px;
	background-image: url(../images/holder.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 204px;
	height: 120px;
	font-size:12px;
}

/* ---------------------------------------------------     FOR SUB PRODUCTS PAGE ends  ----------------------------------------------- */
	/* ----------------------------------------------------- footer starts  --------------------------------------------------------*/
#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-width: 1003px;
	text-align: center;
	padding: 30px 0px 20px 0px;
	font-size: 11px;
	color: #14235E;
	font-weight: bold;
}

#footer a:link,#footer a:visited {
	color: #14235E;
	text-decoration: none;
}

#footer a:hover {
	color: #14235E;
	text-decoration: underline;
}
/* ----------------------------------------------------- footer ends  --------------------------------------------------------*/
/*
.textfieldRequiredState .textfieldRequiredMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg ,
.textfieldMinCharsState .textfieldMinCharsMsg{
	display:inline;
	color:#0033CC;
	border:1px blue solid;
}

.selectRequiredState select, .selectInvalidState select {
	background-color: #FF9F9F;
	border: 1px solid red;
}
.selectInvalidState {
	color: blue;
	font-size: 13px;
}
*/



/* -------------------------------------------- Regis-Catering-Trailers  -------------------------------------------------*/


.nobgimage {
	background-image: none;
}

.header_area {
	width: 100%;
	height: 88px;
	float: left;
	background-image: url(../images/blue_bg.jpg);
	background-repeat: repeat-x;
}

.header_area h1 {
	width: auto;
	font-family: "Arial Black", Arial, Helvetica, sans-serif ;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
}

.regis {
	width: auto;
	float: left;
	padding-right: 20px;
}

.buton {
	width: 202px;
	float: right;
	margin-top: 45px;
	
}

.topareabox {
	width: 100%;
	float: left;
}
.product_display {
	width: 675px;
	float: left;
	padding-top: 20px;
}

.regisleft {
	width: 228px;
	float: left;
	padding: 20px 0px 0px 10px;
}

.regis_spec {
	width: 228px;
	float: left;
}

.regis_spec h1 {
	margin: 0px;
	padding: 0px;
	width: 210px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-indent: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #0e003f;
	line-height: 40px;
	margin-left: 9px;
}

.shadow_regis {
	background:url(../images/shadow_regis.gif) repeat-y left top;
	width: 228px;
	float: left;
}

.hedtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #002877;
	padding-left: 10px;
}

.detailtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #002877;
}

.now_avali {
	width: 200px;
	float: left;
	background-color: #d2232a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 10px;
	display: inline;
}

.regis_left_coln {
	width: 445px;
	float: left;
	padding-left: 16px;
}

.regis_left_coln h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 22px;
	color: #002877;
}

.regis_left_coln p {
	font-size: 15px;
	color: #1d104b;
	line-height: 20px;
}

.regis_left_coln ul {
	list-style: none;
	margin: 10px 0px 10px 15px;
	padding: 0px;
}

.regis_left_coln ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #002877;
}

.regis_left_coln ul li img {
	margin-right: 5px;
}

.internal {
	width: 445px;
	float: left;
	margin-bottom: 20px;
}
.internal h1 {
	width: 445px;
	height: 36px;
	float: left;
	margin: 0px; padding: 0px;
	background: url(../images/head_bg.gif) repeat-x left top;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	text-indent: 20px;
	color: #FFFFFF;
}

.internal .lists {
	width: 441px;
	float: left;
	border-bottom: 2px solid #0e003f;
	border-left: 2px solid #0e003f;
	border-right: 2px solid #0e003f;
	
}

.order {
	width: 445px;
	height: 90px;
	float: left;
	background: url(../images/order_box_bg.gif) no-repeat left top;
}

.order h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 0px;

}

.order a {
	width: 380px;
	height: 70px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 65px;
}

.order2 {
	width: 440px;
	height: 90px;
	float: left;
	background: url(../images/order_box_bg2.gif) no-repeat left top;
	color: #FFFFFF;
}

.order2 h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 0px;

}

.order2 a {
	width: 380px;
	height: 70px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 65px;
}

.reduce_width {
	width: 430px;
	padding-right: 10px;
}

p.liteblue {
	color: #567dbe;
	font-size: 14px;
}
p.liteblue span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#002877;
}
p.deepblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#002877;
}
p.deepblue span {
	color: #d2232a;
}

p.space {
	padding-left: 10px;
}

.regis_right_coln {
	width: 445px;
	float: left;
	padding: 20px 0px 0px 10px;
}
.product_box {
	width: 445px;
	float: left;
}

.header_area1 {
	width: 100%;
	height: 88px;
	float: left;
	background-image: url(../images/eventsman_top_header.jpg);
	background-repeat: no-repeat;
}

.header_vclass {
	width: 100%;
	height: 88px;
	float: left;
	background-image: url(../images/vclass_top_header.jpg);
	background-repeat: no-repeat;
}

.header_vanmaster {
	width: 100%;
	height: 88px;
	float: left;
	background-image: url(../images/vanmaster_top_header.jpg);
	background-repeat: no-repeat;
}

.header_compact {
	width: 100%;
	height: 88px;
	float: left;
	background-image: url(../images/header_compact.jpg);
	background-repeat: no-repeat;
}
.button {
	width: 236px;
	height: 34px;
	background-image: url(../images/button_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	color: #FFFFFF;
}
.button a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}



/*-------------------------------------------
		Product Page Style
-------------------------------------------*/


.productsContent1 {
	background-color:#ffffff;
	margin:0px 10px !important;
	margin:0px 6px;
	width:97%;
	float:left;
	padding-bottom:10px;
}

.productsTr1 {
	height:146px;
	width:97%;
	float:left;
	padding:17px 0px 0px 23px;
}

.productsTr1 div {
	padding:0px 0px 0px 2px;
}

.productsTr2 {
	height:146px;
	width:98%;
	padding-left:20px;
	padding-top: 7px;
	float: left;
}

.productsTd1 {
	float:left;
	width:19%;
	padding:1px 0px;
	text-align:center;
}

.productsTd2 {
	float:left;
	width:24%;
	padding:1px 0px;
	text-align:center;
}

.productsHolder1 {
	width: 99%;
	float: left;
}


/*-------------------------------------------
		Product Page Style End
-------------------------------------------*/
