/***************************************************************************
 *								samco.css
 *							-------------------
 *	usage				: Stylesheet for website
 *	date				: 24 May 2009
 *  author				: SAMCO Aircraft Maintenance
 *
 *
 **************************************************************************/


html, body {
	background-color: #FFCC99;
	background-image: url('/images/common/background.gif');
	background-position: top;
	background-repeat: repeat-x;
	
	width: 100%;
	height: 100%;
	
	margin: 0px 0px;
	padding: 0px 0px;
	 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}


/*************
	Header 
 ************/


#header {
	background-image: url('/images/common/logo.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	
	width: 1000px;
	height: 391px;
	
	margin: 0px auto;
}


/* Header, Preload images */
#preload {
	background-image: url('/images/common/menu_corner_selected.gif');
	background-position: left top;
	background-repeat: no-repeat;
	
	display: none;
	visibility: hidden;
}


/* Header, Top menu */
#topmenu {
	width: 825px;
	height: 18px;
	
	margin-top: 5px;
	
	float: right;
}


#topmenu ul {
	display: inline;
	list-style: none;
	
	width: 100%;
	
	margin: 0px;	
}


#topmenu li {
	background-image: url('/images/common/arrow.gif');
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 18px;
	
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 5px;
	
	float: right;
}


#topmenu li a {
	text-decoration: none;
	color: #000000;
}


#topmenu li a:hover {
	text-decoration: none;
	color: #E67107;
}


/* Header, Menu */
#menu {
	width: 825px;
	height: 25px;
	
	margin-top: 20px;
	
	float: right;
}


#menu ul.menu {
	display: inline;
	list-style: none;
	
	width: 100%;
	
	margin: 0px;
}


#menu ul.menu li.menu, 
#menu ul.menu li.lastmenu {
	background-color: #E67107;
	background-image: url('/images/common/menu_corner.gif');
	background-position: left top;
	background-repeat: no-repeat;
	
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	
	width: 120px;
	height: 25px;
	
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 10px;
	
	float: right;
	position: relative;
}


#menu ul.menu li.lastmenu {
	margin-right: 0px !important;
}


#menu ul.menu li.menu a, 
#menu ul.menu li.lastmenu a {
	text-decoration: none;
	color: #FFFFFF;
}


#menu ul.menu li.menu a:hover, 
#menu ul.menu li.lastmenu a:hover {
	text-decoration: none;
	color: #000000;
}


/* Header, Submenu */
#menu ul.menu li.menu ul.submenu, 
#menu ul.menu li.lastmenu ul.submenu {
	background-color: #FFFFFF;
	border-color: #E67107;
	border-style: solid;
	border-width: 2px;
	border-top: none;

	list-style: none;
	visibility: hidden;
	
	width: 195px;
	
	padding: 10px 10px 10px 10px;
	
	position: absolute;
	top: 25px;
	left: 0px;
}


#menu ul.menu li.lastmenu ul.submenu {
	left: auto !important;
	right: 0px;
}


#menu ul.menu li.menu ul.submenu li, 
#menu ul.menu li.lastmenu ul.submenu li {
	background-color: #FFFFFF;
	text-align: left;
}


#menu ul.menu li.menu ul.submenu li a, 
#menu ul.menu li.lastmenu ul.submenu li a {
	text-decoration: none;
	color: #000000;	
	line-height: 18px;
	
	display: block;
	
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#menu ul.menu li.menu ul.submenu li a:hover, 
#menu ul.menu li.lastmenu ul.submenu li a:hover {
	background-image: url('/images/common/arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	
	text-decoration: none;
	color: #E67107;	
	line-height: 18px;
	
	display: block;
	
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Header, Banner */
#banner {
	background-position: left bottom;
	background-repeat: no-repeat;
	
	width: 100%;
	height: 250px;
	
	padding-top: 38px;
}


#banner .corner {
	background-image: url('/images/common/banner_corner.gif');
	background-position: left top;
	background-repeat: no-repeat;
	
	width: 29px;
	height: 29px;
}


/* Header, Slogan */
#sloganbar {
	background-color: #E67107;
	background-image: url('/images/common/slogan.gif');
	background-position: top right;
	background-repeat: no-repeat;
	
	width: 1000px;
	height: 35px;
}


#sloganbar .pagetitle {
	background-color: #FFFFFF;
	background-image: url('/images/common/slogan_corner.gif');
	background-position: top right;
	background-repeat: no-repeat;
	
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
	color: #E67107;
	
	width: 160px;
	height: 35px;

	padding-left: 25px;
	padding-right: 30px;
}


/*************
	Center 
 ************/
 
 
#center {	
	background-color: #FFFFFF;
	
	width: 1000px;
	
	margin: 0px auto;
}


#content {	
	width: 765px;
	
	padding: 10px;
	padding-bottom: 20px;
	
	float: left;
}


#contentmenu {
	width: 215px;
	
	float: left;
}


#contentmenu ul {
	background-color: #FFFFFF;
	list-style: none;
	
	width: 195px;
	
	padding: 0px;
	margin: 10px;
}


#contentmenu ul li {
	background-color: #FFFFFF;
	text-align: left;
}


#contentmenu ul li a {
	text-decoration: none;
	color: #000000;	
	line-height: 18px;
		
	display: block;
	
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#contentmenu ul li a:hover {
	background-image: url('/images/common/arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	
	text-decoration: none;
	color: #E67107;	
	line-height: 18px;
	
	display: block;
	
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#contentmenu ul li a.selected {
	background-image: url('/images/common/arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	color: #E67107;
}


/*************
	Footer 
 ************/


#footer {	
	border-top-color: #E67107;
	border-top-style: solid;
	border-top-width: 2px;
	font-size: 9px;
	color: #E67107;
	
	width: 1000px;
	height: 25px;
	
	margin: 0px auto;
}


#footer ul {
	display: inline;
	list-style: none;
	
	width: 100%;
	
	margin: 0px;
}


#footer li {
	border-right-color: #E67107;
	border-right-style: solid;
	border-right-width: 1px;
	line-height: 11px;
	
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	float: right;
}


#footer li a { 
	text-decoration: none; 
	color: #E67107; 
}


#footer li a:hover { 
	text-decoration: none; 
	color: #000000; 
}


/*************
	General 
 ************/


/* General, links */
a { 
	text-decoration: none; 
	color: #E67107; 
}


a:hover { 
	text-decoration: none; 
	color: #000000; 
}


/* General, spacing */
.clear {
	clear: both;
}


.last {
	border: none !important;
	margin-right: 0px !important;
	padding-right: 0px !important;
}


/* General, text */
span.chapter {
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;	
}


span.section {
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
}


span.subsection {
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
}


#error {
	color: #CC0000;
}


/* General, tables */
table, td {
	padding: 5px;
	padding-left: 0px;
	padding-right: 10px;
}


/* General, forms */
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}


