/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

html {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #93238F;
	cursor: pointer;
}

h2 {
	color: #93238F;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
}

.purple {
	color: #93238F;
}

/* Layout */

#wrap {
	width: 1008px;
	height: 619px;
	margin: 3% auto 10px auto;
	border: 1px solid #111;
	overflow: hidden;
}

#header {
	height:	112px;
	background: url(../graphics/buttons_bar.png) repeat-x bottom left;
	position: relative;
}

#header .logo {
	position: absolute;
	top: 16px;
	left: 20px;
}

#header .navbar {
	overflow: hidden;
	padding-top: 85px;
	margin-left: 300px;
	z-index: 2;
	position: absolute;
}

#header .navbar li {
	float: left;
}

#header .navbar li a {
	display: block;
	padding: 0 20px;
	font-size: 17px;
	font-weight: bold;	
	color: #fff;
	float: left;
	text-align: center;
}

#button_on {
	width: 85px;
	height: 36px;
	position: absolute;
	top: 76px;
	left: -5000px;
	background: url(../graphics/button_on.png) no-repeat left top;
	z-index: 1;
}


#header .star {
	width: 147px;
	height: 146px;
	background: url(../graphics/star_pages.png) no-repeat left top;
	top: 18px;
	left: 841px;
	display: block;	
	position: absolute;
	z-index: 2;
}

#footer {
	text-align: center;
	padding-top: 7px;
	color: #93238F;
	margin-bottom: 20px;
}

#footer, #footer * {
	font-size: 12px;
}

/* Canvas */

#canvas {
	width: 1008px;
	height: 507px;
	overflow:hidden;
	position: relative;
}

#canvas_holder {
	height: 507px;
	width: 10000px;
	position: relative;
}

#canvas .page {
	height: 507px;
	width: 1008px;
	display: block;
	float: left;
}

.page .content {
	padding-top: 73px;
	line-height: 1.3;
}

/* pages */

	#page_contact {
		background: url(../graphics/pg5_bg.gif) no-repeat 316px 37px;
	}
	
	#page_contact .col {
		float: left;
	}
	
	#page_contact .content {
		padding-top: 60px;
	}
	
	#page_contact .input {
		border: 1px solid #93238F;
		font-size: 12px;
		color: #444;
		width: 217px;
		display: block;
		margin-bottom: 6px;
		margin-top: 2px;
	}
	
	#page_contact input.input {
		height: 19px;
	}
	
	#page_contact textarea.input {
		height: 75px;
	}
	
	#page_contact .row {
		border-bottom: 1px dashed #93238F;
		margin-bottom: 4px;
		padding-bottom: 4px;
		width: 200px;
	}
	
	#page_contact .row span {
		color: #93238F;
	}
	
	#page_contact .input.send {
		width: 55px;
		background: 0;
		padding: 2px;
		margin-left: 164px;
		height: auto;
		margin-top: 18px;
	}	
	
	#page_home .index_star {
		position: absolute;
		left: 858px;
		top: 20px;
		z-index: 1;
	}
	
	#page_home {
		background: url(../graphics/index_bg.gif) no-repeat 222px 43px;
	}
	
	#page_how .bg {
		background: url(../graphics/pg4_bg.png) no-repeat 80px top;
		width: 1008px;
		height: 619px;
		position: absolute;
		top: -114px;
		z-index: 0;
	}
	
	#page_how .content {
		width: 300px;
		margin-left: 370px;
		line-height: 1.4;
		padding-top: 178px;
		}
		
		#page_what .col {
		float: left;
		width: 290px;
		padding-right: 15px;
		margin-right: 15px;
		border-right: 1px solid #ccc;	
	}
	
	#page_what .col.last {
		border: 0;
		padding-right: 0;
		margin-right: 0;
		}
	
	#page_what .content {
		padding-left: 30px;
	}
	
	#page_what li {
		height: 130px;
		}
		
	#page_what h3 {
		font-size: 21px;
		font-weight: normal;
		color: #93238F;
		border-bottom: 1px dashed #93238F;
		padding-bottom: 3px;
		margin-bottom: 8px;
	} 
	
	#page_who {
		background: url(../graphics/pg2_bg.gif) no-repeat 65px 73px;
	}
	
	#page_who b {
		display: block;
		font-size: 23px;
		padding-top: 6px;
		font-weight: normal;
	}
	
	#page_who .content {
		padding-left: 370px;
	}