﻿/***** Default Properties ****/
body{
	position: relative;
	margin: 0;
	padding: 0;
	font: 80% arial;
}

h1, h2, h3, h4, h5, h6, form{
	padding: 0;
	margin: 0;
}

img{
	border: 0;
}


p, ul, ol, dl{
	padding: 0;
	margin: 0 0 1.5em;
}

ul{
	margin-left: 2em;
}

ol{
	margin-left: 2.5em;
}

/***** Layout *****/
table.layout{
	width: 100%;
}

table.layout td{
	vertical-align: top;
}

table.layout td.contentContainer
{
	height:722px;
}

table.layout td.logoMenuContainer{
	position: relative;
	width: 236px;
	background: #e8d8ac;
}

div.logoHome{
	margin: -1px;
	background:#584066 url("../../images/logoBg.gif") repeat-x bottom;
	padding-bottom: 10px;
}

div.logoHome h1{
	padding:59px 38px;
}


div.logoCraft{
	margin: -1px;
	background:#DE8988 url("../../images/logoBg.gif") repeat-x bottom;
	padding-bottom: 10px;
}

div.logoCraft h1{
	padding: 59px 38px;
}

div.logoEventsProjects{
	margin: -1px;
	background:#C2C5C7 url("../../images/logoBg.gif") repeat-x bottom;
	padding-bottom: 10px;
}

div.logoEventsProjects h1{
	padding: 59px 38px;
}

div.logoContactUs{
	margin: -1px;
	background:#7A5C6E url("../../images/logoBg.gif") repeat-x bottom;
	padding-bottom: 8px;
}

div.logoContactUs h1{
	padding: 59px 38px;
}



div.menuContainer{
}

div.menuContainer ul{
	padding:0px 0 0 3px;
	margin: 0;
	list-style: none;	
}

div.menuContainer ul li{
}

div.menuContainer ul li a{
	width: 193px;
	height:20px;
	padding-bottom:15px;
	display:block;
	text-decoration:none;	
}
div.menuContainer ul li Span
{	
	line-height:20px;
	padding-left:15px;
	vertical-align:top;    
	font-family:Arial, Helvetica, sans-serif;
	font-weight:Normal;    
	font-size: 10pt;
	color:#896F80;
}
div.menuContainer ul li.Home{
	height: 20px;
	padding-bottom: 15px;
	background:url('../../images/MenuHomeSelected.jpg') no-repeat;
}

div.menuContainer ul li.Craft{
	height: 20px;
	padding-bottom: 15px;
	background:url('../../images/MenuCraftsSelected.jpg') no-repeat;
}

div.menuContainer ul li.Products{
	height: 20px;
	padding-bottom: 15px;
	background:url('../../images/MenuProductsSelected.jpg') no-repeat;
}

div.menuContainer ul li.EventsProjects{
	height: 20px;
	padding-bottom: 15px;
	background:url('../../images/menuEventsProjectsSelected.jpg') no-repeat;
}

div.menuContainer ul li.ContactUs{
	height: 20px;
	padding-bottom: 10px;
	background:url('../../images/MenuContactUsSelected.jpg') no-repeat;
}

div.menuContainer ul li a.Home{
	/*background:url('../../images/MenuHome.jpg') no-repeat;*/
}
	

div.menuContainer ul li a.Craft{
	background:url('../../images/MenuCraftEnterprise.jpg') no-repeat;
}

div.menuContainer ul li a.Products{
	background:url('../../images/MenuProducts.jpg') no-repeat;
}

div.menuContainer ul li a.EventsProjects{
	background:url('../../images/MenuEventsProjects.jpg') no-repeat;
}

div.menuContainer ul li a.ContactUs{
	background:url('../../images/MenuContactUs.jpg') no-repeat;
}

table.layout td.logoMenuContainer div.login{
	position: absolute;
	padding: 0 10px;
	margin: 0 10px;
	bottom: 10px;
	_bottom: 0;
	width: 196px;
	height: 163px;
	background: #fff ;
   
}

*:first-child+html div.login{
	bottom: 0px !important;
}

/**** BEGIN BG ****/
table.layout td.homeBg{
	width: 150px;
	background: url("../../images/Homebg.gif") repeat-y center;
}

table.layout td.craftsBg{
	width: 96px;
	padding:0;
	margin: 0;
	background: url("../../images/Craftsbg.gif") repeat-y 11px 0px;
}

table.layout td.productsBg{
	width: 96px;
	padding:0;
	margin: 0;
	background: url("../../images/bgProducts.gif") repeat-y 12px 0px;
}

table.layout td.contactUsBg{
	width: 164px;
	padding: 0;
	margin: 0;
	background: url("../../images/bgContactUs.gif") repeat-y 9px 0px;
}


/***** END BG *****/
div.homeHighliteImage{
	background: #916f6d url("../../images/bgwhite.gif") repeat-y 268px;
}

div.homeHighliteImage img{
	margin-right: 10px;
}

div.homeHighliteImage img{
	float: left;
	width: 268px;
	height: 355px;
}

div.homeHighliteImage ul{
	padding: 0;
	margin: 0;
}

div.homeHighliteImage ul li{
	padding:20px 20px 20px 318px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background:url('../../images/HomeLeftDot.jpg') no-repeat 298px 22px
}

div.homeHighliteImage a
{
	display:block;
	padding: 0 0 10px 318px;
	color: #BBB7B9;
	text-decoration:none;
}


/***** Miscellaneous *****/
.clearFix{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

div.logoProducts{
	margin: -1px;
	background:#BAC7AB url("../../images/logoBg.gif") repeat-x bottom;
	padding-bottom: 10px;
}

div.logoProducts h1{
	padding: 59px 38px;
}

table.layout td.eventsProjectsBg{
	width: 180px;
	padding: 0;
	margin: 0;
	background: url("../../images/bgEventsProjects.gif") repeat-y 9px 0px;
}


