/* 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;
}
blockquote:before, blockquote:after,
q:before, q: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;
}

/* text */
body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}
ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
  margin-top: 10px;
}

/* styles */
* {
  margin: 0;
}
html, body {
  height: 100%;
}

body {
  font-family: Courier New, Courier, Serif, Times;
}

a {
  text-decoration: underline;
  color: #4b4a4a;
}

a:hover {
  text-decoration: underline;
  color: #4b4a4a;
}

div#header {
  display: block;
  float: left;
  position: relative;
  height: 110px;
  width: 100%;
}

div#logo {
  display: block;
  position: relative;
  float: left;
}



div#header div#logo a {
  display: block;
  position: relative;
  height: 0px !important;
  margin: 0;
  overflow: hidden;
  padding: 110px 0 0 0;
  width: 288px;
  background: url(/images/header.png) top left no-repeat;
  height /**/: 110px;/* IE 5 */
}

div#freelogo {
  display: block;
  position: relative;
  float: left;
}

div#header div#freelogo a {
  display: block;
  position: relative;
  height: 0px !important;
  margin: 0;
  overflow: hidden;
  padding: 110px 0 0 0;
  width: 400px;
  background: url(/assets/64/Logo_FreeArt.png) top left no-repeat;
  height /**/: 110px;/* IE 5 */
}

div#follow-me {
  margin-left: 10px;
}
div#top-ban {
  display: block;
  float: right;
}

table {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

table td {
  vertical-align: top;
}

#left {
  clear: both;
  display: block;
  position: relative;
  float: left;
  width: 144px;
}

#menu a {
  color: #000;
  text-decoration: none;
}

#menu a:hover {
  color: #4b4a4a;
  text-decoration: underline;
}


#menu ul {
  margin: 8px 0 0 0;
  list-style-type: none;
}

#menu ul li {
  margin: 0 0 0 14px;
}

#menu ul li a {
  font-size: 18px;
  font-weight: bold;
}

#menu ul li ul {
  margin: 0;
}

#menu ul li ul li {
  margin-left: 10px;
}

#menu ul li ul li a {
  font-size: 12px;
  font-weight: normal;
}

#page {
  display: block;
  float: left;
  clear: both;
  position: relative;
  width: 100%;
}

#content {
  float: left;
  display: block;
  position: relative;
  margin: 10px 0 0 10px;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
}
.threecol .colmid {
	right:15%;			/* width of the right column */
}
.threecol .colleft {
	right:70%;			/* width of the middle column */
}
.threecol .col1 {
	width:68%;			/* width of center column content (column width minus padding on either side) */
	left:101%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:13%;			/* Width of left column content (column width minus padding on either side) */
	left:18%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:13%;			/* Width of right column content (column width minus padding on either side) */
	left:90%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* 2 Column (left menu) settings */
.leftmenu {
}
.leftmenu .colleft {
	right:85%;			/* right column width */
}
.leftmenu .col1 {
	width:83%;			/* right column content width */
	left:101%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:13%;			/* left column content width (column width minus left and right padding) */
	left:3%;			/* (right column left and right padding) plus (left column left padding) */
}

div.product {
  display: block;
  float: left;
  position: relative;
}

div.product ul.images {
  margin: 0;
  list-style-type: none;
}

div.product ul.images li {
  display: inline;
  margin: 0;
}

div.product div.custom {
  display: inline;
  margin-right: 10px;
}

div.product div.custom span.name {
  font-weight: bold;
  margin: 0 4px 0 0;
}

div.product-list {
  display: block;
  float: left;
  position: relative;
}

div.product-list ul {
  list-style-type: none;
  margin: 0;
  display:block;
  float: left;
  position: relative;
}

div.product-list ul li {
  display: block;
  float: left;
  position: relative;
  height: 256px;
  margin-bottom: 10px;
}

div.product-list ul li a {
  display: block;
  float: left;
  position: relative;
}

div.product-list ul li a img {
  margin: 0;
  padding: 0;
  border: 3px solid #fff;
}

div.product-list ul li a:hover img {
  border-right: 3px solid #4b4a4a;
  border-bottom: 3px solid #4b4a4a;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px;
}

.push {
  height: 30px;
}

#footer {
  height: 30px;
  text-align: right;
  padding-right: 3px;
  clear: both;
  display: block;
}

#footer span {
  display: block;
  position: relative;
  float: right;
  padding-top: 8px;
  margin-right: 10px;
}

#footer a {
  display: block;
  float: right;
  position: relative;
  padding: 25px 0 0 0;
  height: 0 !important;
  overflow: hidden;
  margin: 0;
  height /**/: 25px;/**/
  width: 93px;
  background: url(/images/jimmy.gif) top left no-repeat;
}

#footer a:hover {
  background: url(/images/jimmy.gif) bottom left no-repeat;
}

#bottom-banner {
  display: block;
  float: left;
  position: relative;
  bottom: 0;
  height: 30px;
}

#bottom-banner img {
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
}
