/* Cravo e Canela - General CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html,
body {
	width: 100%;
	height: 100%;
}

div#container {
	width:100%;
	height:100%;
	margin: 0 auto;	
}

div.bg1024 {background:url(../images/background/bg-cravo-canela-1024.jpg) no-repeat 0 0;}
div.bg1152 {background:url(../images/background/bg-cravo-canela-1152.jpg) no-repeat 0 0;}
div.bg1280 {background:url(../images/background/bg-cravo-canela-1280.jpg) no-repeat 0 0;}
div.bg1440 {background:url(../images/background/bg-cravo-canela-1440.jpg) no-repeat 0 0;}
div.bg1680 {background:url(../images/background/bg-cravo-canela-1680.jpg) no-repeat 0 0;}

div#header {
	width: 100%;
	height: 115px;
	background: url(../images/titles/cravo-canela-welcome.png) no-repeat right 15px;
	text-indent: -9999px;
	position: relative;
}

div#header-br {
	width: 100%;
	height: 115px;
	background: url(../images/titles/cravo-canela-bem-vindo.png) no-repeat right 15px;
	text-indent: -9999px;
	position: relative;
}

/* LEFT NAVIGATION */

ul#main-nav {
	width: 130px;
	height: 300px;
	float: left;
	list-style-type: none;
	padding: 10px 0 0 20px;
}

ul#main-nav li {
	display: block;
	text-indent: -9999px;
	padding: 3px 0 0 0;
}

ul#main-nav li a {
	width: 130px;
	height: 30px;
	display: block;	
	color: #fff;
	text-decoration: none;	
}

ul#main-nav li.about { background:url(../images/navigation/about.png) no-repeat 0 0;}
ul#main-nav li.cakes { background:url(../images/navigation/cakes.png) no-repeat 0 0;}
ul#main-nav li.sweets { background: url(../images/navigation/sweets.png) no-repeat 0 0;}
ul#main-nav li.savouries { background: url(../images/navigation/savouries.png) no-repeat 0 0;}
ul#main-nav li.contact { 
	margin-top: 100px;
	background: url(../images/navigation/contact.png) no-repeat 0 0;
}


ul#main-nav li.historia { background:url(../images/navigation/nossa-historia.png) no-repeat 0 0;}
ul#main-nav li.bolos { background:url(../images/navigation/bolos.png) no-repeat 0 0;}
ul#main-nav li.doces { background: url(../images/navigation/doces.png) no-repeat 0 0;}
ul#main-nav li.salgados { background: url(../images/navigation/salgados.png) no-repeat 0 0;}
ul#main-nav li.contato { 
	margin-top: 100px;
	background: url(../images/navigation/contato.png) no-repeat 0 0;
}

ul#main-nav li.country {
	background: url(../images/background/Brazil.png) no-repeat 2px 3px;
	text-indent: 0;
	padding: 2px 0 0 24px;
	margin-top: 5px;
}

ul#main-nav li.country2 {
	background: url(../images/background/United-Kingdom.png) no-repeat 2px 3px;
	text-indent: 0;
	padding: 2px 0 0 24px;
	margin-top: 5px;
}


/* SUB-NAV */

div#content div#sub-nav {
	width: 170px;
	height: 80px;
	background: url(../images/background/sub-nav-cakes.png) no-repeat 0 0;
	float: left;
	color: #fff;
	margin: 45px 0 0 5px;
	
}

div#content div#sub-nav ul {
	list-style: none;
	width: 150px;
	padding: 15px 0 0 20px;
	
}
div#content div#sub-nav ul li {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 7px 0;
}

div#content div#sub-nav ul li a {
	color: #fff;
	text-decoration: none;
}

/* GENERAL CONTENT */

div#content {
	float: left;
	width: 830px;
	height: 300px;
}

/* SPECIFIC CONTENT */

div#content div.text-content01, 
div#content div.text-content02,
div#content div.text-content03,
div#content div.text-content04,
div#content div.text-content05,
div#content div.text-content06 {
	width: 690px;
	height: 261px;
	float: left;
	background: url(../images/background/bg-main-content.png) no-repeat 0 0;
	margin: 10px 0 0 20px;
	padding: 15px;
}

div#content div.text-content02,
div#content div.text-content06 {
	background: url(../images/background/bg-main-content-cakes.png) no-repeat 0 0;
	width: 600px;
	margin: 45px 0 0 10px;
}

div#content h1 {
	width: 400px;
	height: 60px;
	text-indent: -9999px;
	float: right;
}

div#content h1.about {background:url(../images/titles/about.gif) no-repeat -10px 0;}
div#content h1.sweets {background:url(../images/titles/sweets.gif) no-repeat -10px 0;}
div#content h1.cakes {background:url(../images/titles/cakes.gif) no-repeat -10px 0;}
div#content h1.savouries {background: url(../images/titles/savories.gif) no-repeat -10px 0;}
div#content h1.contact {background:url(../images/titles/contact.gif) no-repeat -10px 0;}

div#content h1.historia {background:url(../images/titles/nossa-historia.gif) no-repeat -10px 0;}
div#content h1.doces {background:url(../images/titles/doces.gif) no-repeat -10px 0;}
div#content h1.bolos {background:url(../images/titles/bolos.gif) no-repeat -10px 0;}
div#content h1.salgados {background: url(../images/titles/salgados.gif) no-repeat -10px 0;}
div#content h1.contato {background:url(../images/titles/contato.gif) no-repeat -10px 0;}

div#content .text {
	width: 96%;
	height: 160px;
	overflow: scroll;
	color: #463824;
}

div#content .text p {padding: 0 0 6px 0;}

div#content .text h2 {
	padding: 8px 0 0 0;
	width: 400px;
	height: 26px;
	font-size: 14px;
	clear: both;
}

/* ABOUT */

div#content div.text h2.flavours {
	background: url(../images/titles/our-flavours.gif) no-repeat 0 0;
	text-indent: -9999px;
	float: left;	
}

div#content div.text h2.sabores {
	background: url(../images/titles/nossos-sabores.gif) no-repeat 0 0;
	text-indent: -9999px;
	float: left;	
}

div#content div.text h2.not-just {
	background:url(../images/titles/not-just-cakes.gif) no-repeat 0 0;
	text-indent: -9999px;
	clear: none;
	float: left;
}

div#content div.text h2.bolos {
	background:url(../images/titles/apenas-bolos.gif) no-repeat 0 0;
	text-indent: -9999px;
	clear: none;
	float: left;
}

div#content div.text h2.little-bit {
	background:url(../images/titles/just-a-little-bit-more.gif) no-repeat 0 0;
	text-indent: -9999px;	
	float: left;
}

div#content div.text h2.poquinho-mais {
	background:url(../images/titles/um-pouquinho-mais.gif) no-repeat 0 0;
	text-indent: -9999px;	
	float: left;
}

div#content div.text-content01 .text p {
	width: 460px;
	padding: 0 25px 8px 0;
	float: left;
}

div#content div.text-content01 img {
	float: left;
}

/* CAKES & SAVOURIES */

div#content div.text-content04 .text p,
div#content div.text-content03 .text p {
	width: 460px;
	padding: 10px 25px 0 0;
	float: left;
}

div#content div.text-content02 .text img,
div#content div.text-content04 .text img,
div#content div.text-content03 .text img {
	float: left;	
}

div#content div.text-content02 .text p,
div#content div.text-content06 .text p {
	width: 360px;
	padding: 10px 25px 0 0;
	float: left;
}

div#content div.text-content02 .text img,
div#content div.text-content06 .text img {
	float: left;	
}

/* CONTACT */

div#content div.text-content05 img.photo {
	float: left;
	padding: 0 0 0 25px;
}

div#content div.text-content05 p {
	padding: 15px 0 0 20px;
}

div#content div.text-content05 p a {
	color: #49351d;
	text-decoration: none;
}

/* FOOTER */

div#footer {
	width: 100%;
	height: 70px;
	clear: both;
}

div#footer p {
	width: 252px;
	height: 25px;
	background: url(../images/titles/footer.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	float: right;
	clear: both;
	margin: 10px 0 0 0;	
}

div#footer p.br {background: url(../images/titles/footer-br.png) no-repeat 0 0;}

div#footer img {
	display: block;	
	float: right;
	clear: both;
}