/******************************************************************

	Exceptional SLEEP Framework.
	Copyright Peter Kaplan & Exceptional IT Services Inc 2007-2008
		
******************************************************************/
/******************************************************************
	General items
******************************************************************/
body {
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

img {
	border:none; 
}

a img {
	border:none; 
}

form {
	margin: 0px;
}

h1 {
	background-image: url(../images/background/title-line.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 75px;
	padding-top: 6px;
	font-size: 17px;
	color: #246AA0;
	line-height: 24px;
	font-weight: normal;
	margin-top: 11px;
}
h2 {
	font-size: 14px;
	color: #246AA0;
	padding-left: 0px;
	font-weight: normal;
	line-height: 18px;
}
h3 {
	font-size: 12px;
	color: #246AA0;
	padding-left: 0px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
p {
	font-size: 12px;
	line-height: 17px;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
}

.text p {
	font-size: 12px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}


.homepage {
}


.homepage h1 {
	font-family: Arial, sans-serif;
	background-image:none;
	text-align: center;
	font-size: 16px;
	color: #6699cc;
	padding: 0px;
	font-weight: bold;
	height:auto;
	margin: 0px;
}


.homepage h2 {
	color: #666666;
	font-size: 14px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: left;
}

.homepage img {
	text-align: center;
}


/******************************************************************
	Used by all pages. Makes the main body width 720 centered 
******************************************************************/
.eits_main_width {
	width: 720px;
	margin-left: auto;
    margin-right: auto;
}

.three_column_left {
	float: left;
	width:240px;

}


.two_column_left {
	float: left;
	width:245px;

}

.two_column_right {
	float: left;
	width:475px;
}

.service {
	font-size: 10px;
	margin: 0px;
	padding-right: 60px;
	padding-left: 22px;
	line-height: 14px;
	padding-top: 3px;
	color: #246AA0;
}
.box-text {
	font-size: 10px;
	margin: 0px;
	padding-right: 32px;
	padding-left: 22px;
	line-height: 15px;
	padding-top: 3px;
	color: #246AA0;
	padding-bottom: 4px;
}

/******************************************************************
	menu items
******************************************************************/
.eits_menu {
	height: 70px;
	background: url( "../images/background/background-header2.jpg") repeat-x;	
}

.eits_menu_center {
	height: 70px;
	text-align: left;
}

.eits_menu_item {
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	padding-top:24px;
	padding-left:14px;
	padding-right:14px;
	float: left;
	font-style: normal;
	font-weight: normal;
	color: #6699cc;
	text-decoration: none;
}
.eits_menu_item a{
	color: #6699cc;
	cursor: pointer;
	text-decoration: none;
}
.eits_menu_item a:hover{
	color: #336699;
	cursor: pointer;
}

.eits_menu_selected_left {
	right: 0px;
	left: 0px;
	top: 0px;
	width: 14px;
	height: 50px;
	float: left;
	background: url( "../images/navigation/nav-tab-left.gif") repeat-x;	

}
.eits_menu_selected_right {
	right: 0px;
	left: 0px;
	top: 0px;
	width: 14px;
	height: 50px;
	float: left;
	background: url( "../images/navigation/nav-tab-right.gif") repeat-x;	

}

.eits_menu_item_selected {
	text-decoration: none;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	padding-top:18px;
	padding-left:0px;
	padding-right:0px;
	height: 50px;
	float: left;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	background: url( "../images/navigation/nav-selected.jpg") repeat-x;	
}
.eits_menu_item_selected a{
	color: #336699;
	cursor: pointer;
	text-decoration: none;
}

/******************************************************************
	Header & Footer items
******************************************************************/
.sleep_header {
	background: url( "../images/background/background-header100.png") repeat-x;	
	text-align: left;
	height: 100px;
}

.sleep_header_logo {
	padding-top: 10px;
	padding-left: 18px;

}
/******************************************************************
	Header & Footer items
******************************************************************/
.sleep_footer {
	position: fixed;

	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 0px;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/background/background-footer.jpg);
}


.footer {
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	height: 50px;
	width: 850px;
	background-image: url(../images/background/background-copyright.gif);
	background-repeat: no-repeat;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AFC6DB;
	text-align: left;
	padding-left: 35px;
	padding-top: 12px;
}

.showcase {

	position: absolute;
	top: 0px;
	margin-left: 550px;
	}

/******************************************************************
	main items
******************************************************************/
.sleep_main_rgn {
	background-color: white;
	overflow: auto;
}

.sleep_main_rgn_ie {
	position: absolute;
	left: 0px;
	right: 17px; 
}

.sleep_main_rgn iframe {
	background-color: #FFFFFF;
}

.sleep_main_rgn_inner {
	margin: 15px;
}

.sleep_main_rgn_no_margin {
	margin: 0px;
	overflow: auto;
}



.main-bullets {
	list-style-type: none;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
}
.main-bullets li {
	padding-left: 15px;
	background-image: url(../images/bullets/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px .5em;
	padding-bottom: 5px;
}
.main-link {
	color: #246AA0;
	text-decoration: underline;
}
a.main-link:hover {
	color: #7FB86E;
}
