/*- Reset Styles -----------------------------------------------------------*/
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, b, u, i, center, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button
{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:transparent;}

ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
table {border-collapse:collapse; border-spacing:0;}

body {
	
	margin:0 auto;
	width:800px;
	font-family:"Arial";
}
/*------------------------------*/
/*			HEADER				*/
/*------------------------------*/


#header {
	color:#999999;
	font-family:"Arial";
	overflow:hidden;
	margin:43px 25px 36px 51px;
	
}

#header h1 {
	font-size:25px;
	float:left;
	font-weight:normal;
}

#header h1 span {
	
	color:#cc3333;
}

#header p {
	float:right;
	font-size:30px;
}

/*------------------------------*/
/*			NAVIGATION			*/
/*------------------------------*/

#navigation {
	margin:0 0 75px 51px;
	overflow:hidden;
}
#navigation ul li {
	
	display:inline;
	font-weight:bold;
}

#navigation ul li a {
	
	text-decoration:none;
	font-size:18px;
	color:#999999;
	font-weight:normal;
}
#navigation ul li a:hover {color:#cc3333;}
#one {
	margin:0 32px 0 0;
}

#two {
	margin:0 32px 0 0;
	
}

#three {
	margin:0 32px 0 0;	
}

/*------------------------------*/
/*			CONTAINER			*/
/*------------------------------*/

#container {
	margin:0 0 0 51px;
	
}

#container h2 {
	font-size:38px;
	font-weight:bold;
	color:#bfbfbf;
	width:704px;
	line-height:42px;
	margin:0 0 38px 0;
}

#container p {
	font-size:18px;
	color:#333333;
	
	width:679px;
	line-height:24px;
	margin:0 0 124px 0;
	
}

#container h3 {
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin:0 0 24px;
	text-align:center;
	width:679px;
	
}

#container h4 {
	font-size:40px;
	text-align:center;
	width:679px;
	font-weight:normal;
	margin:0 0 24px;	
}

/*------------------------------*/
/*			IMAGES				*/
/*------------------------------*/

#images {
	margin:0 0 8px 0;
}
#images ul li  {
		display:inline;
	
}

/*------------------------------*/
/*			FOOTER				*/
/*------------------------------*/

#footer {
	background:#999999;
	font-size:14px;
	color:#ffffff;
	height:509px;
}

/*------------------------------*/
/*			COLUMN-LEFT			*/
/*------------------------------*/

#column-left {
	float:left;
	margin:0 53px 0 0;
	
}
#column-left ul {
	margin:24px 0 24px 25px;	
}
#column-left ul li {
	font-weight:bold;
}

#column-left ul li a {
	text-decoration:none;
	color:#ffffff;
	line-height:18px;
	font-weight:normal;
	
}

/*------------------------------*/
/*			CENTER				*/
/*------------------------------*/

#column-center {
	float:left;
	margin:0 153px 0 0;
	
}

#column-center ul {
	margin:24px 0; 	
} 

#column-center ul li span {
	
	font-weight:bold;
}
#column-center ul li a {
	text-decoration:none;
	color:#ffffff;
	line-height:18px;
	
}

/*------------------------------*/
/*			COLUMN RIGHT		*/
/*------------------------------*/

#column-right {
	float:left;
	width:198px;
	height:300px;
	margin:24px 0 0;
		
}
#column-right h2 {
	font-size:24px;
	margin:0 0 27px;
	font-weight:normal;
}

#space li  {
	margin:0 0 24px 0;
}
#info form input {
	width:194px;
}
#info form p {
	margin:9px 0 0;
	
}
#info form p label {
	display:block;
	margin:0 0 5px;	
}
#info textarea {
	width:198px;
	height:139px;
}
#info button {
	text-indent:-9999px;
	background:url('../img/send.gif') no-repeat top left;
	width:142px;
	height:37px;
	cursor:pointer;
	margin:0 0 0 60px;
}

/*------------------------------*/
/*			ADDRESS				*/
/*------------------------------*/

#address {
	clear:both;
	padding:38px;
}
#address ul {
	text-align:center;
}
#address ul li {
	display:inline;
	color:#c6c6c6;
	font-size:14px;
}
.bold {
	font-weight: bold;
}

