/* PAPILLON LAB Home Page Styles */
* {
	margin: 0;
	padding: 0;
}


body {
    background-color: #EF942D;
	background-image:  url(../images/pagebg_top.gif); /**  pagebg_top.gif - another bg style */
	background-repeat: repeat-x;
	background-position: top left; /** a hack to align centrally design */
	text-align: center;
	font-size: 1em;
}

.note {
margin: 2%;
border-top: 1px dotted #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
padding-top: 8px;
padding-bottom: 8px;
}

#page {
	height: 100%; 	  /*    min-height doesn't work for IE  */
	width: 840px;
	position: relative;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /** fixing text alignment after body centered alignment */
	color: #6D6D6D;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 0.8em;
}

html, body, #page {
	min-height: 100%; /* ensures that footer can be placed beyond 100% margin */
}

<!--[if IE 5]>
html, body, #page {
	height: 100%;
}
<![endif]-->


#header {
	width: 100%;
}

#header #logo {
	/* future development, add live chat, support links at the top & change logo idea */
	/* background:#FFFFFF url('../images/logobanner_papillons.gif') no-repeat top left; */
	height: 111px;
}

#header #logo #toplinks {
}

#header #nav {
	height: 49px;
	max-height: 49px;
}

#header #nav .navlinks {
	width: 640px;
	max-width: 640px;
}

#header #nav span {
	float: left;
	margin: 0;
	padding: 0;
	clear: right;
}

#header #banner {
}


/* home page footer design */

#footer {
	position: relative;
	bottom: 0;
	width: 100%;
}

#footer #bottomlinks {
	width: 100%;
	background-color: #A2C0EB;
	padding: 16px 0 16px 0; 
	text-align: center;
	color: #7096CC; 
	text-transform: uppercase;
	font-size: 7pt;
}

#footer #bottomlinks a:link    { text-decoration: none; color: #265085; }
#footer #bottomlinks a:visited { text-decoration: none; color: #265085; } 
#footer #bottomlinks a:hover   { text-decoration: underline; color: #265085; }
#footer #bottomlinks a:active  { text-decoration: underline; color: #265085; }

/* seo */

#bottomlinks #seo {
	color: #7096CC;
	margin: 5px 25px 0px 25px;
	line-height: 1.4em;
	/*font-size: 0.8em;*/
	text-transform: uppercase;
}


#footer #copyright {
	width: 100%;
	padding: 8px 0 8px 0;
	text-align: center;
	font-family: Tahoma;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #9F590B;
}

.redtxt {
	color: #cc0000;
}

/* styled form elements */
.btn {
	margin-top: 10px;
	background-color: #F2BA31;
	color: white;
	font: bold 85% Verdana;
	font-size: 10pt;
	text-transform: uppercase;
	border: 1px solid #E79224;
	padding: 2px 15px 2px 15px;	
  	filter:progid:DXImageTransform.Microsoft.Gradient
  	(GradientType=0,StartColorStr='#ffEFBB2E',EndColorStr='#ffEF942D'); /* specifying octets with ff opacity */
}

.stl {
	border: 1px solid #F2C490;
	padding: 2px;
	background-color: #F2E3D3; 
	color: #FF6600;
}

.chk {
	border: 1px solid #E79224;
	padding: 2px;
  	filter:progid:DXImageTransform.Microsoft.Gradient
  	(GradientType=0,StartColorStr='#ffF2E3D3',EndColorStr='#ffF2C490'); /* specifying octets with ff opacity */
}

/*  margins */

.margin_top_10 {
	margin-top: 10px;
}

.margin_top_5 {
	margin-top: 5px;
}
