body {
	background: #0d1716;
	font-family: Tahoma, Geneva, sans-serif;
	color: #6a7271;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.25em;
	text-align: center;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
/*-----------MAIN---------------*/
#main {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: center;
	position: relative;
}
/*-----------HEADER---------------*/
#headers {
	height: 123px;
	padding: 0;
	margin: 0;
}
#logo {
	background:url(../images/logo.jpg) no-repeat top left;
	float: left;
	margin: 0 0 -20px 0;
	padding: 0;
	width: 470px;
	height: 123px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
}
#headers .view_cart {
	float: right;
	color: fff;
	padding: 0;
	margin: 90px 0 -30px 0;
	display: inline-block;
}
#headers .view_cart ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#headers .view_cart li {
	list-style: none;
	margin: 0;
	height: 32px;
	color: #e1fefa;
	padding: 0;
	line-height: 32px;
	float: left;
	font-size: 1.2em;
}
#headers .view_cart li a:link, #headers .view_cart li a:visited{
	line-height: 32px;
	text-decoration: none;
	color: #00cab2;
	padding-left: 35px;
	margin-left: 35px;
	height: 32px;
}
#headers .view_cart li a:hover, #headers .view_cart li a:active{
	text-decoration: none;
	color: #fa7a05;
}
/*-----------NAV BAR---------------*/
#navbar {
	position: relative;
	width: inherit;
	margin: 0;
	padding: 0;
	height: 50px;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
#navbar li a {
	display: block;
	height: 50px;
	width: 150px;
	overflow: hidden;
	text-indent: -999px;
} 
#navbar li.home {
	position:absolute;
	background: url(../images/home_bttn.jpg) no-repeat top left;
	width: 150px;
	height: 50px;
	left: 0;
	margin-right: 1px;
	overflow: hidden;
}
#navbar li.web {
	position:absolute;
	background: url(../images/web_design_bttn.jpg) no-repeat top left;
	width: 149px;
	height: 50px;
	left: 151px;
	margin-right: 1px;
}
#navbar li.print_design {
	position:absolute;
	background: url(../images/print_design_bttn.jpg) no-repeat top left;
	width: 149px;
	height: 50px;
	left: 301px;
	margin-right: 1px;
}
#navbar li.prints {
	position:absolute;
	background: url(../images/prints_bttn.jpg) no-repeat top left;
	width: 149px;
	height: 50px;
	left: 601px;
	margin-right: 1px;
}
#navbar li.clients {
	position:absolute;
	background: url(../images/client_bttn.jpg) no-repeat top left;
	width: 149px;
	height: 50px;
	left: 451px;
	margin-right: 1px;
}
#navbar li.contact {
	position:absolute;
	background: url(../images/contact_bttn.jpg) no-repeat top left;
	width: 149px;
	height: 50px;
	left: 751px;
	margin-right: 1px;
}
#navbar li.home a:hover {background: url(../images/home_bttn.jpg) no-repeat bottom left;}
#navbar li.web a:hover { background: url(../images/web_design_bttn.jpg) no-repeat bottom left;}
#navbar li.print_design a:hover { background: url(../images/print_design_bttn.jpg) no-repeat bottom left;}
#navbar li.prints a:hover { background: url(../images/prints_bttn.jpg) no-repeat bottom left;}
#navbar li.clients a:hover { background: url(../images/client_bttn.jpg) no-repeat bottom left;}
#navbar li.contact a:hover { background: url(../images/contact_bttn.jpg) no-repeat bottom left;}

/*-----------banner---------------*/
.banner {
	width: 900px;
	height: 300px;
	margin: 0;
	padding: 0;
	background: url(../images/banner_bg.jpg) repeat-x;
	text-align: left;
}
.earth {
	background: url(../images/earth.jpg) no-repeat;
	width: 900px;
	height: 300px; 
	margin: 0; padding: 0;
}
/*-----------footer---------------*/
#footer {
	width: 900px;
	height: 14em;
	margin: 5px auto 0 auto;
	padding: 0;
	position: relative;
}
#footer ul {
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	height: inherit;
	float: left;
}
#footer li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 3px;
	text-align:center;
}
#footer li a:link, #footer li a:visited {
	text-decoration: none;
	color: #4c5352;
}
#footer li a:hover, #footer li a:active {
	text-decoration: underline;
	color: #fa7a05;
}
#footer p {
	float: right;
	color: #4c5352;
	margin: 0;
	padding: 0;
}
#footer p a:link, #footer p a:visited {
	color: #fa7a05;
	text-decoration: none;
}
#footer p a:hover, #footer p a:active {
	color: #2df8df;
	text-decoration: none;
}
/*-----------side menu---------------*/
.side_menu_wrapper {
	width: 154px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}
.side_menu {
	float: left;
	border: solid 1px #00cab2;
	margin: 10px 10px 0 0;
	padding: 1px;
	width: 150px;
	position: relative;
}
.side_menu .header {
	background: url(../images/web_design_header.jpg) no-repeat top left;
	text-indent: -9999px;
	margin: 0;
	width: 150px;
	height: 45px;
	padding: 0;
}
.side_menu .prints_header {
	background: url(../images/prints_header.jpg) no-repeat top left;
	text-indent: -9999px;
	margin: 0;
	width: 150px;
	height: 45px;
	padding: 0;
}

.side_menu ul {
	background: #161f1e;
	margin: 10px;
	padding: 0;
	list-style: none;
}
.side_menu li {
	background: #161f1e;
	margin: 0;
	list-style: none;
	text-align: left;
	border-bottom: solid 1px #0d1716;
}
.side_menu li a:link, .side_menu li a:visited {
	text-decoration: none;
	color: #6a7271;
	padding: 5px;
	display: block;
}
.side_menu li a:hover, .side_menu li a:active {
	text-decoration: none;
	color: #f7fffe;
	padding: 5px;
	background: #0c221f;
}
/*-----------recent project---------------*/
.web_recent_project {
	float: left;
	border: solid 1px #00cab2;
	margin: 10px 10px 0 0;
	padding: 1px;
	width: 150px;
	position: relative;
}
.web_recent_project .header {
	background: url(../images/web_recent_project_header.jpg) no-repeat top left;
	text-indent: -9999px;
	margin: 0;
	width: 150px;
	height: 45px;
	padding: 0;
}
.web_recent_project ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}
.web_recent_project li {
	margin: 0;
	list-style: none;
	text-align: center;
}
.web_recent_project li a:link, .web_recent_project li a:visited {
	text-decoration: none;
	background: url(../images/recent_project_nha_toi.jpg) no-repeat;
	color: #6a7271;
	padding: 150px 10px 10px 10px;
	display: block;
	text-align: center;
}
/*-----------------------content-----------------------------------*/
.print_content {
	width: 500px;
	height: 600px;
	margin: 10px 0 0 10px;
	text-align: left;
	float: left;
	position: relative;
}
ul.status {
	padding: 1px;
	margin: 10px -10px 0 0;
	overflow: hidden;
	float: left;
}
ul.status li {
	list-style: none;
	width: 184px;
	height: 25px;
	line-height: 25px;
	float: left;
	margin: 0;
	padding: 0;
	background: #0c221f;
	border: solid 1px #000;
}
ul.status li.active {
	background: #fa7a05;
	color: #000;
}
.print_content p {
	margin: 5px 0;
	padding: 5px;
}
.print_content p.phone_no {
	text-indent: -99999px;
	background: url(../images/phone_number.png) no-repeat;
	display: block;
	width: 150px;
	height: 50px;
}
.print_contentt img {
	float: left;
	margin: 5px 0;
	padding: 0;
	width: 150px;
}
.print_content h1 {
	color: #00cab2;
	font-weight: normal;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	margin: 10px 5px;
	padding: 0;
}

.print_content h3 {
	color: #00cab2;
	font-weight: normal;
	font-size: 1em;
	margin: 10px 5px;
	padding: 0;
}
.print_content a:link, .print_content a:visited {
	color: #fa7a05;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.25em;
}
.print_content a:hover, .print_content a:active {
	color: #00cab2;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.25em;
}
.print_content img {
	display: block;
	margin: 0 auto;
	padding: 0;
}
/*-----------price col---------------*/
.price_col {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	width: 220px;
	border: solid 1px #00cab2;
	text-align: left;
}
.price_col h3 {
	margin: 0;
	font-size: 1.2em;
	color: #00cab2;
}
.price_col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.price_col li {
	list-style: none;
	margin: 0 10px 0 10px;
	padding: 10px 5px;
}
.price_col li.order_bttn a:link, .price_col li.order_bttn a:visited {
	display: block;
	width: 80px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/order_now_bttn.jpg) no-repeat top left;
}
.price_col li.order_bttn a:hover, .price_col li.order_bttn a:active {
	background: url(../images/order_now_bttn.jpg) no-repeat bottom right;
}
.price_col li.header {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
	background: #0c221f;
	font-size: 1.1em;
	font-family:"Times New Roman", Times, serif;
}
.form {
	font-size: 1em;
	color: #6a7271;
}
/*-----------misc ---------------*/
.clear { clear: both; }
.light_text { color: #e1fefa; }
.price { color: #fa7a05; font-size: 1.1em; }