body {
	position: relative;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F0F0F0;
	background-image: url(img/body.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #6B6B6B;
}
html, body, h1, h2, h3, h4, h5, h6, p, strong, em, a, div, span, sub, hr, br, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
a, a:link {
	color: #006600;
}
a:hover, a:focus {
	color: #00B700;
}
a:visited {
	color: #006600;
}
#main {
	position: relative;
	width: 766px;
	margin: 0px auto;
	height: 600px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header {
	background-image: url(img/logo_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	width: 766px;
}
#title {
	position: relative;
	height: 138px;
	width: 766px;
}
#title h1 {
	display: none;
}
#title h2 {
	color: #82C226;
	font-size: 25px;
	font-weight: normal;
	position: absolute;
	text-align: right;
	width: 747px;
	bottom: 8px;
}

#content {
	position: relative;
	width: 750px;
	margin: 0px;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	padding: 0px 8px;
}
#menu {
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 32px;
}
#menu ul {
	position: absolute;
	width: 742px;
	left: 9px;
	top: 8px;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0px 5px;
}
#menu ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
#menu ul li a:hover {
	color: #82C226;
	text-decoration: underline;
}
#menu li strong {
	color: #82C226;
	font-size: 12px;
	font-weight: normal;
}

#menu_home {
	position: relative;
	height: 250px;
	width: 750px;
	background-image: url(img/menu_home_bkgrnd.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	background-position: 0px 0px;
}
#menu_home .item_menu_home {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 250px;
	background-image: url(img/menu_home_bkgrnd.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 300px;
}
#menu_home .title_item_menu {
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 250px;
	position: relative;
	float: left;
	cursor: default;
}

#menu_home .text_item_menu {
	position: relative;
	width: 300px;
	margin: 25px 0px 0px 150px;
}
#menu_home .text_item_menu h3 {
	position: relative;
	margin: 0px 15px 0px 0px;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: normal;
	border-color: #990000;
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	padding: 0px 0px 5px 15px;
	width: 250px;
}
#menu_home .text_item_menu p {
	margin: 10px 10px 0px 120px;
	font-size: 11px;
}
#menu_home .video h3 {
	border-color: #990000;
}
#menu_home .web h3 {
	border-color: #0066FF;
}
#menu_home .grafica h3 {
	border-color: #82C226;
}
#menu_home .item_menu_image {
	position: absolute;
	top: 50px;
	left: 8px;
}
#menu_home .video h3 {
	border-color: #990000;
}
#menu_home .web h3 {
	border-color: #0066FF;
}
#menu_home .grafica h3 {
	border-color: #82C226;
}
#menu_home .plus_info {
	background-image: url(img/ico_plus.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 33px;
	top: 169px;
	width: 130px;
	left: 29px;
}
#menu_home .plus_info a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 0px 0px 38px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 92px;
	height: 25px;
}
#menu_home .plus_info a:hover {
	color: #FFFFFF;
}
#submenu {
	position: absolute;
	width: 130px;
	right: 18px;
	z-index: 1000;
	top: 44px;
}
#submenu h2 {
	font-size: 12px;
	color: #666666;
	text-align: right;
	border-color: #333333;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin: 5px 0px 8px 0px;
	padding: 5px 0px 3px 0px;
}

#submenu ul {
}
#submenu li {
	list-style-type: none;
	text-align: right;
}
#submenu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#submenu li a:hover {
	color: #82C226;
	text-decoration: underline;
}



/* This layout is for subpages */
#main_content {
	position: relative;
	height: 250px;
	width: 750px;
	background-image: url(img/menu_home_bkgrnd.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#main_content .item_content {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 250px;
	background-image: url(img/menu_home_bkgrnd.jpg);
	background-repeat: repeat-x;
	width: 600px;
}
#main_content .title_item_content {
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 250px;
	position: relative;
	float: left;
	cursor: default;
}

#main_content .text_item_content {
	margin: 0px 0px 0px 150px;
	position: absolute;
	left: 0px;
	width: 450px;
	top: 0px;
	height: 250px;
	padding: 0px 0px 0px 0px;
}
#main_content .text_item_content h3 {
	position: relative;
	margin: 10px 5px 0px 0px;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: normal;
	padding: 0px 0px 5px 15px;
	border-color: #727272;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
}
#main_content .text_item_content p {
	margin: 10px 10px 0px 125px;
	font-size: 11px;
}
.item_content_image {
	position: absolute;
	top: 80px;
	left: 8px;
}
#extra_content {
	margin: 0px 0px 0px 0px;
	position: relative;
	left: 0px;
	width: 750px;
	top: 0px;
	height: 250px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	z-index: 2000;
	background-color: #1A1A1A;
}
#extra_content h3 {
	position: relative;
	margin: 8px 3px 0px 0px;
	color: #82C226;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 3px 15px;
	clear: both;
}
#extra_content p {
	margin: 8px 5px 2px 10px;
	font-size: 11px;
}
/* Store Things */
.store_item {
	position: relative;
	width: 220px;
	float: left;
	margin: 5px 5px 0px 0px;
}
.store_item img {
	float: left;
	margin: 0px 5px 5px 0px;
}
.store_item strong {
	font-size: 14px;
	color: #6699FF;
	font-weight: normal;
	display: block;
}
.store_item span {
	font-size: 9px;
}
.store_item br {
	display: none;
}

/* Portfolio Things */
.portfolio_item {
	position: relative;
	width: 220px;
	float: left;
	margin: 5px 5px 0px 0px;
}
.portfolio_item img {
	width: 80px;
	height: 60px;
	left: auto;
	float: left;
	display: block;
	margin: 0px 5px 5px 0px;
}
.portfolio_item strong {
	display: block;
	font-size: 14px;
	color: #FFCC00;
	font-weight: normal;
}
.portfolio_item span {
	font-size: 9px;
}
.portfolio_item br {
	display: none;
}


#text {
	position: relative;
	width: 410px;
	margin: 15px 0px 0px 320px;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	padding: 5px 0px 5px 10px;
}
#text h1 {
	color: #82C226;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: normal;
}
#text h2 {
	font-size: 16px;
	letter-spacing: -1px;
	color: #488EC1;
	font-weight: normal;
}
#text h3 {
	font-size: 14px;
	letter-spacing: -1px;
}
#text p {
	position: relative;
	margin: 5px 0px;
	font-size: 10px;
	line-height: 10px;
}

#extra_info {
	position: absolute;
	width: 130px;
	left: -150px;
	top: -5px;
	height: 121px;
}
#footer {
	position: absolute;
	width: 766px;
	bottom: 5px;
	left: 0px;
	height: 39px;
}
#info {
	display: none;
}
#dw_uap {
	position: relative;
	width: 750px;
	margin: 0px 8px;
}
#logo_dw {
	position: absolute;
	width: 206px;
	height: 25px;
	left: 183px;
	top: 7px;
}
#logo_dw span {
	display: none;
}
#logo_uap {
	position: absolute;
	width: 224px;
	height: 20px;
	left: 525px;
	top: 10px;
}
#logo_uap span {
	display: none;
}
#aviso {
	color: #999999;
	position: absolute;
	top: 64px;
	right: 6px;
	font-size: 9px;
	width: 740px;
	text-align: center;
	line-height: 10px;
	border-color: #666666;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	padding-top: 3px;
}
#aviso a {
	color: #CCCCCC;
	text-decoration: none;
}
