/*
#cc0000; -red
#ffcc00; -yellow

#080e66; -blue-dark
#017fd4; - blue-sky

#00853a; -green
#014320; -dark green
#38526d; -solar panel


*/
body{
	text-align:center;/*important*/
	padding:0px;
	margin:0px;
	color:black;
	font-size:10px;
	font-family:arial,Verdana;
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-color:#e2d4b9;
}

/*---------------------------------------------------------*/
INPUT{width:200px;}

input.submit{width:75px;border:1px solid #ccc; }

input.go{
	margin:0px;
	padding:0px;
	width:29px;
	height:23px;
	border:none;
	background-image:url(./images/go.jpg);/*bg-body.jpg);	*/
	background-repeat:no-repeat;
	background-position:0% 0%;

}

TEXTAREA{width:200px;}
SELECT {width:200px;font-size:10px;background-color: #E7E5D8;}
/*---------------------------------------------------------*/
table{
	width:100%;
	table-layout:fixed;
	margin:0px;
	padding:0px;
	text-align:left;
	border-collapse:collapse;
}

td{
	padding:0px;
	margin:0px;
	font-size:10px;
	vertical-align:top;
}

img{
	border:none;
}

b{
	font-weight:normal;
}

.bold{
	font-weight:bold;
	font-size:13px;
}

p.stopper5{margin:0px;padding:0px;height:5px;font-size:5px;}

a{
	color:green;

	text-decoration:underline;
}

a:hover{
	color:red;
	text-decoration:underline;
}

ul, ol{
	margin:0px;
	padding:0px;
	padding-left:20px;
}

ul li, ol li{
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-bottom:5px;
	list-style-position: outside;
}

ol {
padding-left:30px;
}



/*--------------DIVs----------------*/
div.shell{
	position:relative;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	padding:0px;

	text-align:center;/*important*/
	width:950px;
	clear:both;
}
div.content-left{
	position:absolute;
	top: 0;
	left:0px;

	width:699px;

	margin:0px;
	padding:0px;
	margin-top:159px;
	text-align:left;
	color:black;
	background-color:transparent;
}

div.content-right{
	position:absolute;
	top: 0;
	left:0;
	margin:0;
	padding:0;
	margin-left:690px;
	width:260px;
	height:370px;
	text-align:left;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top left;
	background-image: url(./images/content-right-bg.jpg);
}

div.content-right table.home{
	margin:0px;
	padding:0px;

	width:180px;
}


/*---------TOP-Menu-----------------------*/
div.top-menu{
	position:absolute;
	top: 0;
	left:0px;

	padding:0px;
	margin:0px;


	width:690px;
	height:200px;

	background-color:transparent;

	z-index:0;
}

div.nandos{
	position:absolute;
	top: 0;
	left:0px;
	margin-top:37px;
	margin-left:35px;
	width:120px;
	height:30px;
}

div.menu-items{
	position:absolute;
	top: 0;
	left:0px;
	padding:0px;
	margin:0px;
	margin-top:107px;
}
table.top-menu{
	padding:0px;
	margin:0px;
}

table.top-menu td{
	padding:0px;
	margin:0px;
	text-align:center;
	vertical-align:middle;
}

table.top-menu td.spacer{
	padding:0px;
	margin:0px;
}

table.top-menu td a{
	padding:0px;
	margin:0px;

	color:black;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

table.top-menu td a:hover{
	color:red;
	text-decoration:none;
}

/*---------Right-Menu-----------------------*/

table.right-menu{
	padding:0px;
	margin:0px;
	height:65px;
}

table.right-menu td{
	padding:0px;
	margin:0px;
	text-align:center;
	vertical-align:top;
}

table.right-menu td.spacer{
	padding:0px;
	margin:0px;
}

table.right-menu td a{
	padding:0px;
	margin:0px;
	color:black;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

table.right-menu td a:hover{
	color:red;
	text-decoration:none;
}

div.portugasm{
	position:absolute;
	top: 0;
	left:0px;
	padding:0px;
	margin:0px;
	margin-left:29px;
	margin-top:218px;
	width:210px;
	height:347px;
	background-image:url(./images/news.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
}

div.hotnews{
	position:absolute;
	top: 0;
	left:0px;
	padding:0px;
	margin:0px;
	margin-left:23px;
	margin-top:218px;
	width:161px;  
	height:347px;
	background-image:url(./images/news.jpg2);
	background-repeat:no-repeat;
	background-position:0% 0%;
}

a.click{
	color:black;font-size:10px; text-decoration:none;font-weight:normal;
}
a.clickred{
	color:red;font-size:11px; text-decoration:none;font-weight:bold;
}
/*------store-locator-------*/

table.store-locator{
	padding:0px;
	margin:0px;
	margin-left:50px;
	width:100px;
}

table.store-locator td{
	padding:0px;
	margin:0px;
	text-align:center;
	vertical-align:middle;
}


/*-----------  Bottom Menu---------------*/
div.bottom-menu{
	position:absolute;
	top: 0;
	left:0px;

	padding:0px;
	margin:0px;

	margin-left:25px;

	background-color:transparent;
}

table.bottom-menu{
margin:0px;
padding:0px;
width:620px;
background-color:transparent;
}
table.bottom-menu td{
margin:0px;
padding:0px;
font-size:9px;
background-color:transparent;
}
table.bottom-menu a{
margin:0px;
padding:0px;
color:black;
text-decoration:none;
}

table.bottom-menu a:hover{
margin:0px;
padding:0px;
color:red;
text-decoration:none;
}

div.facebook{
	position:absolute;
	top: 0;
	left:0px;
	margin-top:1000px; 
	margin-left:32px; 
}

div.facebook-article{
	position:absolute;
	top: 0;
	left:0px;
	margin-top:820px;
	margin-left:32px;
}

table.bottom-menu a.glaz,table.bottom-menu  a.glaz:hover{
	text-decoration:none;
	cursor:text;
	color:black;
}

/* twitter feed */
.twitterContainer {
	overflow: hidden;
	position: absolute;
	left: 27px;
	top: 45px;
	width: 160px;
	height: 280px;
}
.twitterContainer.loading {
	background: url('images/ajax-loader.gif') no-repeat center center;
}
.twitterContainer .timestamp {
	color: #695d45;
}
.twitterBlock p {
	font-size: 11px;
	line-height: 12px;
	visibility: hidden;
}
.twitterContainer a {
	color: #695d45;
	text-decoration: none;
}
.twitterContainer a:hover {
	text-decoration: underline;
}
.twitterContainer .more {
	position: absolute;
	bottom: 0;
	margin: 0;
}
.twitterIcon {
	position: absolute;
	left: 165px;
	top: 20px;
}
.twitterContainer .twitterBlock {
	height: 265px;
	overflow: hidden;
}
