/***********************************************/
/* Default Settings                            */
/***********************************************/
/* 
 Color Yellow : #eeea27
 Color Red : #c50b2b
 TM: &#8482;
*/

/***********************************************/
/* Body                                        */
/***********************************************/
body{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: 13px arial,verdana,helvetica,sans-serif;
/*	background: gray url("./images/gray_background.jpg") fixed;*/  
	background: #102461 url("./images/bckground_blue.jpg") fixed;  

}

h1{
 font-size: 120%;
}
h2{
 font-size: 120%;
}
h3{
 font-size: 120%;
}

ul{
 list-style-type: disc;
 font-family: Arial,sans-serif;
}

li{
 padding-bottom: 2px;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.smallheadline {
	font: 16px arial,verdana,helvetica,sans-serif;
	font-weight: bold;
	text-align: center;
}

a.linkcolor:link, a.linkcolor:visited{
	color: #333333;
	font: 13px arial,verdana,helvetica,sans-serif;
	font-weight: normal;
	text-decoration: none;
	cursor: text;
}

a.linkcolor:hover, a.linkcolor:active{
	color: #333333;
	font: 13px arial,verdana,helvetica,sans-serif;
	font-weight: normal;
	text-decoration: none;
	cursor: text;
}


/***********************************************/
/* Bannder                                     */
/***********************************************/

#banner_top {
 background-color: black;
 border-bottom: 8px solid yellow;
 color: white;
 padding: 5px 0;
/* margin-bottom: 75px;*/ 
 margin-bottom: 40px; 
}
#banner_address {
 width: 750px;
 margin: 0 auto;
 text-align: right;
}
#banner_logo {
/* margin-top: -55px;
 margin-left: -20px;
 margin-bottom: 0px;
*/
 
 position: absolute; 
 left: 20px; 
 top: 10px;
/* top: 19px; */
}	
/***********************************************/

/***********************************************/
/* Left Menu                                   */
/***********************************************/
#left_column {
 width: 135px;
 float: left;
 margin: 20px 0;
 padding: 1.5px;
 background-color: black;
 text-align: center;
}
#left_column a {
 display: block;
 color: black;
 text-decoration: none;
 font-weight: bold;
 padding: 3px 0px 3px 0px;
 background-color: #f7f7f6;
 border-top: 1px solid #eeeeee;
 border-bottom: 1px solid #cccccc;
}

#sectionLinks{
 margin: 0px;
 padding: 0px;
}

#sectionLinks a:hover{
 background-image: url("./images/plank_hover.jpg"); 
 font-weight: bold;
 color: white;
 text-decoration: none; 
}

/***********************************************/


/***********************************************/
/* Footer                                      */
/***********************************************/
#footer {
 clear: both;
 background-color: black;
 border-top: 5px solid yellow;
 text-align: center;
 color: white;
 padding: 5px 0;
}
#footer a {
 color: white;
}

/***********************************************/

/***********************************************/
/* Wrapper                                     */
/***********************************************/
#wrapper {
 width: 750px;
 margin: 0 auto;
 margin-bottom: 10px;
}
/***********************************************/


/***********************************************/
/* Content                                     */
/***********************************************/

#content {
 position: relative;
 float: right;
 width: 550px;
 margin-top: 20px;
 padding: 20px;
 border: 1.5px solid black;
 background-color: white;
 min-height: 480px;
}

#content_home {
 position: relative;
 float: right;
 width: 589px;
 margin-top: 20px;
 border: 1.5px solid black;
 background-color: white;
 min-height: 480px;
}



/***********************************************/
/***********************************************/

#product_menu {
 text-align: left;
 padding-bottom: 10px;
 border-bottom: 1px solid black;
}

#product_menu a {
  display: inline;
	width: 110px;
	padding: 2px;
  margin: 1px;
	font-size: 100%;
	font-weight: bold;
	color: black;
	border: 2px outset #e0dfe3;
	text-decoration: none;
  background-color: #ececef;	
}
#product_menu a:hover {
	border: 2px inset;
  background-color: #ececef;	
} 

#registration_menu a {
  display: inline;
	width: 110px;
	padding: 2px;
	font-size: 100%;
	font-weight: bold;
	color: black;
	border: 2px outset #e0dfe3;
	text-decoration: none;
  background-color: #ececef;	
}
#registration_menu a:hover {
	border: 2px inset;
  background-color: #ececef;	
} 

#stains {
 height: 65px;
 text-align: center;
 border: 1px ridge #6699cc;
 font-size: 120%;
 font-weight: bold;
 padding: 0px;
 margin: 0px;
 background-color: #d9dae7;
}

#outline_block {
 padding: 0px 3px;
 text-align: center;
 border: 1px solid #111d82;
 background-color: #f6f6f6;
}

/***********************************************/



