/*
Theme Name: ABICOM WP
Theme URI: http://noneYet.org/
Description: Developed for ABICOM.
Version: 1.0
Author: Gui Spyer
Author URI: http://www.pemomo.com/
Tags: custom header, fixed width, three columns, widgets

*/
body {
	margin: 0px;
	padding: 0px;
}

#page-wrap {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #ffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
}

#header {
	width: 960px;
	height: 72px;
	border-bottom: #55a251 1px solid;
}


#navcontainer
{
	width: 460px;
	height: 100px;
	margin: 0px 0 0 10px;
	padding: 0px;
	position: absolute;
	top: 102px;
	border: 1px solid aqua;
}

#sitemap {
	clear:both;
	float: right;
	margin: 0;
	padding: 0;
	padding-right: 415px;
	border: 1px solid silver;
}

#mainContent {
	margin: 0;
	padding-top: 10px;
	clear: both;
}

#content {
	width: 680px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0 10px;
	border: red 1px solid;*/
}

#rightCol {
	float: right;
	width: 250px;
	overflow: hidden;
	margin: 0;
	padding: 0px 0px;
	border: fuchsia 1px solid;*/
}


/*////////// STYLES //////////*/

p {
	padding: 0px;
	word-spacing: 1px;
	word-wrap: normal;
	word-break: normal;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #85a851;
}

a:hover {
	text-decoration: none;
	color:#496f10;
}

img {
	border: none;
	background: none;
}


/*////////// HEADERS //////////*/

#logo {
	position: absolute;
	top: 10px;
	width: 247px;
	height: 71px;
	margin-left: 10px;
	background: #ffff url(images/logo.gif) no-repeat left top;
}

#header h1 { display: none;}

#header h2 a {
	font-size: 22px;
	font-weight: lighter;
	color: #16a07b;
	font-style: italic;
	margin-left: 275px;
	line-height: 110px;
}
#header span { font-weight: bold; }

#fotoHeader {
	float:right;
	height: 106px;
	padding: 5px 10px 0 1px;
}


/*/////////// MAIN NAVIGATION ///////////////*/	

#navcontainer h2 { display: none; }

#navcontainer ul, #subNav ul {
	margin: 0px;
	padding: 10px 0 0 0px;
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a {
	text-decoration: none;
	font-family: Arial; sans-serif;
	font-size: 12px;
	color: white;
	font-weight: normal;
	float: left;
	margin: 0px;
	width: 80px;
	padding-top: 70px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	}

#navcontainer ul li a:hover { padding-right: 0px; }

#navcontainer ul li.page-item-43 a { background: url(images/navBtn1.gif) no-repeat top left; }
#navcontainer ul li.page-item-41 a { background: url(images/navBtn2.gif) no-repeat top left; }
#navcontainer ul li.page-item-39 a { background: url(images/navBtn3.gif) no-repeat top left; }
#navcontainer ul li.page-item-6 a { background: url(images/navBtn4.gif) no-repeat top left; }
#navcontainer ul li.page-item-29 a { background: url(images/navBtn5.gif) no-repeat top left; }

#navcontainer ul li.page-item-43 a:hover, #navcontainer ul li.page-item-43.current_page_item a { 
	background: url(images/navBtn1_Over.gif) no-repeat top left;
}
#navcontainer ul li.page-item-41 a:hover, #navcontainer ul li.page-item-41.current_page_item a {
	background: url(images/navBtn2_Over.gif) no-repeat top left;
}
#navcontainer ul li.page-item-39 a:hover, #navcontainer ul li.page-item-39.current_page_item a {
	background: url(images/navBtn3_Over.gif) no-repeat top left;
}
#navcontainer ul li.page-item-6 a:hover, #navcontainer ul li.page-item-6.current_page_item a {
	background: url(images/navBtn4_Over.gif) no-repeat top left;
}
#navcontainer ul li.page-item-29 a:hover, #navcontainer ul li.page-item-29.current_page_item a {
	background: url(images/navBtn5_Over.gif) no-repeat top left;
}


#subNav ul li { float: left; padding: 0 5px; }

#subNav ul li a {
	font-size: 14px;
		
}

/*//////// SIDE BAR ///////*/

.widget {
	border: 1px solid blue;
	width: 100%;
}

h2.widgettitle {
	text-decoration: none;
	list-style-type: none;
	color: white;
	line-height: 32px;
	padding-left: 3px;
	background: url(images/sideColBoxBlue.gif) top left no-repeat;
}

#sidebar ul { list-style-type: none; }


#afilie { background: url(images/sideColBoxBrown.gif) top left no-repeat; }

#afilie h2 {
	color: white;
	padding: 3px 0 0 3px;
}

#afilie p {
	color: white;
	padding: 3px 0 0 3px;
}



/*////////// FOOTER //////////*/

.pushbottom { clear:both; }

#footer {
	padding-top: 50px;
	height: 20px;
	font-size: 10px;
}

#footer h3 { display:none;}

#footerRight {
	margin: 0 10px 0 0;
	background: #C5BBA0 url(images/oo_mag_footerRt_bg.gif) repeat-x top;
	width:430px;
	float:right;
	text-align: center;
	border: 1px solid #C5BBA0;
}

#footerLeft {
	margin: 0 0 0 10px;
	background: #8BA8BA url(images/oo_mag_footerLft_bg.jpg) repeat-x top;
	width: 430px;
	float:left;
	text-align:center;
	border: 1px solid #8BA8BA;
}


/*////////// FUN CLASSES //////////*/

.screen-reader-text { position: absolute; left: -9999px; }

/*////////// FORMS //////////*/





