body {
	margin: 0;
	padding: 0 0 30px 0;
	background-image: url(../images/bg-gradient.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #F5F5F5;
}

img {
	border: 0;
	display: block;
}

hr {
	border: none 0;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	height: 1px;
	position: relative;
	top: -3pt;
	margin: 0 0 -3pt 0;
}

a:link {
	font-style: normal;
	color: #666666;
	text-decoration: underline;
}

a:visited {
	font-style: normal;
	color: #666666;
	text-decoration: underline;
}

a:active {
	font-style: normal;
	color: #000000;
	text-decoration: underline;
} 

a:hover {
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

a:hover img {
	border-style: solid;
	border-width: 1px;
	border-color: #777777;
	padding: 1px;
	margin: -2px;
}


/*** GENERAL TEXT - Default attributes for text. */

body, td, th, div {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #444455;
	line-height: 1.6em;
	text-align: left;
}

p {
}

small {
	font-size: 7pt;
	line-height: 1.3em;
}

big {
	font-size: 10pt;
	line-height: 1.7em;
}

h1, h2, h3, h4 {
	font-family: Georgia, Times New Roman, serif;
	line-height: 1em;
	margin: 0;
}

h1 {
	font-size: 26pt;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #333333;
	text-align: center;
	margin: 9pt 0 9pt 0;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	line-height: 1em;
	margin: 7pt 0 7pt 0;
}

h3 {
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #CA4E22;
	margin: 6pt 0 6pt 0;
}

h4 {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #A23900;
}



/*** HEADER ***/

#header {
	width: 782px;
	position: relative;
	margin: 26px auto 0 auto;
	height: 115px;
}

#headertop {
	height: 85px;
	background-image: url(../images/header-bg.png);
}

#vlogo{
	height: 203px;
	width: 102px;
	position: relative;
	margin: 5px auto -208px auto;
	padding-left: 170px;
	padding-right: 510px;
	z-index: 100;
}

#titleimg {
	height: 50px;
	width: 396px;
	position: relative;
	left: 230px;
	top: 20px;
}

/*** End HEADER ***/

/*** MENU BAR ***/

#menu {
	background-color: #707070;
	width:782px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/menubg.png);
	position: relative;
}

#menu ul {
	list-style-type: none;
	position:absolute;
	float: right;
	right: 12px;
	margin-top: 0px;
	z-index: 200;
}

#menu ul li {
	float:left;
	width:85px;
}

#menu ul li a {
	width:85px;
	display:block;
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
	text-align:center;
	line-height:30px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 16px;
}
	
#menu ul li a:hover {
	background-color:#505050;
}

#menu ul li.on {
	width:85px;
	display:block;
	background-color:#323232;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 16px;
	line-height:30px;
}

/*** End MENU ***/


/*** MAIN CONTENT ***/

#maincontent {
	width:782px;
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/maincontent_sidebarbg.png);
}

#leftcolumn {
	float: left;
	width: 196px;
	padding-left: 35px;
	position: relative;
	padding-top: 20px;
}

#leftcolumn h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 19pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	line-height: .8em;
	text-align: left;
}

#leftcolumn h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	line-height: 1em;
	text-align: left;
}

#leftcolumn li {
	color: #555555;
	line-height: 1.5em;
}

#rightcolumn {
	float: right;
	width: 475px;
	margin: 0;
	padding: 20px 57px 50px 0;
	position: relative;	
}

/*** End MAIN CONTENT ***/


/*** FOOTER ***/

#footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 782px;
	position: relative;
	margin: 0 auto;
	vertical-align: top;
	color:#FFFFFF;
	font-size:10px;
	line-height:20px;
	text-align: center;
	padding: 10px 0 0 0;
}

#footer span {
	margin-top: 10px;
	text-align: center;
}

#footer a {
	font-size: 8pt;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/*** End FOOTER ***/


/*** MISCELLANEOUS FORMATTING ***/

#portfolio h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 26pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	line-height: .8em;
	text-align: left;
	margin: 10px 0 20px 0;
}

#services h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 26pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	line-height: .8em;
	text-align: left;
	margin: 10px 0 20px 0;
}

#services ul {
}

#services li {
	color: #777777;
	line-height: 2.5em;
	margin-left: 0;
}

#services a {
	font-size: 10pt;
}


.price-float-right {
	float: right;
	width: 160px;
	position: relative;
	top: -22pt;
	margin: 6pt 0 -22pt 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #87997A;
	line-height: 1em;
}


.portfolio-thumbnail {
	background-image: url(../images/portfolio-thumbnail-frame.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	margin: 10px;
	padding: 5px;
}

.portfolio-nav-prev {
	width: 140px;
	margin: 0 auto;
	background-image: url(../images/nav-up.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 20px 0 5px 0;
}

.portfolio-nav-index {
	width: 140px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
}

.portfolio-nav-next {
	width: 140px;
	margin: 0 auto;
	background-image: url(../images/nav-down.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 5px 0 20px 0;
}

.portfolio-nav img {
	padding: 0 0 2px 0;
}

.portfolio-nav-item {
	background-image: url(../images/portfolio-thumbnail-frame2.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 120px;
	height: 60px;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.portfolio-img {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.portfolio-img img {
	border: 1px #AAAAAA solid;
}

.recentwork-thumbnail {
	background-image: url("../images/portfolio-thumbnail-frame2.png");
	background-repeat: no-repeat;
	width: 120px;
	height: 60px;
	margin: 0 0 0 -5px;
	padding: 5px;
}

#comment-form {
	background-color: #FBFBFB;
	padding: 10px;
	width: 440px;
	border-style: solid;
	border-width: 1px;
	border-color: #F5F5F5;
}

#comment-form p {
	text-align: center;
}

#comment-form img {
	display: inline;
}


/*** End MISCELLANEOUS FORMATTING ***/
