/* ===== reset ======*/
html { overflow: -moz-scrollbars-vertical !important; }
html {
	color: #404040;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

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

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}



/* ===== global styles ======*/

body {
	font-family:Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 10;
	padding: 10;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: lex lem;
}

div#outerDiv {
	width: 800px;
	margin: 0 auto;
	background:#FFF;

}
/*
#outerDiv a:link, #outerDiv a:visited {
    text-decoration: none;
    color: #ff66cc;
}

#outerDiv a:hover, #outerDiv a:active {
    text-decoration: none;
	color: #999;
}


/*===== header ======*/

div#header {
	height: 100px;
	position: relative;
	padding: 0 0 5px 0;
}

/* ===== logo button ===== */

#outerDiv div#logoButton {
    position: absolute;
    left: 0;
    top: 30px;
}

#logoButton a:link, #logoButton a:visited {
    height: 67px;
    width: 77px;
    display: block;
    text-indent: -1000em;
	background:url(../images/global/logo.jpg) no-repeat left top;
    border: none;
}

#logoButton a:hover, #logoButton a:active {
	 height: 67px;
    width: 77px;
    display: block;
    text-indent: -1000em;
    background:url(../images/global/logo_up.jpg) no-repeat left top;
	border: none;
}

/* ===== title ===== */

#outerDiv div#title {
    position: absolute;
    left: 98px;
    top: 60px;
}

/* ===== main menu ==== */

#header #mainMenu {
	position: absolute;
	left: 322px;
	width: 400px;
	top: 62px;
}

#mainMenu ul {	
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	}

#mainMenu li {	
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	font: 12px arial;
	}

#mainMenu li a {
	display: block;
	background: #FFFFFF;
	color: #333;
	padding: 0 24px 0 0;
	text-align: left;
	text-decoration: none;
	margin-right: 10px;
	/* line-height: 25px; */
	}

#mainMenu li a:hover {	
    background: #FFFFFF;
	color: #999;
}

#mainMenu li a.current {
	display: block;
	margin: 0;
	padding: 0 24px 0 0;
	background: #FFFFFF;
	color: #C00;
	text-align: left;
	text-decoration: none;
	margin-right: 10px;
}


#mainMenu li a.current:hover {
    cursor: default;
}



/*===== main content ======*/

#content div#mainContent {
	float: left;
	width: 800px;
	padding: 0 0 10px 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-family: "arial", sans-serif;
}

#mainContent h1 {
    font-size: 16px;
    font-weight: regular;
    color: #666;
    margin: 20px 0 8px 0;
}

#mainContent h2 {
    font-size: 1.2em;
    color: #3c3809;
    margin: .4ex 0;
}

#mainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin: 1ex 0 -.2ex 0;
}
#mainContent ul {	
	list-style: none;
	color: #666;
	width: 140px;
	margin: 0;
	padding: 42px 0 0 0;
	}

#mainContent li {	
	float: left;
	color: #666;
	margin: 0;
	width: 140px;
	padding:12px 0 0 0;
	font: 11px arial;
	}

#mainContent li a {
	float: left;
	background: #FFFFFF;
	color: #666;
	width: 140px;
	padding:12px 0 0 0;
	text-align: left;
	text-decoration: none;
	margin-right: 10px;
	}

#mainContent li a:hover {	
    background: #FFFFFF;
	color: #C00;
	}

#mainContent li a.current:hover {
	cursor: default;
}

/* ===== graphics button ===== */

#content div#homeContent {
	float: left;
	width: 800px;
	margin:0;
	padding:170px 0 200px 0;
	list-style:none;
}

#homeContent div#graphicsButton {
   float: left;
   padding: 0;
}

#graphicsButton a:link, #graphicsButton a:visited {
    height: 72px;
    width: 347px;
    display: block;
    text-indent: -1000em;
	background:url(../images/home/graphics.jpg) no-repeat left top;
    border: none;
}

#graphicsButton a:hover, #graphicsButton a:active {
	height: 72px;
    width: 347px;
    display: block;
    text-indent: -1000em;
    background:url(../images/home/graphics_up.jpg) no-repeat left top;
	border: none;
}

#homeContent div#illustButton {
   float: left;
   padding: 0;
}

#illustButton a:link, #illustButton a:visited {
    height: 72px;
    width: 453px;
    display: block;
    text-indent: -1000em;
	background:url(../images/home/illustration.jpg) no-repeat left top;
    border: none;
}

#illustButton a:hover, #illustButton a:active {
	 height: 72px;
    width: 453px;
    display: block;
    text-indent: -1000em;
    background:url(../images/home/illustration_up.jpg) no-repeat left top;
	border: none;
}
#mainContent div#akalogButton {
    float: left;
    padding: 0;
}

#mainContent div#akalogButton a.last {
    margin-right: 0;
}

#akalogButton a:link, #akalogButton a:visited {
    height: 53px;
    width: 213px;
    display: block;
    text-indent: -1000em;
	background:url(../images/home/akalog.jpg) no-repeat left top;
    border: none;
}

#akalogButton a:hover, #akalogButton a:active {
	height: 53px;
    width: 213px;
    display: block;
    text-indent: -1000em;
    background:url(../images/home/akalog_up.jpg) no-repeat left top;
	border: none;
}


/* ==== boarder ==== */

#div#boarder {
	float:left;
	margin: 0 auto;
	padding: 0;
}
#boarder p{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color:#333;
	margin: 10px 0;
	border: 1px solid #CCC;
	width: 300px;
	padding: 12px 12px;	
}


/* ===== gallery ====== */


#ul#gallery {
	float:left;
    margin: 0 15px;
	padding:0;
}

#gallery li{
	height: 90px;
	width: 90px;
	display: block;
	text-indent: -1000em;
	border: none;
}

/* ===== collections button ===== */

#content ul#collectionButton {
    position:fixed;
    left: 430px;
    top: 125px;
	width: 660px;
	height: 500px;
}

#content ul#collectionButton li {
    float:left;
    left: 430px;
	margin: 0;
    padding: 0;
	top: 105px;
}

#content ul#collectionButton a {
    left: 430px;
	width: 200px;
    height: 200px;
	text-indent: -1000em;
    padding-top: 20px;
    margin-right: 20px;
    border: none;
    display: block;
}

#content ul#collectionButton a.last {
    margin-right: 0;
}

#content ul#collectionButton a.lovers { background: url(../images/collections/landing/lovers_collection.jpg) no-repeat left top; }
#content ul#collectionButton a.springWater { background: url(../images/collections/landing/springflower_collection.jpg) no-repeat left top; }
#content ul#collectionButton a.moonStone { background: url(../images/collections/landing/moonstone_collection.jpg) no-repeat left top; }
#content ul#collectionButton a.twistedWire { background: url(../images/collections/landing/twistedwire_collection.jpg) no-repeat left top; }
#content ul#collectionButton a.crocodile { background: url(../images/collections/landing/crocodile_collection.jpg) no-repeat left top; }


#content ul#collectionButton a.lovers:hover { background: url(../images/collections/landing/lovers_collection_up.jpg) no-repeat left top; }
#content ul#collectionButton a.springWater:hover { background: url(../images/collections/landing/springflower_collection_up.jpg) no-repeat left top; }
#content ul#collectionButton a.moonStone:hover { background: url(../images/collections/landing/moonstone_collection_up.jpg) no-repeat left top; }
#content ul#collectionButton a.twistedWire:hover { background: url(../images/collections/landing/twistedwire_collection_up.jpg) no-repeat left top; }
#content ul#collectionButton a.crocodile:hover { background: url(../images/collections/landing/crocodile_collection_up.jpg) no-repeat left top; }


/* ======= footer ====== */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 5px;
	border-top: 1px dotted #999;
}

#footer p{
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999;
	margin: 20px 0 0 0;
	padding: 0;
	text-align:left;
}

#footer li {	
	float: left;
	color: #999;
	margin: 0;
	padding: 0;
	font: 11px arial;
	list-style:none;
	text-decoration: none;
	}

#footer li a {
	float: left;
	background: #FFFFFF;
	color: #999;
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration: none;
	}

#footer li a:hover {	
    background: #FFFFFF;
	color: #C00;
	}

/* ===== twoColumns ===== */

#footer div#leftColumn {
	position: absolute;
	float:left;
	padding: 0 0 40px 0;
	margin: 0 10px 0 0;
}

#footer div#rightColumn {
	margin-left: 400px;
	float: left;
	padding: 0 0 40px 0;
}
/* ------ miscellaneous styles ---- */

.clear { clear: both }
