@charset "utf-8";
/* Reset
------------------------------------------------ */

html {
	overflow-x: auto;
	overflow-y: scroll;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: none;
}
/*	 end reset   */


body {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	background-color:#FFF;
	line-height: 18px;
	background:url(../images/bg.gif) repeat;
}
p, a, h1, h2, h3, h4, h5, h6, li, td, input, select {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
p {
	margin: 10px 0 0 0;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding-bottom:10px;
	color: #8C1207;
	border-bottom:1px dotted #CCC;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #8C1207;
	font-weight:normal;
	border-bottom:1px dotted #CCC;
	text-align:center;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

#left_col ul {
	margin-top:10px;
}

#left_col ul li {
	background:url(../images/bullet.gif) 0 7px no-repeat;
	font-weight:bold;
	margin-bottom:5px;
	padding: 0 0 0 15px;
	list-style: none;
}




/* Links
------------------------------------------------ */

#header a, h3 {
	font:Helvetica, sans-serif;
	font-size:17px;
	color:#999;
	margin:0 0 0 50px;
	text-decoration: none;
	outline:none;
	line-height:50px;
	font-weight:normal;
}
#header a:hover {
	color:#600;
	text-decoration:none;
}
#footer a {
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	color:#600;
	text-decoration:none;
}

/*	 end links   */


/* Layout
------------------------------------------------ */


#holdall {
	background:url(../images/footer-bg.jpg) no-repeat right bottom #FFF;
	margin: 0 auto;
	width: 960px;
	/*height:1100px;*/
	padding:0 20px;
}

#header {
	position:relative;
	width:960px;
	height:150px;
	margin-bottom:10px;
}

.logo {
	margin-top:20px;
	left:20px;
}

#email {
	position:relative;
	float:right;
	margin:65px 0 0 0;
	background:url(../images/icon-mail.gif) no-repeat 0 0;
	width:250px;
	height:34px;
}

#number {
	position:relative;
	float:right;
	background:url(../images/icon-phone.gif) no-repeat bottom left;
	top:-13px;
	width:250px;
	height:33px;
}
#box_1, #box_2, #box_3, #box_4, #box_5, #box_6 {
	position:relative;
	float:left;
	width:160px;
	height:130px;
	text-align: center;
}

#box_1 img, #box_2 img, #box_3 img, #box_4 img, #box_5 img, #box_6 img {
	padding-top: 5px;
}	
/*#box_1 img{
	margin-left:16px;
}
#box_2 img{
	margin-left:27px;
	margin-top:10px;
}
#box_3 img{
	margin-left:31px;
	margin-top:10px;
}
#box_4 img{
	margin-left:12px;
	margin-top:10px;
}
#box_5 img{
	margin-left:23px;
	margin-top:10px;
}
#box_6 img{
	margin-left:15px;
	margin-top:10px;
}*/

#left_col, #left_col2 {
	float:left;
	width:630px;
	margin-top:20px;
}

#left_col2 {
	margin-top:40px;
}

#right_col {
	float:right;
	height:291px;
	width:312px;
	margin-top:20px;
}

#box1, #box2, #box3, #box4, #box5, #box6 {
	position:relative;
	width:149px;
	height:110px;
	margin-top:20px;
}



#box1{
	background:#E97F11;
	float:left;
}


#box2{
	background: #D9AE45;
	float:right;
}

#box3{
	background:#658A20;
	float:left;
	margin-top:10px;
}

#box4{
	background:#258696;
	float:right;
	margin-top:10px;
}

#box5{
	background:#BF2A61;
	float:left;
	margin-top:10px;
}

#box6{
	background:#EE4814;
	float:right;
	margin-top:10px;
}

#right_col p {
	width:140px;
	color:#fff;
	font-size:11px;
	text-align:center;
	margin-top:5px;
	line-height:13px;
}

#footer {
	position: relative;
	clear: both;
	width:960px;
	margin-top:30px;
	padding: 0 0 30px 0
}
#left_foot, #right_foot {
	float:left;
	width:200px;
}
#right_foot {
	float: right;
	width:760px;
}

#right_foot p  {
	width:200px;
}
#copyright {
	position:absolute;
	text-align:right;
	right:0px;
	top:30px;
}

#copyright p {
	font-size:11px;
	margin-bottom:3px;
}
