/*	Global reset
****************************************************/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; padding:0; border:0;
	}
body {
	padding:10px;
	font-family: Verdana;
	color:#330099;
	}
a {
	color:#520099;
	}

/*	Wrappers
****************************************************/
.wrapper {
	width:740px;
	text-align: left;
	background-color: #fff;
}

/*	Header and footer
****************************************************/
.header {
	height:100px;
	}
.footer {
	height:25px;
	margin-top:30px;
	padding-right:40px;
	}
.typefooter1 {
	background: url(../images/footer_children.png);
	}
.typefooter2 {
	background: url(../images/footer_adult.png);
	}
.typefooter3 {
	background: url(../images/footer_corporate.png);
	}
.typefooter4 {
	background: url(../images/footer_sport.png);
	}
.typefooter5 {
	background: url(../images/footer_fairy.png);
	}
.typefooter6 {
	background: url(../images/footer_celebratory.png);
	}
.typefooter7 {
	background: url(../images/footer_buscuits.png);
	}

/*	Navigation
****************************************************/
.navigation {
	width:157px;
	margin:20px 0 20px 0;
	padding:0 0 0 15px;
	}
.navigation .nav {
	height:45px;
	padding-left:55px;
	}
.navigation .nav_a {
	background: url(../images/navigation/a_cake.gif) left no-repeat;
	}
.navigation .nav_b {
	background: url(../images/navigation/b_cake.gif) left no-repeat;
	}
.navigation .nav_c {
	background: url(../images/navigation/c_cake.gif) left no-repeat;
	}
.navigation .nav_d {
	background: url(../images/navigation/d_cake.gif) left no-repeat;
	}
.navigation .nav_e {
	background: url(../images/navigation/e_cake.gif) left no-repeat;
	}
.navigation .nav_f {
	background: url(../images/navigation/f_cake.gif) left no-repeat;
	}
.navigation .nav_g {
	background: url(../images/navigation/g_biscuit.gif) left no-repeat;
	}

.navigation a {
	display: block;
	padding-top:14px;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	color: #330099;
	}
.footer a {
	font-size:12px;
	color:#520099;
	text-decoration: none;
	}


/*	Body
****************************************************/
.content {
	margin-top:35px;
	margin-left:172px;
	width:230px;
	}
.content h1 {
	font-size:24px;
	font-weight: normal;
	}
.content h2 {
	font-size:18px;
	font-weight: normal;
	margin-top:20px;
	}
.content p {
	font-size: 13px;
	margin-top:20px;
	}
.content li {
	font-size: 13px;
	margin-left:12px;
	}
.cakes {
	margin:50px 0 30px 0;
	width:330px;
	}

/*	Images
****************************************************/
.img_thumb {
	border:1px solid #330099;
	margin:0 0 12px 12px;
	width:90px;
	height:90px;
	}


/*	Misc
****************************************************/
.left{
	float: left;
}
.right{
	float: right;
}
.tright{
	text-align: right;
}
.clear{
	clear: both;
}
.cright{
	clear: right;
}
.cleft{
	clear: left;
}
.ferror {
	background-color:#fecec8;
	}
.terror, .alert {
	color:red;
	}
.editable {
	background-color: #f9e29b;
	border:#daa400 solid 1px;
	}
.indent {
	text-indent: 6px;
	}
.indicator {
	padding:0 0 0 5px;
	}
.lh {
	line-height: 23px;
	}
.sm {
	font-size:9px;
	}
.md {
	font-size:10px;
	}
.bold {
	font-weight: bold;
	}
.toppad {
	padding-top:20px;
	}
.width50 {
	width:50%;
	}
.width25 {
	width:25%;
	}
.w50 {
	width:50px;
	}
.w100 {
	width:100px;
	}
.w150 { 
	width:150px;
	}
.w300 {
	width:300px;
	}
.w350 {
	width:350px;
	}
.pad10 {
	padding-top:10px;
	}
.marright20 {
	margin-right:20px;
	}
.border {
	border: 1px solid #520099;
	}

