@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	margin:0 auto;
	background-color:#ca3e00;
	width:1000px;
	background-image:url(../images/vnodebg.jpg);
	background-repeat: repeat-y;
	background-position:center bottom;
	font-size: 70%;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
#warp {
}
#header {
	margin-top:20px;
}
#content {
	margin:0 auto;
	width:1000px;
}
#logo {
	background-image:url(../images/vnode-lg.png);
	background-repeat:no-repeat;
	width:559px;
	height: 70px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#transbox {
	background-image:url(../images/bgrp.png);
	background-repeat:repeat-y;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#footer {
	background-image:url(../images/bgrp.png);
	background-repeat:repeat-y;
	width:255px;
}
#left {
	background-color:#FFF;
	float:left;
	width:680px;
	height:auto;
	padding-bottom:143px;
}
#leftg {
	background-color:#FFF;
	float:left;
	width:900px;
	padding-bottom:143px;
}
#right {
	background-image:url(../images/pbg.png);
	background-repeat:repeat-y;
	float:right;
	height:420px;
	width:170px;
}
#flash {
	margin-top:10px;
}
#fpage-details {
	float:right;
	width:350px;
	margin-top: 25px;
	margin-bottom: 25px;
}
/* MENU */
#menu {
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 0;
	background: #2e2e2e url(../images/nav_bar.jpg) repeat-x;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	height:33px;
	text-transform:capitalize;
}
#menu li {
	display:inline;
}
#menu li a {
	display: block;
	float: left;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
}
#menu li a:hover {
	background: #1b1b1b url(../images/nav_bar_o.jpg) repeat-x;
}
/* TEXT IMAGES */
#currentdesigns {
	margin:0 auto;
	background-image:url(../images/currentdesigns.png);
	background-repeat:no-repeat;
	text-align:center;
	height:17px;
	width:143px;
}
#aboutus {
	background-image:url(../images/aboutus.png);
	background-repeat:no-repeat;
	text-align:center;
	width:74px;
	height:26px;
}
#webdesign {
	background-image:url(../images/webdesign.png);
	background-repeat:no-repeat;
	text-align:center;
	width:100px;
	height:26px;
}
#hosting {
	background-image:url(../images/hosting.png);
	background-repeat:no-repeat;
	text-align:center;
	width:74px;
	height:26px;
}
#domain {
	background-image:url(../images/domain.png);
	background-repeat:no-repeat;
	text-align:center;
	width:74px;
	height:26px;
}
#portfolio {
	background-image:url(../images/portfolio.png);
	background-repeat:no-repeat;
	text-align:center;
	width:74px;
	height:26px;
}
#contactus {
	background-image:url(../images/contactus.png);
	background-repeat:no-repeat;
	text-align:center;
	width:74px;
	height:26px;
}
#client-area {
	background-image:url(../images/client-area.png);
	background-repeat:no-repeat;
	text-align:center;
	width:74px;
	height:26px;
}
.tree {
	background-image:url(../images/tree.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:243px;
}
/* Rounded corners */
.rounded {
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-topright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-moz-border-radius-bottomright:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-top-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	-webkit-border-bottom-right-radius:1ex;
}
.border {
	margin:10px;
	padding:5px 15px 5px 15px;
}
