@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#3d0a37;
	background: #eee;
}

#baker {
	clear:both;
	width:720px;
	margin: 0 auto;
	background: #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#global-bar {
	margin:0 auto;
	background:#541a56;
	color:#fff;
	height:20px;
	font-size:10px;
}
#global-bar a {
	color:#fff;
	text-decoration: none;
}

#global-bar a:hover {
	color:#fff;
	text-decoration:underline;
}

#global-header {
	margin:0 auto;
}
#global-header .logo{
	float:left;
	width: 270px;
}

#global-header .menu{
	float:right;
	position:relative;
	height:35px;
	width:450px;
	font: bold 10px "Verdana", Arial, Sans-Serif;
	margin: 28px 0 0 0;
}


#nav{
	/*position:relative;
	text-transform:uppercase;*/
	height:35px;
	width:100%;
	font: bold 1em "Verdana", Arial, Sans-Serif;
	background:#fff url(../images/menu-bg.gif) repeat-x bottom left;
	padding:0;
}

#nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#nav ul li{display:block;float:left;margin:0 0px;}
#nav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 9px;height:35px;}
#nav ul li a span{padding:12px 8px 0 0;height:33px;float:left;}
#nav ul li a:hover{color:#fff;background:transparent url(../images/menu-bg2.gif) repeat-x bottom left;}
#nav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#nav ul li a.current,#nav ul li a.current:hover{
	color:#333;
	background:#1D6893 url(../images/menu-bg.gif) no-repeat top left;
	line-height:275%;
}
#nav ul li a.current span{
	display:block;
	padding:0 10px 0 0;
	width:auto;
	background:#1D6893 url(../images/menu-bg2.gif) no-repeat top right;
	height:35px;
}

#content {
	width: 720px;
	margin: 25px auto 10px auto;
}


/******************************************
*	Left Column
******************************************/
.leftmenu {
	float:left;
	width:200px;
	margin-right:20px;
}

.box {
	width:200px;
	height:130px;
	background:url(../images/box.gif) no-repeat;
	font: bold 18px "Verdana", Arial, Sans-Serif;
	color:#fff;
}

.contact {
	width:200px;
	height:308px;
	background:url(../images/contact2.jpg) no-repeat;
	font: bold 11px "Verdana", Arial, Sans-Serif;
	color:#fff;
}

.heading {
	float:left;
	width:295px;
	background:url(../images/heading.gif) no-repeat;
	line-height:30px;
	color:#fff;
}

.joinus {
	float:left;
	width:200px;
	background:url(../images/joinus.gif) no-repeat;
	line-height:30px;
	color:#fff;
	margin-left:5px;
}

/******************************************
*	Center Column
******************************************/
.colCenter {	
	float: left;
	width:500px;
}
.colCenter h2 {
	font:bold 12px verdana;
	margin:0;
	padding:5px 0 5px 0;
}

.colCenter ul {
	padding:0px;
	margin: 5px 0px 15px 20px;
	list-style:url(../images/arr.gif);
}
.colCenter li {
	margin-bottom:5px;
}


/*****************************************
	FORM
*****************************************/
form {
	margin:0;
	padding:0;
}

.box2 {
	border:1px solid #AFAFAF;
	width: 230px;
}

.code {
	border:1px solid #AFAFAF;
	width:50px;
}
.phone {
	border:1px solid #AFAFAF;
	width:107px;
}

.area {
	border:1px solid #ccc;
	width:230px;
	height:100px; 
}

.button {
	border:1px solid #ccc;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	padding-bottom:1px;
	background: #541a56;
	color:#fff;
}

/*****************************************
	GENERIC
*****************************************/
.fl {float: left;}
.fr {float: right;}
.fn {float: none;}

.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}

.mt-0  {margin-top: 0;}
.mt-1  {margin-top: 1;}
.mt-5  {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mb-0  {margin-bottom: 0;}
.mb-5  {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mr-5  {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.mr-15 {margin-right: 15px;}
.mr-20 {margin-right: 20px;}
.mr-30 {margin-right: 30px;}
.ml-5  {margin-left: 5px;}
.ml-10 {margin-left: 10px;}
.ml-15 {margin-left: 15px;}
.ml-20 {margin-left: 20px;}
.ml-30 {margin-left: 30px;}

.m-c  {margin-left: auto;margin-right: auto;}
.m-0  {margin: 0;}
.m-5  {margin: 5px;}
.m-10 {margin: 10px;}

.pt-0  {padding-top: 0;}
.pt-1  {padding-top: 1px;}
.pt-2  {padding-top: 2px;}
.pt-3  {padding-top: 3px;}
.pt-4  {padding-top: 4px;}
.pt-5  {padding-top: 5px;}
.pt-7  {padding-top: 7px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;}
.pb-0  {padding-bottom: 0;}
.pb-1  {padding-bottom: 1px;}
.pb-2  {padding-bottom: 2px;}
.pb-3  {padding-bottom: 3px;}
.pb-4  {padding-bottom: 4px;}
.pb-5  {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pr-1  {padding-right: 1px;}
.pr-2  {padding-right: 2px;}
.pr-3  {padding-right: 3px;}
.pr-4  {padding-right: 4px;}
.pr-5  {padding-right: 5px;}
.pr-7 {padding-right: 7px;}
.pr-10 {padding-right: 10px;}
.pr-15 {padding-right: 15px;}
.pr-20 {padding-right: 20px;}
.pl-1  {padding-left: 1px;}
.pl-2  {padding-left: 2px;}
.pl-3  {padding-left: 3px;}
.pl-4  {padding-left: 4px;}
.pl-5  {padding-left: 5px;}
.pl-10 {padding-left: 10px;}
.pl-15 {padding-left: 15px;}
.pl-20 {padding-left: 20px;}
.pl-25 {padding-left: 25px;}
.p-0  {padding: 0;}
.p-2  {padding: 2px;}
.p-4  {padding: 4px;}
.p-5  {padding: 5px;}
.p-10 {padding: 10px;}
.p-15 {padding: 15px;}
.p-20 {padding: 20px;}
.p-25 {padding: 25px;}
.p-30 {padding: 30px;}
.p-35 {padding: 35px;}

.di {display: inline;}
.db {display: block;}
.dn {display: none;}

/*********************************
 Borders
**********************************/
.b-CCC {border: 1px solid #CCC;}
.b-999 {border: 1px solid #999;}
.b-666 {border: 1px solid #666;}
.b-333 {border: 1px solid #333;}
.b-000 {border: 1px solid #000;}

.bt-CCC {border-top: 1px solid #CCC;}
.bt-3D0 {border-top: 2px solid #3d0a37;}
.br-CCC {border-right: 1px solid #CCC;}

.bg-FFF {background-color: #FFF;}
.bg-EEE {background-color: #EEE;}
.bg-CCC {background-color: #CCC;}
.bg-333 {background-color: #333;}
.bg-000 {background-color: #000;}

.w-100 {width:100%;}

/*****************************
FONTS
*****************************/

/* LINKS */

a {color: #666;text-decoration: none;}
a:hover {text-decoration: underline;}


/* WEIGHTS */

.f-italic {font-style: italic;}
.f-bold {font-weight: bold;}
.f-normal {font-weight: normal;}
.f-small {
	font-size:9px;
	line-height:9px;
	color:#444;
	display:block;
}

.lh-12 {line-height: 12px;}
.lh-16 {line-height: 16px;}
.lh-18 {line-height: 18px;}
.lh-20 {line-height: 20px;}
.lh-22 {line-height: 22px;}
.lh-24 {line-height: 24px;}
.lh-28 {line-height: 28px;}
.lh-30 {line-height: 30px;}
.lh-32 {line-height: 32px;}
.lh-34 {line-height: 34px;}
.lh-36 {line-height: 36px;}
.lh-38 {line-height: 38px;}
.lh-40 {line-height: 40px;}

/* ALIGNMENT */

.ta-c {text-align: center;}
.ta-l {text-align: left;}
.ta-r {text-align: right;}
.ta-j {text-align: justify;}
.va-t {vertical-align: top;}
.va-m {vertical-align: middle;}
.va-b {vertical-align: bottom;}

/* Fonts */
.f-006600 {
	color:#006600; font:bold 1.4em Arial, Helvetica, sans-serif;
}
.f-ff0000 { color:#ff0000;}
.f-fff { color:#fff;}
.f-3d0 { color:#3d0a37;}

/* Rows */
.r-fff {
	background:#fff;
}

.error {
	color:#ff0000;
}
/******************************************
	Footer
******************************************/
#footer {
	margin-top:10px auto;
	width:720px;
	height:20px;
	background:#541a56;
	color:#fff;
	font-size:10px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}


#copyright {
	margin:3px auto;
	width:720px;
	color:#777;
	font-size:10px;
}
#copyright a {
	color:#777;
	text-decoration:none;
}
#copyright a:hover {
	color:#666;
	text-decoration:underline;
}