/* @override http://localhost:8888/css/header.css */

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

 header.css -
 
 This CSS define all the styles used on the header website.
 
 SEQOY Web Site 2.0 (seqoy.com)
 Main CSS 
 
 Creation Date: May, 12. 2009
 Created by: SEQOY Development Team
 
 This file it's a open source CSS file, 
 you can use this code as free as you want.


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

/* Search */

.seqoyContainer #searchWindow {
	float: right;
	background: url(/imagens/base-search.png) no-repeat;
	width: 178px;
	height: 42px;
	margin-right: 15px;
	margin-top: 12px;
}



/* Header */

.seqoyContainer #header {
	
}

.seqoyContainer #logoSeqoy {
	position: relative;
	width: 140px;
	height: 33px;
	background: url(/imagens/logo-seqoy.png) no-repeat;
	left: 27px;
	top: 27px;
}

.seqoyContainer #header h1 {
	margin: 0;


/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;

/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Main Banner */

.seqoyContainer #mainBanner {
	position: relative;
	width: 1024px;
	top: 37px;
}

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

/* Main Menu */

.seqoyContainer #mainMenu {
	display: block;
	height: 55px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 11px;
	width: 750px;
}

.seqoyContainer #mainMenu ul {
	display: block;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.seqoyContainer #mainMenu ul li {
	display: block;
	float: left;
	height: 17px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 13px;
	padding: 14px 0px 0px;
}

.seqoyContainer #mainMenu ul li:hover {
	border-top: 2px solid white;
	padding: 12px 0px 0px;
}

.seqoyContainer #mainMenu ul li.selected {
	border-top: 2px solid white;
	padding: 12px 0px 0px;
}

.seqoyContainer #mainMenu ul li.selected:hover {
	padding: 12px 0px 0px;
}

.seqoyContainer #mainMenu ul li a {
	color: white;
}

.seqoyContainer #mainMenu ul li.mainMenuDivider {
	color: white;
	font-size: 13px;
	margin-left: 55px;
	padding: 13px 0px 0px;
	margin-right: 2px;
}

.seqoyContainer #mainMenu ul li.mainMenuDivider:hover {
	border-top: 2px solid white;
	border-style: none;
	padding: 13px 0px 0px;
}

