@charset "utf-8";
/* CSS Document */

/***** Global reset courtesy of Eric Meyer *****/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/***** Kaye's code *****/

body {
	background:#2E2E2E url(images/page_bg.jpg) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	padding-bottom:12pt;
	line-height:10pt;
}

div#main {
	margin:0 auto;
	width:955px;
	height:700px;
	background:url(images/header_bg.png) top left no-repeat;
}

div#navigation {
	position:absolute;	
	color:#CCC;
	width:450px;
	height:20px;
	margin:25px 0 0 520px;
	font-size:10pt;
}

div#navigation span {
	margin:0 0 0 10px;
}

div#navigation span.current {
	color:#CCCCCC;
}

div#navigation a:link, div#navigation a:visited {
	color:#737373;
	text-decoration:none;
}

div#navigation a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

div#bio {
	position:absolute;
	width:399px;
	height:493px;
	margin:176px 0 0 0;
	background:url(images/easel_bg.png) no-repeat;
}

div#bio div#bio_txt {
	position:absolute;
	width:340px;
	height:250px;
	margin:60px 0 0 30px;
	text-align:justify;
}

div#paintSplat_yellow {
	position:absolute;
	width:149px;
	height:126px;
	margin:360px 0 0 440px;
	background:url(images/yellow_paint.png) no-repeat;
}

div#paintSplat_blue {
	position:absolute;
	width:149px;
	height:126px;
	margin:340px 0 0 400px;
	background:url(images/blue_paint.png) no-repeat;
}

div#shirts {
	position:absolute;
	width:389px;
	height:449px;
	margin:61px 0 0 565px;
	background:url(images/shirts_bg.png) no-repeat;
}

div#viewShirtsGallery {
	position:absolute;
	width:254px;
	height:84px;
	margin:450px 0 0 400px;
}

div#shoes_home {
	position:absolute;
	width:197px;
	height:271px;
	margin:395px 0 0 425px;
}

div#paintSplat_yellow2 {
	position:absolute;
	width:149px;
	height:126px;
	margin:360px 0 0 65px;
	background:url(images/yellow_paint.png) no-repeat;
}

div#shoes {
	position:absolute;
	width:197px;
	height:271px;
	margin:395px 0 0 40px;
}

/*div#viewShoesGallery {
	position:absolute;
	width:254px;
	height:84px;
	margin:265px 0 0 55px;
}*/

div#viewShoesGallery {
	position:absolute;
	width:254px;
	height:84px;
	margin:120px 0 0 665px;
}

div#shirts img {
	position:absolute;
	width:187px;
	height:141px;
	margin:100px 0 0 90px;
}

div#flashContainer, div#flashContainer a {
	color:#FFFFFF;
}

div#shirtsSlideShow {
	position:absolute;
	width:503px;
	height:350px;
	margin:250px 0 0 -10px;
}

div#shoesSlideShow {
	position:absolute;
	width:625px;
	height:280px;
	margin:245px 0 0 290px;
}

div#contact {
	position:absolute;
	width:399px;
	height:493px;
	margin:176px 0 0 0;
	background:url(images/contact_bg.png) no-repeat;
}

div#contact div#contact_txt {
	position:absolute;
	width:320px;
	height:200px;
	margin:125px 0 0 40px;
	text-align:justify;
}

div#contact_txt form label {
	float:left;
	text-align:right;
	width:60px;
	padding:0 20px 0 0;
}

div#contact_txt form input{
	float:left;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#contact_txt form textarea {
	float:left;
	width:230px;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#contact_txt div#buttons input {
	width:60px;
}

div#contact_txt form div.field {
	float:none;
	clear:both;
	padding:0 0 25px 0;
}

div#contact_txt form div#buttons {
	float:none;
	clear:both;
	width:140px;
	padding:20px 0 0 193px;
	/*margin:0 0 0 170px;*/
}

div#copyright {
	position:absolute;
	width:200px;
	height:20px;
	margin:550px 0 0 750px;
	color:#666666;
}

div#kpm {
	position:absolute;
	width:275px;
	height:32px;
	margin:580px 0 0 695px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
}

div#kpm img {
	vertical-align:middle;
}

div#kpm a:link, div#kpm a:visited {
	color:#000000;
	text-decoration:none;
}

div#kpm a:hover {
	color:#141414;
	text-decoration:none;
}
