body, h1, div, ul, li, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #004577 url(../images/bg.gif) top left repeat;
	text-align: center;
}

div, p, ul, ol, li, h1, h2, h3, h4, dl, dd, td, th {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
h3 {
	color: #8bc9fc;
	font-size: 1.2em;
	margin: 0 0 3px;
	font-size: 1.2em;
	margin: 0 0 3px;
}
h4 {
	color: #8bc9fc;
	font-size: 1em;
	margin: 0 0 3px;
	font-size: 1em;
	margin: 0 0 3px;
}

a:link, a:visited {
	color: #592647;
	text-decoration: underline;
}
a:hover, a:active {
	color: #A06F8F;
	text-decoration: underline;
}

h2 {
	color: #743560;
	font-size: 14px;
}
h3 {
	color: #0384AE;
}

h1 span, h2 span { display: none; }

.clear {
	width: 100%;
	height: 1px;
	clear: both;
	overflow: hidden;
}

.top {
	display: block;
	text-align: right;
	font-size: 10px;
}

.img-left {
	float: left;
	margin: 0 10px 7px 0;
}

form {
	text-align: center;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */

#super-wrapper {
	width: 100%;
	background: url(../images/bg.jpg) top left repeat-x;
	
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg-main.jpg) 0 0 repeat-y;
	
}

#side-left {
	background: url(../images/side-left.jpg) top left no-repeat;
}
#side-right {
	background: url(../images/side-right.jpg) top right no-repeat;
}

#main {
	margin-left: 21px;
	width: 727px;
}

#top {
	width: 727px;
	height: 95px;
	background: url(../images/bg-top.jpg) 0 0 repeat-x;
}
	#top img {
		float: left;
	}
	
	#menu-container {
		float: right;
		margin: 43px 20px 0 0;
	}
		#menu-container a:link, #footer-right a:visited {
			color: #00447C;
			text-decoration: none;
		}
		#menu-container a:hover, #menu-container a:active {
			color: #00447C;
			text-decoration: underline;
			}
	#menu {
		/*background: url(../images/menu.gif) top left no-repeat;		*/			
		width: 272px;
		height: 25px;
		position: relative;
	}
		#menu li span {display: none;}
		#menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
		
		#menu li, #menu a {height: 25px; display: block;}
		#menu-01 { left: 0; width: 37px;}
		#menu-03 { left: 56px; width: 47px;}
		#menu-04 { left: 122px; width: 32px;}
		#menu-05 { left: 173px; width: 46px;}
		#menu-06 { left: 238px; width: 35px;}
		
		/*#menu-01 a:hover {background: transparent url(../images/menu.gif) 0 -25px no-repeat;}
		#menu-03 a:hover {background: transparent url(../images/menu.gif) -56px -25px no-repeat;}
		#menu-04 a:hover {background: transparent url(../images/menu.gif) -122px -25px no-repeat;}
		#menu-05 a:hover {background: transparent url(../images/menu.gif) -173px -25px no-repeat;}
		#menu-06 a:hover {background: transparent url(../images/menu.gif) -238px -25px no-repeat;}*/
		
		/* MENU WITH PRODUCTS
		#menu-01 { left: 0; width: 37px;}
		#menu-02 { left: 56px; width: 52px;}
		#menu-03 { left: 127px; width: 47px;}
		#menu-04 { left: 193px; width: 32px;}
		#menu-05 { left: 244px; width: 46px;}
		#menu-06 { left: 308px; width: 35px;}
		
		#menu-01 a:hover {background: transparent url(../images/menu.gif) 0 -25px no-repeat;}
		#menu-02 a:hover {background: transparent url(../images/menu.gif) -56px -25px no-repeat;}
		#menu-03 a:hover {background: transparent url(../images/menu.gif) -127px -25px no-repeat;}
		#menu-04 a:hover {background: transparent url(../images/menu.gif) -193px -25px no-repeat;}
		#menu-05 a:hover {background: transparent url(../images/menu.gif) -244px -25px no-repeat;}
		#menu-06 a:hover {background: transparent url(../images/menu.gif) -308px -25px no-repeat;}
		*/

#banner {
	width: 727px;
	height: 183px;
}
	#home #banner { background: url(../images/banner/home.jpg) 0 0 no-repeat; }
	#products #banner { background: url(../images/banner/home.jpg) 0 0 no-repeat; }
	#services #banner { background: url(../images/banner/services.jpg) 0 0 no-repeat; }
	#team #banner { background: url(../images/banner/team.jpg) 0 0 no-repeat; }
	#contact #banner { background: url(../images/banner/contact.jpg) 0 0 no-repeat; }
	#login #banner { background: url(../images/banner/login.jpg) 0 0 no-repeat; }
	
		#home #banner {
			height: 230px;
		}
		#banner p {
			top: 106px;
			left: 36px;
			position: relative;
			margin: 0;
		}
		#banner a {
			width: 294px;
			height: 28px;
			display: block;
		}
		#banner a span { display: none; }

#home #content {
	width: 463px;
	float: right;
	background: #FBDC48 url(../images/bg-content-home.jpg) left bottom no-repeat;
}
	#content p, #content h2, #content h3, #content h4 {
		margin:  0 20px 0 20px;
		line-height: 22px;
	}
	#content ul, #content ol, #content dl {
		margin: 0 20px 10px 35px;
	}
	#content h1 {
		width: 727px;
		height: 47px;
		margin-bottom: 10px;
	}
	#content h2 {
		text-transform: uppercase;
	}
	
		#products h1 { background: url(../images/header/products.jpg) 0 0 no-repeat; }
		#team h1 { background: url(../images/header/team.jpg) 0 0 no-repeat; }
		#services h1 { background: url(../images/header/services.jpg) 0 0 no-repeat; }
		#contact h1 { background: url(../images/header/contact.jpg) 0 0 no-repeat; }
		#login h1 { background: url(../images/header/login.jpg) 0 0 no-repeat; }
		
	#home #content h1 {
		width: 463px;
		height: 47px;
		background: url() 0 0 no-repeat;
	}	
	#content dt {
		font-weight: bold;
		background: url(../images/arrow.gif) 0 2px no-repeat;
	}
	#content dt, #content dd {
		font-size: 12px;
		padding-left: 15px;
	}
	#content dd {
		padding-bottom: 10px;
	}
	#content p {
		padding: 0 0 10px 0;
	}
	#content h3 {
		padding: 10px 0 0 0;
	}

/*
#sub-menu {
	width: 200px;
	padding: 20px;
	background-color: #F4F4F4;
	border-left: 2px solid #004577;
	float: right;
	margin: 0 20px 10px 20px;
}
	#sub-menu ul, #sub-menu li {
		margin: 0;
		padding: 0;
	}
	#sub-menu li {
		list-style: none;	
		background: transparent url(../images/arrow.gif) 0 10px no-repeat;
		padding-left: 16px;
		line-height: 30px;
	}
*/

#sub-menu {
	width: 100%;
	text-align: center;
}
	#sub-menu ul, #sub-menu li {
		margin: 0;
		padding: 0;
	}
	#sub-menu li {
		display: inline;
		padding-right: 15px;
		list-style: none;	
		background: transparent url(../images/arrow.gif) 0 2px no-repeat;
		padding-left: 16px;
		line-height: 30px;
		font-size: 14px;
		font-weight: bold;
	}
	
.product {
	width: 264px;
	float: left;
	background: url(../images/product-divider.gif) left bottom no-repeat;
	padding: 20px 0 20px 0;
	background-color:#FDD101;
	position:relative;
	cursor:pointer;
	
}
.product:hover{
	background-color:#FBDC48;

}
.product-box {
	width: 264px;
	float: left;


	background-color:#FDD101;
	position:relative;
}
	.product p, .product h3 {
		margin: 0 10px 0 90px;
		padding: 0;
		font-size: 12px;
		line-height: 18px;
	}
	.product p {
		color: #838383;
	}
	.product img {
		float: left;
	}
	.project-img {
		margin-left: 0px;
		margin-right:10px;
	}

#footer {
	width: 727px;
	height: 69px;
	background: url(../images/bg-footer.gif) 0 0 repeat-x;
	margin-top: 10px;
}
	
	#footer-left {
		width: 182px;
		height: 69px;
		float: left;
		background: url(../images/bg-footer-left.gif) right top no-repeat;
	}
		#footer-left p {
			color: #8E8E8E;
			font-size: 11px;
			margin: 10px 0 0 10px;
		}
		#footer-left span {
			color: #00447C;
		}
		#footer-left a:link, #footer-left a:visited {
			color: #8E8E8E;
			text-decoration: none;
		}
		#footer-left a:hover, #footer-left a:active {
			color: #8E8E8E;
			text-decoration: underline;
		}
	
	#footer-right {
		width: 545px;
		float: right;
		text-align: center;
		margin-top: 23px;
	}
		#footer-right p {
			color: #00447C;
			text-transform: uppercase;
		}
		#footer-right a:link, #footer-right a:visited {
			color: #00447C;
			text-decoration: none;
		}
		#footer-right a:hover, #footer-right a:active {
			color: #00447C;
			text-decoration: underline;
		}

#disclaimer {
	width: 727px;
	text-align: center;
	padding: 8px;
}
	#disclaimer p {
		font-size: 11px;
		color: #8E8E8E;
	}
	#disclaimer a:link, #disclaimer a:visited {
		color: #8E8E8E;
		text-decoration: none;
	}
	#disclaimer a:hover, #disclaimer a:active {
		color: #8E8E8E;
		text-decoration: underline;
	}

#login-top {
	text-align: right;
	/*background: #0078A7;*/
	background: #EAEAEA;
	padding: 5px;
	/*color: #FFF;*/
	font-size: 11px;
}
	#login-top form {
		margin-right: 13px;
		text-align: right;
	}
	#login-top input {
		font-size: 11px;
		border: 0px;
		background: #E4E2E2;
		border: 1px solid #CECECE;
		color: #000;
	}

.toggle{
padding-left:20px!important;
font-size:12px;
background-image:url("../files/titlesBackgroundImage_1.png");
background-position:-1px 6px;
background-repeat:no-repeat;
cursor:pointer!important;
}
.stretch{
width:390px;
height:200px;
margin-top:0px;
margin-bottom:0px;
margin-left:35px;
margin-right:10px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
border-top-width:0px;
border-bottom-width:0px;

border-color:#cccccc;



}