﻿body
{
	text-align:center;
	
	font-size:12px;
    color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background: url(images/Shadow_bg.jpg) repeat-y;
	background-position:center;
	/*background-color: #f7f4ee*/
	background-color:#969494;
}

/* Paragraph */
p
{
	padding: 2px 10px 2px 10px;
}

a{
	padding:5px; 
	text-decoration:none;
	color:#333333;
}

a:hover
{
	padding:5px; 
	text-decoration:underline;
	color:#FF9900;
	
}

h1,h2,h3
{
	color:#0000CC;
	margin-bottom:0px;
	padding-top:10px;
}

h3
{
 font-size:12px;
 font-weight:bold;
}

h2{
	font-size:16px;
	font-weight:bold;
}

hr
{
	background-color:#333333;
	width:99%;	
	height: 0.1px;
}



div#header h1
{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
}

div#navigationRight img
{
 padding-bottom: 15px;
}

/* Footer layout */

div#footer p{
	padding-bottom:10px;
	font-size:12px;
	color:#000;
	background-color:inherit;
}
div#footer p a{
	padding:5px; 
	text-decoration:none;
	color:#FFFFFF;
}
div#footer p a:hover{
	padding:5px; 
	text-decoration:underline;
	color:#FFFFFF;
}
div#footer p span{
	padding: 0 9px;
	color:#FFFFFF;
}

div#offerPanel 
{
	padding-bottom:33px;
}

/* End Footer layout */


/*News/Envent Panel */

div#eventsPanel
{
	width:193px;
	background-color:#FFFFFF;
	
}

div#eventsPanel .wrap
{
	  background-color:#cccccc;
	 background: url(images/News_03.jpg) repeat-y;
	 	
}

.header
{ 
	 background: url(images/News_01.gif) no-repeat;
	 width:193px;	
	 background-color:#cccccc;
	 margin-top: 10px;
}

h3.title
{
	 font-size: 1.3em;
	 text-align: center ;
	 margin-top: 5px;
	 color:#333333;
	 font-weight:bold;
	 display:block;
}

.footer
{
	margin-top:0px;
	height:65px;
	width:193px;
	background-color:#FFFFFF;
	background: url(images/News_06.gif) no-repeat;	
	
}


h3.date{
	width:65px;
	font:bold 15px/18px Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:inherit;
	text-align:center;
	margin: 0px;
	padding: 0px;

}
h3.date span{
	color:#FFFFFF;
	background-color:#333333;
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	display:block;
	margin: 0px;
	padding: 0px;
}


.datewrap
{
	clear:both;
	width:193px;
}

.newsdate
{
 width: 65px;
 float:left;
}


.newsitem
{
	clear:both;
	padding: 2px 5px 0px 5px;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	width: 183px;
	text-align: center;
}

/* Display Product */
#products
{
}

/* images */
.products img {
 background: #FAFAFA;
 border: 1px solid #E4E4E4;
 padding: 8px;
 float:left;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/*ASP CSS Need to add to theme*/

/* images */
.ASPImage {
 background: #FAFAFA;
 border: 1px solid #E4E4E4;
 padding: 8px;
 float:left;
 margin: 5px 10px 10px 0px;
}

/*Background of page after Click */
.modalBackground
{
   
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;

    
}

.bntClose
{
	float:right;
	border:0px;
	 border-color: #FFFFFF;
}

/* SiteMap Layout */

div#sitemap .sitemapWrap
{
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}

div#sitemap a
{
	color:#333333;
	padding-bottom:12px;	
}

div#sitemap a:hover
{
	/*color:#0000CC;*/
	color:#FF9900;
  text-decoration: none;
}

/* 404 error Message */

.error404
{
 width: 500px;
 display:block;
 position:absolute;
 margin-top:100px;
 color: #333333;
 font-size: .9em;
 background:url(images/404.png) no-repeat;
}
.error404 .msg
{
	font-size: 1.7em;
}
.error404 a
{
	color:#FF3333;
	text-decoration:underline;
	font-weight:bold;
}

/* Confirmation Page*/

.ModalConfim
{
	height: 100%;
	width:100%;
	padding:10px;
	background:#f7f4f4;
	text-align:center;
	color: #666666;
	display:block;
	 border:solid 2px #c7c7c7;
		
}

.ModalConfim .img
{
	float:left;
	vertical-align:middle;
}

.ModalConfim .msg
{
	margin-left:44px;	
	margin-bottom:20px;
	color:#333333;
	text-align:left;
}

.ModalConfim .btn
{
  vertical-align:bottom;
  text-decoration:underline;
  clear:both;
}


