body {
	margin: 5px 0 0 20px;
	padding: 0;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background-color: #333;
}
a:link {
	color: #81a162;
}
a:active {
	color: #ccc;
}
a:visited {
	color: #81a162;
}
a:hover {
	color: #ccc;
}
#site-main {
	text-align: left;
	width: 1000px;
}

/* Header */
#header {
	width: 1000px;
	padding: 0 0 0 0;
	margin: 0;
}
#header a{
	color: #fff;
}
#header-logo {
	width: 222px;
	float: left;
}
#header-nav {
	width: 678px;
	float: left;
	text-align: left;
}
#header-num {
	width: 100px;
	float: left;
	text-align: right;
}
#header-num .fb-logo {
	margin: 5px 0 6px 0;
}
#header-num .line{
	width: 100%;
	background-color: #360;
}

/* HP */
#hp-hdr {
	width: 1000px;
	padding: 0;
	margin: 0;
}
*html #hp-hdr {
	margin-bottom: -2px;
}
#hp-hdr-logo {
	width: 222px;
	float: left;
}
#hp-hdr-nav {
	width: 678px;
	float: left;
	text-align: left;
}
#hp-hdr-nav a{
	color: #fff;
}
#hp-hdr-num {
	width: 100px;
	float: left;
	text-align: right;
}
#hp-hdr-num .fb-logo {
	margin: 5px 0 6px 0;
}
#hp-hdr-num .line{
	width: 100%;
	background-color: #360;
}
#hp-center {
	width: 1000px;
	padding: 0;
	margin: 0;
}
#hp-center-lft {
	width: 222px;
	float: left;
}
#hp-center-rgt {
	width: 778px;
	float: left;
	background: url(images/main_center.jpg) no-repeat;
	height: 315px;
	text-align: left;
}
#hp-center-links {
	margin: 190px 0 0 20px;
	color: #333;
}
#hp-center-links a{
	color: #360;
}
#hp-center-links a:hover{
	color: #333;
}
#hp-content {
	width: 1000px;
}
#hp-content-lft {
	width: 650px;
	float: left;
}
#hp-content-rgt {
	width: 319px;
	float: left;
	padding-left: 30px;
	border-right: 1px dotted #360;
}
*html #hp-content-rgt {
	width: 350px;
	padding-left: 30px;
}
#hp-content-rgt a{
	font-weight: bold;
	text-decoration: none;
}
#hp-content-rgt .screen {
	border: 1px solid #360;
}
#hp-feature {
	margin: 20px 0 0 0;
	text-align: center;
}

/* Contact */
#contact-icons td{
	text-align: center;
}

/* About */
#about-main {
	width: 1000px;
}


/* Portfolio */
#portfolio-main {
	width: 1000px;
}
#portfolio-lft {
	width: 50%;
	float: left;
	padding: 0 0 0 50px;
}
#portfolio-rgt {
	width: 40%;
	float: left;
	padding: 0 0 0 0;
}
#portfolio-main a{
	font-weight: bold;
	text-decoration: none;
}
#portfolio-main .screen {
	border: 1px solid #360;
}

/* Packages */
#packages-main{
	font-size: 14px;
	color: #000;
	line-height: 22px;
}
#packages-main td{
	height: 328px;
	padding: 80px 30px 0 35px;
}
#packages-main .custom {
	background: url(images/solutions_bg_custom.jpg) no-repeat;
	background-position: top left;
}
#packages-main .temp {
	background: url(images/solutions_bg_temp.jpg) no-repeat;
	background-position: top center;
}
#packages-main .psd {
	background: url(images/solutions_bg_psd.jpg) no-repeat;
	background-position: top center;
}
#packages-main .maint {
	background: url(images/solutions_bg_main.jpg) no-repeat;
	background-position: top right;
}


/* Footer */
#footer {
	padding: 30px 0 10px 0;
	color: #898989;
}
#footer a{
	color: #898989;
	text-decoration: none;
}
#footer a:hover{
	color: #360;
}
#ftr-lft {
	width: 877px;
	float: left;
	text-align: center;
}
#ftr-rgt {
	width: 123px;
	float: left;
}
#footer .line{
	margin-top: 20px;
	width: 100%;
	background-color: #360;
}

/* Generic */
h1 {
	font-size: 22px;
	color: #360;
	font-weight: bold;
	line-height: 60px;
    margin: 0;
}
.clear {
	clear: both;
}

/* Header Nav */
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu {
	position: relative;
	padding: 0 0 0 34px;
	margin: 26px auto 0 auto;
	background: url(images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 40px;
	list-style: none;
	background-color: #333;
}
*html .glossymenu {
	margin: 26px 0 0 0;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}