@charset "utf-8";
/* CSS Document */

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/bg_top_p2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	height: 100%; /* <-- part of the sticky footer hack --| */
}
p {
	padding: 0px;
	margin: 0px;
}
h1 {
	color: #0068aa;
	font-size: 22px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h2 {
	color: #CC0000;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
h3 {
	color: #86a935;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.clearboth {
	clear: both;
}
.info {
	padding: 2px 5px 5px 5px;
}
.container {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}
.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	width: 950px;
	margin: 0 auto;
	height: 14px;
}

/* ################ -- NAVIGATION STYLES -- ################# */
#nav {
	color: #e0e4e9;
	font-size: 12px;
	padding: 20px 45px 0px 0px;
	float: right;
}
#nav ul {padding: 0px; margin: 0px;}
#nav ul li {display: inline;}
#nav ul li a {color: #e0e4e9; padding: 0px 8px;}
#nav ul li a:link {text-decoration: none;}
#nav ul li a:visited {text-decoration: none;}
#nav ul li a:hover {color: #FFFFFF; text-decoration: underline;}
#nav ul li a:active {text-decoration: none;}

/* ################ -- MAIN STYLES (FROM HERE DOWN) -- ################ */
#logo {
	width: 259px;
	height: 58px;
	padding: 25px 0px 0px 0px;
	float: left;
}
#top {
	height: 100px;
	width: 950px;
	margin: 0px auto;
}
#middle {
	width: 950px;
	height: 155px;
	margin: 0px auto;
}
#main_image {
	background-image: url(../images/welcomeimage.png);
	background-repeat: no-repeat;
	width: 913px;
	height: 211px;
	position: relative;
	left: 0px;
	top: -55px;
}
.main {
	background-color: #FFFFFF;
	width: 100%;
	float: left;
}
#homepage_main_content {
	width: 610px;
	padding: 0px 20px 5px 0px;
	border-right: #e1e1e1 solid 1px;
	float: left;
}

/* ################ -- HOME PAGE SERVICES -- ################ */
#homepage_services {
	width: 950px;
	text-align: center;
	margin: 15px auto 6px auto;
}
#homepage_services img {
	margin: 4px 12px;
}

/* ################ -- RIGHT SIDE -- ################ */
#right {
	width: 300px;
	padding: 0px 0px 0px 19px;
	float: left;
}
#right ul {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px;
}
#right ul li {
	list-style-image: url(../images/bullet_arrow.jpg);
	padding: 4px 0px 4px 6px;
}

/* ################ -- BREAD CRUMBS -- ################ */
.bread_crumbs {
	width: 950px;
	height: 26px;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	margin: 0px auto 18px auto;
}
.bread_crumbs a:link {color: #5e7b40; text-decoration: none;}
.bread_crumbs a:active, a:visited {color: #5e7b40; text-decoration: none;}
.bread_crumbs a:hover {color: #5e7b40; text-decoration: underline;}
.bread_crumbs_arrows {
	padding: 0px 8px;
	color: #5e7b40;
	font-size: 18px;
	font-weight: bold;
}

/* ################ -- LEFT NAVIGATION -- ################ */
#left_nav {
	width: 200px;
	padding: 0px 19px 0px 0px;
	margin: 0px;
	text-align: right;
	float: left;
}
#left_nav ul {
	padding: 0px 0px 12px 30px;
	margin: 10px 0px;
}
#left_nav ul li {
	list-style-type: none;
	border-bottom: #d1d1d1 solid 1px;
}
#left_nav ul li a {
	font-size: 12px;
	display: block;
	padding: 10px 12px 10px 0px;
	margin: 1px 0px;
}
#left_nav ul li a:link {
	color: #6d8932;
	text-decoration: none;
}
#left_nav ul li a:visited {
	color: #6d8932;
	text-decoration: none;
}
#left_nav ul li a:hover {
	color: #CC0000;
	background-color: #f2f2f2;
	text-decoration: none;
}
#left_nav ul li a:active {
	color: #6d8932;
	text-decoration: none;
}

/* INSIDE PAGES RIGHT SIDE */
.inside_pages_content {
	width: 485px;
	border-right: #e1e1e1 solid 1px;
	border-left: #e1e1e1 solid 1px;
	padding: 2px 10px 5px 15px;
	float: left;
}

/* ################ -- THIS IS FOR THE SERVICES PAGE CONTENT AREA --################ */
#services_pages_content {
	width: 720px;
	padding: 2px 10px 5px 0px;
	border-right: #e1e1e1 solid 1px;
	float: left;
}
.icons {
	padding: 0px 0px 10px 0px;
	border-bottom: #e1e1e1 solid 1px;
	text-align: center;
}

/* ################ -- RIGHT MENUS -- ################ */
.right_menus {
	width: 208px;
	padding: 0px 0px 10px 11px;
	margin: 0px;
	float: left;
}
.right_menus ul {
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
.right_menus ul li {
	list-style-image: url(../images/arrowbullet.jpg);
	padding: 5px;
	margin: 0px 0px 0px 25px;
}
.right_menus ul li a:link {
	color: #6b6b6b;
	text-decoration: underline;
}
.right_menus ul li a:visited {
	color: #6b6b6b;
	text-decoration: underline;
}
.right_menus ul li a:hover {
	color: #6b6b6b;
	text-decoration: none;
}
.right_menus ul li a:active {
	color: #6b6b6b;
	text-decoration: underline;
}

/* ################ -- BULLETED LIST -- ################ */
.list ul {
	padding: 10px 0px 10px 40px;
	margin: 0px;
}
.list ul li {
	list-style-image: url(../images/arrowbullet.jpg);
	padding: 3px 0px 3px 4px;
}

/* ################ -- TILE BOX -- ################ */
.title_box {
	padding: 5px;
	margin: 6px 0px;
	border: #CACACA dashed 1px;
	background-color: #F0F0F0;
}
.title_box h3 {
	color: #666666;
	padding: 0px;
	margin: 0px;
}

/* ################ -- FOOTER STYLES -- ################ */
#footer {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
#footer_content {
	width: 950px;
	margin: 0px auto;
}
#copywright {
	float: left;
}
#footer_nav {
	color: #e0e4e9;
	float: right;
}
#footer_nav ul {padding: 0px; margin: 0px;}
#footer_nav ul li {display: inline;}
#footer_nav ul li a {color: #e0e4e9; padding: 0px 8px;}
#footer_nav ul li a:link {text-decoration: none;}
#footer_nav ul li a:visited {text-decoration: none;}
#footer_nav ul li a:hover {color: #FFFFFF; text-decoration: underline;}
#footer_nav ul li a:active {text-decoration: none;}

/* ################ -- STICKY FOOTER HACK -- ################ */
* {margin: 0;}
html {height: 100%;}
.wrapper {min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -100px;} /* <-- The negative value for the margin in .wrapper is the same number as the height of "#footer" and ".push" --| */
.push {height: 100px;} /* <-- The height number for the ".push" needs to be the same number as the height of "#footer" --| */

/* ################ -- CSS/XHTML VALIDATION LINKS -- ################ */
#valid_icons { text-align: left; margin-top: 8px; }

/* ################ -- TWO COLUMN BOX -- ################ */
#twocolumn { width: 590px; border: #e1e1e1 solid 1px; background-image: url(../images/twocolumnbg.jpg); background-repeat: repeat-x; background-position: top; margin: 8px 0px; }
.column { width: 294px; border-right: #cacaca dashed 1px; float: left; }

/* ################ -- ALL LINKS STYLES -- ################ */
a:link {color: #6d8932; text-decoration: underline;}
a:visited {color: #6d8932; text-decoration: underline;}
a:hover {color: #6d8932; text-decoration: none;}
a:active {color: #6d8932; text-decoration: underline;}

/* ################ -- MAIN TITLES AND ICONS -- ################ */
h1.icon, h3.icon, h5.icon {
  padding: 12px 0;
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
}

.notebook { background-image: url(../images/icons/notebook-large.gif); }
.aboutus { background-image: url(../images/icons/card-large.gif); }
.contactus { background-image: url(../images/icons/letter-large.gif); }
.webdesign { background-image: url(../images/icons/webdesign_icon_service.jpg); }
.seo { background-image: url(../images/icons/seo_icon_service.jpg); }
.ecommerce { background-image: url(../images/icons/ecommerce_icon_service.jpg); }
.copywriting { background-image: url(../images/icons/copywriting_icon_service.jpg); }
.cms { background-image: url(../images/icons/cms_icon_service.jpg); }
.process { background-image: url(../images/icons/sitemap-large.gif); }
.maintenance { background-image: url(../images/icons/maintenance.jpg); }
.flash { background-image: url(../images/icons/macromedia-flash_48x48.jpg); }
.logodesign { background-image: url(../images/icons/logo-design.jpg); }
.video { background-image: url(../images/icons/Videos.jpg); }
.pencil { background-image: url(../images/icons/pencil-large.gif); }
.branding { background-image: url(../images/icons/earth.jpg); }
.pictures { background-image: url(../images/icons/pictures.jpg); }
.jigsaw { background-image: url(../images/icons/jigsaw-large.gif); }
.ok { background-image: url(../images/icons/ok.jpg); }
.chart { background-image: url(../images/icons/chart.jpg); }
.description { background-image: url(../images/icons/description.jpg); }
.toolbox { background-image: url(../images/icons/toolbox.jpg); }
.details { background-image: url(../images/icons/inner_next.jpg); }
.briefcase { background-image: url(../images/icons/briefcase.jpg); }
.more { background-image: url(../images/icons/add.jpg); }

.margin-bottom { margin-bottom: 8px; }

/* ################ -- PORTFOLIO STYLES -- ################ */
#portfolio {
	border: #CCCCCC solid 1px;
	padding: 10px;
}
#portfolio_description {
	margin: 10px 0px 25px 0px;;}
#portfolio_description h3 {
	color: #333333;
}
.portfolio_desc_left {
	width: 464px;
	padding: 0px 15px 0px 0px;
	float: left;
}
.portfolio_desc_right {
	width: 225px;
	padding: 0px 0px 0px 15px;
	border-left: #cacaca solid 1px;
	float: left;
}
.portfolio_desc_right ul {
	padding: 0px 0px 10px 35px;
	margin: 0px;
}
.portfolio_desc_right ul li {
	list-style-image: url(../images/bullet_check.gif);
	padding: 3px 0px 3px 4px;
}
.project_th {
	width: 200px;
	height: 135px;
	border: #CCCCCC solid 1px;
	margin: 8px;
	padding: 5px 5px 5px 5px;
	float: left;
}
.project_th p {
	padding: 0px;
	margin: 0px;
}
.project_th img {
	margin-bottom: 8px;
}
.thtitle {
	font-size: 13px;
	font-weight: bold;
}
.project_th h5 {
	text-align: right;
	float: right;
	font-size: 11px;
	padding: 0px 0px 0px 20px;
	margin: 4px 0px 0px 0px;
}
