@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font:16px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#4B4A4D url(../i/bg_body.png) repeat-x top center;
	text-align:center
}

/* default some tags to zero margin and padding
------------------------------------------------*/
h1, h2, h3, h4, div, ul, ol, li, form, input, select {margin:0; padding:0}


/* header styling
------------------*/
h1 {}

/* <p>, <span>, <em>, <strong> etc
------------------------------------*/
p {
	margin:10px 0 5px;
}

.orange { color:#EC8000 }

small{
	font-size:12px;
	color:#999
}

/* ul, ol, li, dl, dt, dd styling
------------------------------------*/
ul#services {
	margin-bottom:20px
}
ul#services li {
	display:inline;
	list-style:none;
	padding:0 5px;
	font-size:16px
}

/* Link styling
----------------*/

a:link, a:visited {
	color:#EC8000;
	text-decoration:underline
}
a:hover {
	color:#fff;
	text-decoration:underline;
}


/* main container <div>'s generally in order of appearance
-----------------------------------------------------------*/
div#home {
	background:url(/i/bg_home.png) no-repeat bottom center;
	height:513px;
	width:739px;
	margin:109px auto 0;
}

div#home_btns {
	padding-top:156px
}

div#home_foot {
	padding:30px 0 10px
}

img, div { behavior: url(iepngfix.htc) }

/* misc <div>'s
-----------------*/


/* table styling
-------------------*/


/* form styling
----------------------------*/


/* image styling
---------------------*/
img { border:none }
