/*-----------------------------*/
/* Eric Meyes' General 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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

q:before, q:after {
	content: '"';
	content: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

/* 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;
}

/* My Own Reset Addition */
a
{
text-decoration: none;
}





/* Start Main Styles*/

html 
{
	border-bottom: 30px solid #d3c6af;
}

body 
{
	background: #eae0d1;
}

div.container 
{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

div.container:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#columnbox
{
	overflow: visible;
	width: 100%;
}





/* Start Header Styles*/

div#header
{
	padding-top: 90px;
	position: relative;
}

h1
{
	margin: 0 0 0 5em;
	line-height: 0;
	position: relative;
	top: 2px;
}

img#colordeco
{
	position: absolute;
	top: -90px;
	right: 50px;
}

div#masthead
{
	background:  url(../images/bg.gif) 0 0 repeat-x;
	position: relative;
	margin-top: 2px;
	height: 252px;
}

div#masthead .container
{
	background: #000000;	
}

img#eye
{
	position: relative;
	left: -90px;
}





/* Start Right Column Styles*/

div#rightcolumn
{
	position: relative;
	float: left;
	width: 315px;
	margin: -47px 0 0 0;
}

.text
{
margin: 0 14px 0 0;
padding: 0 2em;
}





/* Start Left Column Styles*/

div#leftcolumn
{
	background: #ffffff url(../images/shadow.gif) top right repeat-y;
	position: relative;
	height: 600px;
	float: left;
	width: 645px;
	margin: -23px 0 0 0;
	padding: 4em 0 0 0em;
	border-bottom: 25px solid #5b8f89;
}

body.main div#columnbox div.text
{
	background: #ffffff url(../images/constructbg.png) 50% 80% no-repeat;
	height: 100%;
}

img#shadow
{
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 80;
}

ul#menu 
{
	padding: 0 0 0 8px;
	z-index: 70;
	height: 34px;
	width: 100%;
	margin: 0 0 6em 0;
}

ul#menu li
{
	float: left;
	height: 47px;
	overflow: hidden;
	position: relative;
	top: 0px;
}

ul#menu li a
{
	position: relative;
	top: -47px;
}

ul#menu li a:hover
{
	top: 0px;
}

div.section
{
	width: 100%;
	margin: 0 0 6em 0;
	text-align: center;
	font-family: tahoma, "trebuchet ms", sans-serif;
	color: #000000;
	font-size: .8em;
	letter-spacing: .08em;
	word-spacing: -.1em;
	font-weight: bold;
	line-height: 1.4em;
	overflow: hidden;
}

h2
{
	margin: 0 0 1.6em 0;	
}

div.section p
{
	padding: 0 1.4em 0 1.4em;
}

ul#sociallist
{
	overflow: hidden;
	width: 100%;
	padding: 0 0 0 5em;
}

ul#sociallist li
{
	float: left;
	height: 34px;
	margin: 0 0 0 3em;
}

ul#sociallist li a
{
	position: relative;
	top: -34px;
}

ul#sociallist li a:hover
{
	top: 0px;
}

div#copyright
{
	background: #a12b3a url(../images/copybg.gif) top left repeat-y;
	position: absolute;
	bottom: 0;
	left: 631px;
	height: 25px;
	padding: 0 .8em 0 1em;
	font-family: tahoma, "trebuchet ms", sans-serif;
	color: #c7c7c7;
	font-size: .7em;
	letter-spacing: .08em;
	word-spacing: -.1em;
	line-height: 1.4em;
	font-variant: small-caps;
}

div#copyright small
{
	position: relative;
	top: 5px;
}

body.main #leftcolumn p
{
	color: #575961;
	font-family: tahoma, "trebuchet ms", sans-serif;
	font-size: 1.4em;
	margin: 0 0 3em 0;
}

body.main #leftcolumn p em
{
	font-size: 2.6em;
	font-style: normal;
}

body.main #leftcolumn p span.coloredtext
{
	color: #eb7f0c;
	font-size: 1.2em;
}





/* Start Contact Form Styles*/

form
{
	border-top: 5px double #c7c7c7;
	border-bottom: 5px double #c7c7c7;
	padding: 1.4em .5em;
}

label 
{
	display: block;
	margin: 0 0 0em 0;
	font-family: tahoma, "trebuchet ms", sans-serif;
	color: #ffffff;
	font-size: .9em;
	letter-spacing: .2em;
	font-variant: small-caps;
}

label strong
{
	background: #575961;
	padding: .2em .3em .2em .3em;
}

form div input
{
	margin: 0 0 1.5em 0;
	padding: .3em .2em;
	border: 2px solid #575961;
}

input#submit
{
	background: #575961;
	border: 2px solid #575961;
	font-family: tahoma, "trebuchet ms", sans-serif;
	color: #ffffff;
	font-size: .9em;
	letter-spacing: .2em;
	font-variant: small-caps;
}

textarea
{
	border: 2px solid #575961;
	padding: .3em .2em;
	margin: 0 0 .5em 0;
}

form div:hover label strong                            
{
	background: #7a4b4b;
}

form div:hover input, form div:hover textarea
{
	border: 2px solid #7a4b4b;
}

form input#submit:hover
{
	background: #7a4b4b;
	border: 2px solid #7a4b4b;
}

p.response
{
	font-family: verdana, helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	margin: 0 0 2em 0;
	padding: 0 .8em;
}





/* Start Design Page Styles*/

div.designentry
{
	width: 100%;
	margin: 0 2em 0 1em;
	overflow: hidden;
}

div.designdesc
{
	margin-left: 300px;
	padding: 1em 30px 0 .6em;
}

div.designdesc p
{
	margin: 0 3em 1.4em 0;
	padding: 0 0 0 .9em;
	font-family: tahoma, "trebuchet ms", sans-serif;
	color: #000000;
	font-size: .7em;
	letter-spacing: .08em;
	line-height: 1.4em;
}

div.designdesc p.skills
{
	color: #a5303e;
}

h3
{
	color: #575961;
	font-family: tahoma, "trebuchet ms", sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: .02em;
	margin: 0 0 1em 0;
}

div.designdesc span
{
	position: relative;
	top: .7em;
	left: .6em;
	font-family: sylfaen, "palatino linotype", serif;
	font-size: 1em;
	border: 1px solid #c7c7c7;
}

div.designdesc span a
{
	background: #8fc0b1;
	padding: .1em .5em;
	color: #000000;
	border: 1px solid #7ca79a;
}

div.designdesc span a:hover
{
	background: #9ed4c3;
}

img.preview
{
	float: left;
}
















