/* 1) Header ******************************************************************* */
#header 
{	
	margin:0;
}


/* 3) Welcome Bar ******************************************************************* */	
.welcomeBarFont 
{
	color: #336600;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight:bold;
	line-height: 2em; 
}
#navigation
{
	background-image:url(Images/navigationBackground.gif);
	background-repeat:repeat-x;		
	width: 960px;
}

/* 4) Body ******************************************************************* */	
body {
	margin: 0; 
	padding: 0; 
	background-color: #F5C000;	
	}
#container {
	width: 960px; 
	margin: 10px auto;
}
#content-header {
	margin: 20px 40px;
	}
	
#content
{	
	width: 960px;	
	overflow: hidden;
	padding:0;
	background-color:#FFFFFF;
}
.contentFont { 
	color: #464c56;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 1.6em;
	text-align:justify;
	}

.contentFontSm { 
	color: #464c56;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.6em;	
	text-align:justify;
	}

.gridFont { 
	color: #464c56;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align:justify;
	}

.contentProduct {
	word-wrap: break-word;
	width: 670px;
	padding-right: 10px;
	}

.myHeader {
	margin: 20px 40px;
	}
	
.contentStatement { 
	color: black;
	font-family:Verdana;
	font-size: 11px; 
	line-height: 1.6em;
	width: 550px;
	word-wrap: break-word;
	text-align:justify;
	}
	
#contentState
{
	color: black;
	font-family:Verdana;
	font-size: 11px; 
	line-height: 1.6em;
	width: 630px;	
	overflow: hidden;
	padding:0;
	background-color:#FFFFFF;
}

.contentFontSmall { 
	color: Maroon;
	font-family:Verdana;
	font-size: 11px; 
	font-weight:bold;
	line-height: 1.6em; 	
	}
.contentFill 
{
	margin-top:20px; 
	margin-bottom:30px; 
	margin-left:40px;	
	margin-right:40px;
	}

.messageFill 
{
	margin-top:20px; 
	margin-bottom:30px; 
	margin-left:-50px;	
	margin-right:40px;
	background-image:url(Images/Messages/warning.gif);
	padding-left: 50px;
	background-repeat:no-repeat;
	
	
	
	padding-top:10px;
	padding-bottom:30px;
}
	
.requiredFont {
	font-size:12px;
	font-weight:bold;
	color: #FF0000;
}

#footer {	
	overflow: hidden; 
	border:0; 
	padding:0;
	}
a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
}


ul {	
	font-family:Arial, Helvetica, sans-serif; 	
	line-height: 1.6em;
	font-size: 14px;
	color: #464c56;	 	
}
li {
	list-style-type:square;
	display: list-item;
	list-style-position:outside;
}

h1 {		
	font-family: Trebuchet MS;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;	
	color: #F5C000;
	text-decoration: none;	
}
h2 {		
	font-family: Trebuchet MS;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;	
	color: #F5C000;
	text-decoration: none;	
}
h3 {		
	color: #464c56;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight:bold;
	line-height: 1.6em; 
}
.message 
{
	background-image:url(Images/Messages/warning.gif);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#990000;		
	padding-top:10px;
	padding-left:50px;
	padding-bottom:20px;
	line-height: 38px;
}
.messageSuccess
{
	background-image:url(Images/Messages/success.gif);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#58a308;
	padding-top:10px;
	padding-left:50px;
	padding-bottom:55px;
	line-height: 38px;
}
.messageNotice
{
	background-image:url(Images/Messages/notice.gif);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#58a308;		
	padding-top:10px;
	padding-left:50px;
	padding-bottom:55px;
	line-height: 38px;
}

.streetNo
{
	width: 64px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid #ADD623;
	border-right: 1px solid #ADD623;
	background-color: #ECFABF;
}
.streetType
{
	width: 80px;
	background-color: #ECFABF;
}
.areaNo
{
	width: 32px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid #ADD623;
	border-right: 1px solid #ADD623;
	background-color: #ECFABF;
}

.contactNo
{
	width: 155px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid #ADD623;
	border-right: 1px solid #ADD623;
	background-color: #ECFABF;
}

.ddlStyle
{
	width: 200px;
	background-color: #ECFABF;
}

.ddlOrderStyle
{
	width: 220px;
	background-color: #ECFABF;
}

.textAreaStyle
{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid #ADD623;
	border-right: 1px solid #ADD623;
	background-color: #ECFABF;
	width: 400px;
	height: 150px;
	font-family:MS Sans Serif;
	font-size: 13px;
}

.tbStyle 
{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid #ADD623;
	border-right: 1px solid #ADD623;
	background-color: #ECFABF; /*OR #E1F3A5*/
	width: 200px;
}

.pnlStyle 
{
	background-color: #E0E0E0;
	width: 658px;
	height: 24px;
	color: #696969;
	font-family:Tahoma;
	font-weight: bold;
	font-size: 16px;
}

/* 5) Customer ******************************************************************* */	

#customerContainer
{	
	width:740px;	
}
#customerLeftNavigation 
{	
	width: 212px; 	 	
}
.Nav 
{
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #695217;
	margin-left :30px;
}
a.Nav:link 
{
	color: #695217;
	text-decoration: none;
}
a.Nav:visited 
{
	color: #695217;
	text-decoration: none;
}
a.Nav:active 
{
	color: #695217;
	text-decoration: none;
}
a.Nav:hover 
{
	color: #695217;
	text-decoration: underline;
}

.navHome
{
	padding-left:30px;
	font-family: Century Gothic;
	color: white ;
	font-size:15px;
	font-weight:bold;
	padding-top:8px;
	background-color:#ec7b28;
}
a.navHome:link { color: white; text-decoration: none}
a.navHome:visited { color: white; text-decoration: none}
a.navHome:active { color: white; text-decoration: none}
a.navHome:hover { color: #B50A66; text-decoration: none}

.navHeader
{
	padding-left:30px;
	font-family: Century Gothic;
	color: white ;
	font-size:15px;
	font-weight:bold;
	padding-top:8px;
	background-color:#ec7b28;
	
}
a.navHeader:link { color: white; text-decoration: none}
a.navHeader:visited { color: white; text-decoration: none}
a.navHeader:active { color: white; text-decoration: none}
a.navHeader:hover { color: #B50A66; text-decoration: none}

/* 6) Admin ******************************************************************* */
#adminContainer
{	
	width:740px;	
}
#adminLeftNavigation 
{	
	width: 212px; 	 	
}
.dgFontSmall
{
	font-family:Helvetica;
	font-size:12px;
	color: #464C56;
}
.productColor
{
	font-family:Verdana;
	font-size:12px;
	color: #464C56;
}
#colorList ul
{
	margin-left:0;
	padding-left:0;
	white-space:nowrap;
}

#colorList li
{
	display:inline;
	list-style-type:none;
}

#prodPicture
{
	float:left;
	padding-right: 20px;
}

#prodDesc
{
	float:left;
	
}
