@charset "utf-8";
/* CSS Document */

body{
	background-color:#cccccc;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0 0 0 0;
	color:#000;

}

img, div, h1, h2, p, form, label, input, textarea, span{
	margin:0 auto;
	padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

.centered{
	text-align:center;
	}
	
.leftAligned {
	text-align:left;
	}
	
.topAligned {
	vertical-align:top;
	}
	
.bold{
	font-weight:bold;
	}
	
.divider {
	height: 12px;
	clear: both;
/*	background-image: url(images/divider.gif); 
	background-repeat: repeat-x;*/
    }
	
.indented	{
	text-align:left;
	padding: 10px;
}

.descriptHead {
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
	}
	
.fancy {
	font-style:italic;
	}
	
.fancyAndBig {
	font:18px Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bolder;
	}
	
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header--------------------*/
#header {		/* Words in header section */
	width: 800px;
	height: 180px;
	color: #666666;
	background-image:url('images/header3.jpg');
	letter-spacing:.1em;
	margin:0 auto;
	padding:0;
	}
#headerShowcase {		/* Words in header section */
	width: 800px;
	height: 160px;
	color: #666666;
	background-image:url('images/headingGr.jpg');
	letter-spacing:.1em;
	margin:0 auto;
	padding:0;
	}
	
#nameTitle {
	width:380px;
	float:left;
	position:relative;
	text-align:right;
	font:22px "Times New Roman", Times, serif;
	}
	
#nameTitle img {
	vertical-align:middle;
	}
	
#addressTitle {
	float:left;
	position:relative;
	top:20px;
	padding-left:100px;
	font:12px Arial, Helvetica, sans-serif;
	font-style:italic;
	}

.subTitle {
	margin-left:175px;
	font:12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:.2em;
	line-height:20px;
}	

.headerPic{
	display:block;
	float: right;
	width:350px;
	color:#ffffff;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
	letter-spacing:normal;
	position:relative;
	top:10px;
	right:50px;
/*	width: 175px;
	height:95px;  */
}

#nav_menu{
	width: 800px;
	height: 25px;
	position:absolute;
	top:125px;
	}
	
#nav_menu ul{
	font:  12px/24px Arial, Helvetica, sans-serif;
	font-style:italic;
	padding:0 0px 0 300px;
}

#nav_menu ul li{
	background:url(images/nav_div.gif) right center no-repeat;
	float: left;
	color:#000;
	height:25px;
}


#nav_menu ul li.last {
	background-image:none;
}


#nav_menu ul li a {
	display:block;
	font-style:italic;
	color:#000066;  
	height:25px;
	padding:0 20px 0 20px;
	text-decoration:none;
}

#nav_menu ul li a:hover {
	color: #336666;
}


#nav_menu ul li a.activeItem {
	color: #888888;
	font-style:normal;
	cursor:text;
}

.dashedLine{
	width:800px;
	height:3px;
	background-color: #FFBB58;  /* color for space between header and main content */
	background-image: url('images/dashed_line.gif');
	background-repeat: repeat-x;
	border:none;
	}

#mainSection {
	width: 800px;
	margin: 0 auto;
	overflow:hidden;
	background-color: #35324d;	/* color for bottom part of menu - should be same as leftmenu blocks */
	border: none;
}

#mainSection .redColor {
	color:#990033;
	}

	
#leftSection{
	float:left;
	width:203px;
/*	background:url("images/leftHeader.jpg") left top no-repeat;
	background:url("images/leftBdr.jpg") right top repeat-y;  */
	background-color:#35324d;
	color:#ffffff;
	text-align:center;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:normal;
	overflow:hidden;
	}
	
#leftTop {
/*	background:url("images/pipeTop.jpg") right top no-repeat;  */
	background-color:#35324d;
	padding:100px 0px 0px 0px;
	}
	
#leftBottom {
	}
	
	
#midSection {
	width:315px;
	height:600px;
	float:left;
	}
	
#rightSection {
	width:315px;
	height:600px;
	float:right;
	}

#leftmenu {
	float:left;
	width:203px;
	color:#000;
	border-top:4px solid #FFFFFF; /* color above Home menu block */
	}
#leftmenu ul{
	font: 17px/27px Arial, Helvetica, sans-serif;
	font-style:italic;
	}
	
#leftmenu ul li{
	text-align:center;
	padding:0 0 0 0;
}

#leftmenu ul li a{
	display:block;
	height:29px;
	background-color:#35324d;
	background-repeat: no-repeat;
	text-decoration:none;
	color:#ffffff;				/* color of the word on the menu items of non-active pages originally*/
	border-bottom:4px solid #FFFFFF;   /*color in between menu blocks */
}

#leftmenu ul li a:hover{
	font-weight:bold;
	color:#FFFFFF;  /* color of word on the menu items when cursor is over it */
}

#leftmenu ul li a.activeItem{
	color:#f0f249;   /* color of word on menu item of the currently active page */
	font-style:normal;
	font-weight:normal;
	cursor:text;
}

#leftmenu img {
	border-bottom:4px solid #FFFFFF;
	display:block;
	}
/*------------------------------------------------header--------------------*/

/*------------------------------------------------body--------------------*/
#mainContMenu {
	width:800px;
	background-color:#35324d;
}
#mainContent {
	width: 800px;
	margin: 0 auto;
	overflow:hidden;
	text-align:center;
	background-color:#ffffff;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:22px;
	letter-spacing:.1em;
}

#mainContent .redColor {
	color:#990033;
	}


#mainContent a {
	color: #FF0000;		/* color of words in main content with a reference (or link) attached to them */
	}
	
#mainContent h2 {
	font-size:20px;
	font-weight:bold;
}
#mainContent h3 {
	font-size:18px;
	font-weight:normal;
}

	
/*
#mainContent p {
	text-align: left;
	margin: 0 110px 0 20px;
	}
*/
#welcome {
	width:527px;
	background-color:#ffffff;
	background-image:url(images/welcomeBg.jpg);
	background-repeat:repeat;
	color:#666666;
	float:right;
	padding:10px 20px 0 50px;
	}
	
#welcomePhotos {
	width:200px;
	float:left;
	background-color:#ffffff;
	text-align:center;
	padding-top:30px;
	}
	
#showcase {
	width:597px;
	background-color:#ffffff;
	background-image:url(images/welcomeBg.jpg);
	background-repeat:repeat;
	color:#666666;
	float:right;
	padding:0 0 0 0;
	}
	
#contact {
	width:550px;
	background-color:#ffffff;
	color:#666666;
	float:right;
	padding:30px 35px 0 35px;
	}

#leftEmail {
	float:left;
	margin-left:40px;
	font-size:12px;
}

#rightEmail {
	float:left;
	margin-left:20px;
	width:420px;
	font-size:12px;
	vertical-align:top;
}

	
#about {
	width:550px;
	background-color:#ffffff;
	color:#666666;
	float:right;
	padding:30px 35px 0 35px;
	}
	
#storeTable {
	text-align:left;
	padding:10px;
	}
	
#storeTable td {
	text-align:left;
	}

#copyRight {
	clear:both;
	color: #999999;  /* color of words in bottom copyRight section */
	background:url("images/bottomDiv.jpg") top left repeat-x;
	background-color:#35324d;
	font-size:11px;
	line-height:12px;
	text-align:center;
	vertical-align:bottom;
	padding-top:10px;
}
#copyRight p {
	text-align: center;
	margin: 0 50px 0 50px;
	}
	
#copyRight a {
		color:#666666;
		text-decoration:none;
		}
		
#copyRight a:hover {
		color:#333333;
		}

