@charset "utf-8";
/* CSS Document */

/* CSS Reset */

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;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
element.style {
    display: inline-table !important;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General */

body {
	font-family: Cambria, Georgia;
	background-image: url('images/nhforest.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
}

div {
	font-family: Cambria, Georgia;
	font-size: 12px;
	color: #333333;
	line-height: 1.25;
}

h1, h2, h3 {
	font-family: Cambria, Georgia;	
	font-weight: normal;
	text-transform: lowercase;
	color: #9B1B1F;
	margin-bottom: 6px;
}

h1 {
	margin: 0;
	padding: 0;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	width: 330px;
	height: 209px;
	text-indent: -9999px;
}

h2 {
	font-size: 24px;
	background-image: url('images/mainHeadBG.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 50px;
	height: 42px;
}

h3 {
	font-size: 16px;
	background-image: url('images/subHeadBG.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 30px;
}

h4 {
	font-size: 14px;
	height: 20px;
}

hr {
	color: #000000;
	height: 1px;
}

a:link, a:active, a:visited {
    color: #e93d72;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

legend {
	background-color: #f9cbd9;
	padding: 4px;
	font-weight: bold;
}

/* Unordered List */

ul {
    list-style-type: disc;
    vertical-align: middle;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}

li {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/* Layout */

.wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 1060px;
}

.logo {
	width: 330px;
	height: 209px;
	z-index: 100000;
	position: absolute;
	margin-left: -30px;
}

.main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	z-index: 20000;
	padding-top: 120px;
	position: relative;
}

.mainBody {
	background-image: url('images/brownPaper.jpg');
	padding: 20px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	float: right;
	height: 100px;
	text-decoration: none;
}

.mainContent {
	width: 604px;
	margin-top: 20px;
}

.mainBG {
	background-image: url('images/mainContentBG.png');	
	background-repeat: no-repeat;
	height: 464px;
}

.contentBGTop {
	background-image: url('images/mainContentBGTop.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 11px;
	width: 605px;
}

.contentBG {
	background-image: url('images/mainContentBGFlexi.png');	
	background-repeat: repeat-y;
}

.leftSide {
	width: 310px;
	margin-bottom: 30px;
	background-image: url('images/sideDivider.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 20px;
}

.content {
	width: 554px;
	padding: 20px 50px 20px 20px;
}

/* Menu */

.mnu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
}

.mnu li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

.mnu .mnuSep {
	background-image: url('images/navSep.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 5px;
	height: 100px;
	display: inline;
}

.mnu .mnu_hom a:link, .mnu .mnu_hom a:active, .mnu .mnu_hom a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: 0 5px;
	overflow: hidden;
	width: 98px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_hom a:hover, #body_hom .mnu_hom a {
	background-image: url('images/mnuSprite.png');
	background-position: 0 -105px;
	overflow: hidden;
	width: 98px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_abo a:link, .mnu .mnu_abo a:active, .mnu .mnu_abo a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: -110px 5px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_abo a:hover, #body_abo .mnu_abo a {
	background-image: url('images/mnuSprite.png');
	background-position: -110px -105px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_ski a:link, .mnu .mnu_ski a:active, .mnu .mnu_ski a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: -214px -5px;
	overflow: hidden;
	width: 104px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_ski a:hover, #body_ski .mnu_ski a {
	background-image: url('images/mnuSprite.png');
	background-position: -214px -115px;
	overflow: hidden;
	width: 104px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_sho a:link, .mnu .mnu_sho a:active, .mnu .mnu_sho a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: -320px -5px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_sho a:hover, #body_sho .mnu_sho a {
	background-image: url('images/mnuSprite.png');
	background-position: -320px -115px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_blo a:link, .mnu .mnu_blo a:active, .mnu .mnu_blo a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: -425px -5px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_blo a:hover, #body_blo .mnu_blo a {
	background-image: url('images/mnuSprite.png');
	background-position: -425px -115px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_con a:link, .mnu .mnu_con a:active, .mnu .mnu_con a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: -530px -5px;
	overflow: hidden;
	width: 103px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_con a:hover, #body_con .mnu_con a {
	background-image: url('images/mnuSprite.png');
	background-position: -530px -115px;
	overflow: hidden;
	width: 103px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

/* Buttons */

.btnGoWebsite {
	background-image: url('images/websiteLink.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 140px;
	height: 31px;
	display: block;
}

.btnShowcase {
	background-image: url('images/portfolioLink.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 140px;
	height: 31px;
	display: block;
}

.btnEnlarge {
	background-image: url('images/enlargeBut.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 140px;
	height: 31px;
	display: block;
}

.btnWebNow {
	background-image: url('showcase/webnow.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 79px;
	height: 20px;
	display: block;
	float: right;
}

/* Shading */

.shadeTop {
	background-image: url('images/shadeTop.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
}

.shadeBottom {
	background-image: url('images/shadeBottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 10px;
	margin-left: -10px;
	margin-right: auto;
	width: 1020px;
	z-index: 20000;
}

.shadeBG {
	background-image: url('images/shadeBG.png');
	background-repeat: repeat-y;
	width: 1020px;
}

/* Styles */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.padding {
	padding: 20px;
}

.padding10px {
	padding: 10px;
}

.padding6px {
	padding: 6px;
}

.paddingFooter10px {
	padding: 0 10px;
}

/* Portfolio */

.portImgBG {
	background-image: url('images/portBG.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

.portImgBor {
	padding: 2px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 2px solid #f3eddb;
}

.bubbleBG {
	background-image: url('images/bubbleBG.png');
	background-repeat: no-repeat;
	width: 179px;
	height: 212px;
	text-align: center;
	padding-top: 50px;
}

.scope {
	width: 534px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -8px;
}

.scopeHome {
	width: 384px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -8px;
}

.links {
	text-align: right;
	padding-right: 60px;
}

.marginRight {
	margin-right: 20px;
}

.marginLeft {
	margin-left: 10px;
}

.marginTop {
	margin-top: 10px;
}

.freelance, .freelance a:link, .freelance a:active, .freelance a:visited {
	float: left;
	color: #9B1B1F;
	margin-top: 10px;
	margin-left: 5px;
}

/* Forms */

.txtbox {
	border: 1px solid #e93d72;
	background-color: #FFFFFF;
	font-family: Cambria, Georgia;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	padding: 5px;
	float: left;
	display: block;
}

.button {
	font-family: Cambria, Georgia;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	display: block;
}

.none {
	border: none;
	background-color: transparent;
	width: 20px;
}

.drpDown {
	border: 1px solid #e93d72;
	background-color: #FFFFFF;
	font-family: Cambria, Georgia;
	font-size: 12px;
	color: #333333;
	line-height: 30px;
	width: 210px;
	padding: 5px;
}

.textarea {
	overflow: auto;
	border: 1px solid #e93d72;
	background-color: #FFFFFF;
	width: 200px;
	padding: 5px;
	float: left;
	display: block;
}

label {
	width: 220px;
	display: block;
	float: left;
	line-height: 30px;
	clear: both;
	font-weight: bold;
}

.label {
	width: 250px;
	line-height: normal;
}

.charcounter  {
	display: block;
	float: left;
	margin-left: 220px;
	clear: both;
	line-height: 30px;
	width: 400px;
}

label.error  {
	color: #C00;
	font-weight: bold;
	display: block;
	position: relative;
	float: right;
	line-height: 30px;
	left: 50px;
	margin-top: -30px;
}

.submit {
	border: none;
	background-color: transparent;
	background-image: url('images/contactBut.png');
	background-repeat: no-repeat;
	width: 111px;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
	margin-right: 20px;
}

/* Footer */

.footer {
	width: 1020px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	margin-bottom: 20px;
}

.footerBG {
	background-image: url('images/footerBG.png');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 10;
}

.footerInner {
	width: 860px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
}

.footerContent {
	width: 266px;
	font-size: 12px;
}
