/* CSS Document */


#home_soon {
	width: 100%;
	background-color: #E3E3E3;
	background-image: url(../_images/gray_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#home_soon #box {
	background-image: url(../_images/home_page_soon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 188px;
	width: 868px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	margin: 0px;
	padding-top: 100px;
}
#home_soon #box a {
	color: #FFFFFF;
}





#home_flash {
	width: 100%;
	background-color: #E3E3E3;
	background-image: url(../_images/gray_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#home_container {
	width: 100%;
	background-image: url(../_images/proofing/hearder_bottom_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 25px;
	padding-bottom: 25px;
}

#home_wrapper {
	width: 80%;
	margin: 0px auto 0px auto;
}


#home_table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#right_col {
	width: 100%;
	border-left: 1px solid #F69D2C;
}

#newsbox {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fafafa;
	margin-left: 25px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	min-width: 100px;
}
#newsbox h1 {
	color: #F69D2C;
	font-size: 12px;
	margin: 10px 0px 0px 10px;
	border: 0px;
}

#newsbox p {
	font-size: 12px;
	color: #333333;
	display: block;
	margin: 0px 10px 0px 10px;
	padding-bottom: 5px;
	border-top: 0px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#newsbox a {
	color: #333333;
	text-decoration: none;
}


h3{
	color:#FFFFFF;
	border:1px solid #FFF;
	font-weight:bold;
	text-transform: capitalize;
	background-image: url(../_images/portfolio_menu.jpg);
	height: 34px;
	background-position: left top;
	font-size: 14px;
}
h3 span{
	height: 26px;
	margin-left: 30px;
	background-image: url(../_images/portfolio_menu.jpg);
	background-position: right top;
	display: block;
	padding-top: 8px;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding-right: 10px;
}

#welcome p {
	margin-left: 10px;
	line-height: 20px;
	margin-right: 15px;
}

ul.services {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

ul.services li {
	list-style-position: inside;
	font-size: 14px;
	font-weight: normal;
	color: #F15C37;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	list-style-type: none;
	display: block;
	background-image: url(../_images/bullet.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 6px;
}
