/* CSS Main Stylings for AGGases Website */
/*copyright 2011*/

/*Base Overrides*/

html
{
	overflow-y: scroll;
}
html, body, h1, h2, h3, h4, h5, h6, p, form, input, textarea, th, td, ul, li, img
{
	padding:0px;
	margin:0px;
	border:none;
    outline: none;
	font-family: "Helvetica Neue", Helvetica Neue, Verdana, Arial, sans-serif;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-family:"Segoe UI",Arial,Verdana,Helvetica,sans-serif;
	color: #222;
	font-size: 14px;
	text-align: left;
}
body
{
	height:100%;
	background:#dfdfdf;
	background:#ffffff;
	background-image: url("../img/body-gradientBG.jpg");
	background-repeat:repeat-x;
	background-image: linear-gradient(top, #DFDFDF 0%, #FFFFFF 60%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #DFDFDF 0%, #FFFFFF 60%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #DFDFDF 0%, #FFFFFF 60%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(top, #DFDFDF 0%, #FFFFFF 60%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(top, #DFDFDF 0%, #FFFFFF 60%, #FFFFFF 100%);
}
a
{
	color: #6685aa;
	color: #57933a;
	color: #44742d;
	color: #444;
	border:none;
    outline: none;
}
a:hover
{
	color: #6685aa;
	color: #446b17;
	color: #356ba9;
	color: #103a6b;
	
	text-shadow:0 -1px 10px #8bacd1;
	text-shadow:0 -1px 10px rgba(124, 168, 219, 0.8);
	border:none;
    outline: none;
}
p
{
	margin:0px 0 12px 0;
}
h1
{
	font-size: 32px;
	font-weight: 100;
	text-shadow: 1px 1px 14px #505050;
	padding-bottom: 12px;
}
h2
{
	font-size: 22px;
	font-weight:100;
	margin:12px 0 0px 0;
}

.unselectable, img
{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

/*---------------Modal Overlay and Message system------------------*/

.modal_underlay
{
	display:block;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	margin:0px;
	padding:0px;
	z-index:199; 
	background: #000000;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	cursor:pointer;
}
#noJavascript
{
	/*Message to display when the user has Javascript disabled*/
	position:relative;
	padding:12px;
	background-color:#DEDEDE;
	background: -webkit-linear-gradient(rgba(234, 238, 243, 0.2), #EAEEF3), -webkit-linear-gradient(bottom, #EAEEF3, #EAEEF3 97%, #D3D7DB);
	border-bottom:solid 1px #DEDEDE;
	font-size:20px;
	text-align:center;
	z-index: 210;
}


/*----------------NOW THE MAIN WEBSITE PAGE ELEMENTS STYLE---------------*/
#page-wrapper
{
	display:block;
	position:relative;
	width:1000px;
	height:94%;
	min-height:700px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
}
/*----------------Header Section--------------*/
#header-section
{
	height:60px;
	height:88px;
	margin-top:5px;
	margin-bottom:12px;
	background-color:#a19e9e;
	background-color:#a9a9a9;
	background-color:#68737a;
	
	box-shadow: 0px 0px 12px #CCC;
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
/*
#logo
{
	float:left;
	margin: 10px 0 0 40px;
}
#logo img
{
	width:100px;
	height:auto;
}
*/
#header-logo
{
	float:left;
	width:100px;
	height:auto;
	margin:none;
}

#mainNavMenu
{
	display:inline-block;
	*display: inline;
	zoom:1;
	
	float:right;
	margin-top:48px;
	list-style:none;
}
#mainNavMenu a
{
	text-decoration:none;
	color: #DEDEDE;
	text-shadow: 1px 1px 14px #808080;
	font-weight:lighter;
	font-family: "Helvetica Neue", Helvetica Neue, Verdana, Arial, sans-serif;
	
   -webkit-transition:color 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
   -moz-transition:color 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
   -o-transition:color 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
   transition:color 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
}
#mainNavMenu a:hover
{
	text-decoration:none;
	color: #FFF;
	text-shadow: 1px 1px 14px #CCC;
	font-weight:lighter;
	font-family: "Helvetica Neue", Helvetica Neue, Verdana, Arial, sans-serif;
	
   -webkit-transition:color 0.2s ease-in-out, text-shadow 0.3s ease-in-out;
   -moz-transition:color 0.2s ease-in-out, text-shadow 0.3s ease-in-out;
   -o-transition:color 0.2s ease-in-out, text-shadow 0.3s ease-in-out; 
   transition:color 0.2s ease-in-out, text-shadow 0.3s ease-in-out;
}
#mainNavMenu li
{
	display:inline-block;
	vertical-align:top;
	font-size: 20px;
	margin-right:40px;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#mainNavMenu li.selected a
{
	text-decoration:underline;
}
/*
a:hover:after
{
    content: attr(title);
    color: #000;
    display: block;
    position: absolute;
    text-align: center;
}
*/

/*-----------------Content section----------------*/
#content-section
{
	min-height:450px;
	//margin-top:15px;
	padding:30px;
	background:#dfdfdf;
	background-image: url("../img/body-gradientBG4.jpg");
	background-repeat:repeat-x;
	background-image: linear-gradient(top, #68737a 10%, #FFF 100%);
	background-image: -o-linear-gradient(top, #68737a 10%, #FFF 100%);
	background-image: -moz-linear-gradient(top, #68737a 10%, #FFF 100%);
	background-image: -webkit-linear-gradient(top, #68737a 0%, #EFEFEF 70%, #FFF 100%);
	background-image: -ms-linear-gradient(top, #68737a 10%, #FFF 100%);
	position:relative;

}

#homeSubNav
{
	position:absolute;
	top:5px;
}

#homeSubNav .navElement
{
	display:inline-block;
	vertical-align:top;
	width:270px;
	margin: 0px 30px 0px 0px;
	text-align:left;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#homeSubNav .center
{
	text-align:center;
}
#homeSubNav .right
{
	text-align:right;
}
#homeSubNav .navElement a
{
	text-decoration:none;
	-webkit-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out;
}
#homeSubNav .navElement a:hover
{
	color:#FFF;
	text-shadow: 0px 1px 8px white;	
	
	-moz-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, margin 0.1s ease-in-out;
	-o-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, margin 0.1s ease-in-out;
	transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, margin 0.1s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out;

}


/*----------------Footer Section---------------*/
#footer-section
{ 
	clear:both;
	width:100%;
	height:40px;
	margin-top:50px;
	padding:10px 0 7px 0;
	border-top:1px dotted #DDD;
	
	color: #999;
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	
	position:relative;
	display:block;
	z-index:201;
}
#footer-section a
{
	color: #808080;
	text-decoration:none;
}
#footer-section a span
{
	text-decoration:underline;
}
#footer-section a:hover
{
	color: #446b17;
	text-decoration:underline;
}
#footer-section .footerSub
{
	padding:0 10px;
}
#footer-section .footerSub.fltLeft
{
	float:left;
	text-align:left;
}
#footer-section .footerSub.fltRight
{
	float:right;
	text-align:right;
}

#footer-shadow-bottom
{
	display:none;
	overflow:hidden;
	height:25px;
}
#footer-shadow-bottom img
{
	height:30px;
	width:1000px;
}