/* ##########################################
   ##  Name: Althea 1.0                    ##
   ##  Developed by: Serpy | Kay           ##
   ##  File: style.css                     ##
   ##  Last Updated: October 26, 2009      ##
   ##  									   ##
   ##########################################
*/


body {
	background: #8c062c url(../images/background.jpg) no-repeat;
	font: 16px Arial, Helvetica, Sans-Serif;
	color: #555555;
	margin: 0;
	padding: 0;
}

/* ---- Standard Elements ---- */

a {
	color: #3069b0;
	text-decoration: none;
}

a:hover {
	color: #3069b0;
	text-decoration: underline;
}

a:visited {
	color: #3069b0;
	text-decoration: none;
}

a:active {
	color: #3069b0;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #990033;
	padding: 0;
	margin: 0 0 10px 0;
}

h1 { font-size: 26px; letter-spacing: -1px; font-style:italic;}
h2 { font-size: 22px; letter-spacing: -.7px; }
h3 { font-size: 20px; letter-spacing: -.5px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; margin-bottom: 3px; }

p {
	line-height: 1.5em;
	padding: 0 20px 0 40px;
	text-indent: 20px;
	margin: 0 0 15px 0;
}

blockquote {
	line-height: 1.7em;
}

ul {
	list-style-type: square;
	line-height: 1.7em;
}

li {
	padding-left: 5px;
}

hr {
	height: 1px;
	color: #DDD;
	background-color: #DDD;
	border: 0;
	margin: 5px 0 10px 0;
}

input {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

textarea {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

.leftimage {
	float: left;
	margin: 0 10px 10px 0;
}

/* ---- Container ---- */

#container {
	width: 964px;
	padding: 0 26px 0 26px;
	margin: 0 auto;
}


/* ---- Header + Display ---- */

#header {
	width: 964px;
	height: 158px;
}


/* ---- Navigation ---- */

#navigation {
	background: url(../images/i_04.jpg) no-repeat;
	width: 964px;
	height: 40px;
	padding: 0 0 0 0;
	font: bolder italic 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#navigation ul {
	padding: 10px 0 0 0;
	margin-top: 10px;
	line-height: normal;
}

#navigation ul li {
	display: inline;
	color:#cb436f;
	list-style-type: none;
	padding: 13px 17px 13px 17px;
	cursor: pointer;
}

#navigation ul li:hover {
	color: #802a45;
}

.selected {
	cursor: pointer;
}

#ini {
	margin-left:10px;
	
}

/* ---- Pages/Content ---- */

.page {
	background: url(../images/i_05.jpg) no-repeat;
	width: 916px;
	height: 425px;
	padding: 25px 23px 0 23px;
}

.spacer {
	clear: both;
	height: 1px;
}

.full {
	margin-top:25px;
	padding: 0 25px 0 45px;
	width: 800px;
}

.leftmain {
	margin-top:0px;
	float: left;
	width: 310px;
	padding-right: 30px;
}

.rightmain {
	margin-top:15px;
	padding-left:10px;
	float: left;
	width: 490px;
}

.left {
	margin-top:15px;
	float: left;
	width: 490px;
	padding-right: 40px;
	padding-left: 20px;
}

.right {
	margin-top:15px;
	float: left;
	width: 310px;
}

#footer {
	background: url(../images/b_06.jpg) no-repeat;
	width: 964px;
	height: 154px;
	padding: 25px 0 0 30px;
	margin: -5px auto;
	color: #555555;
}

.form {
	margin: 0 auto;
	width: 530px;
	padding-top: 15px;
}

#contact_form label {
	color: #333333;
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
}
	
#contact_form .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}
	
#contact_form input {
	float: left;
	width: 300px;
	margin: 2px 0 15px 19px;
	color: #444444;
}
	
#contact_form textarea {
	float: left;
	width: 300px;
	margin: 2px 0 15px 19px;
	color: #444444;
}
	
#contact_form button { 
	clear: both;
	margin-left: 250px;
	background: #333333;
	color: #FFFFFF;
	border: solid 1px #111111;
	font: 12px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 4px 6px;
}
	