/*---------- Yahoo UI Reset ----------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {	
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*---------- Main Style ----------*/

body {
	background: #FFFFFF;
	color: #121212;
	font-family: Arial,sans-serif;
	font-size: 12px;
	padding-bottom: 40px;
}

.clear {
	clear: both;
}

#container {
	margin: 30px auto 0 auto;
	width: 900px;
}

/*---------- Header ----------*/

#header {
	background: #000000 url('../images/header.png') no-repeat;
	height: 130px;
	-moz-border-radius: 5px;
}

#header .right {
	float: right;
	margin: 25px 25px 0 0;
	text-align: right;
}

#nav {
	display: block;
}

#nav li {
	display: inline;
	margin-left: 10px;
}

#nav li a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover {
	border-bottom: 1px solid #FFFFFF;
}

#tel {
	background: #478F11;
	color: #FFFFFF;
	display: block;
	font-size: 3em;
	-moz-border-radius: 5px;
	margin-top: 15px;
	padding: 0px 5px;
}

/*---------- Page ----------*/

#page {
	margin: 20px 0;
}

#sidebar {
	float: left;
	width: 200px;
}

#content {
	float: right;
	width: 680px;
}

/*---------- Sidebar ----------*/

#sidebar ul.icons {
	margin-bottom: 10px;
}

#sidebar ul.icons li {
	display: block;
	padding: 3px 0;
}

/*---------- Footer ----------*/

#footer {
	background: #000;
	color: #FFFFFF;
	font-size: 0.9em;
	-moz-border-radius: 5px;
	padding: 10px;
}

/*---------- Typography ----------*/

h1 {
	font-size: 1.8em;
	margin-bottom: 15px;
}

h2 {
	color: #478F11;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	color: #356AA0;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

p {
	line-height: 17px;
	margin-bottom: 10px;
	max-width: 550px;
}

p.small {
	font-size: 0.9em;
	line-height: 15px;
	margin-bottom: 5px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*---------- Lists ----------*/

ul.norm {
	list-style-type: square;
	margin-bottom: 10px;
	padding-left: 30px;
}

ul.norm li {
	line-height: 17px;
}

/*---------- Messages ----------*/

.error {
	background: #FFDFE0;
	border: 1px solid #6F1418;
	color: #6F1418;
	padding: 5px;
	text-align: center;
}