/* -----

ADD ALL LAYOUT CSS HERE
Information below is provided as an example

 ----- */



/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 11px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */



/* ----- IDS ----- */

/* NB --- do NOT style base HTML tags
body{}
*/

#bodyContainer {
	text-align:center;
	font-family: helvetica, arial, sans-serif;
	background: transparent url(/images/background/body_Repeat.gif) repeat-x left top;
}

#container {
	margin:auto;
	text-align:center;
	width:100%;
	background: transparent url(/images/background/header_Shapes.gif) no-repeat center top;
}

/* 1. header */
#header{
	display:block;
	width:950px; height:103px;
	margin:0 auto; padding: 0;
	text-align:left;
}

#pageTools {
	display:block;
	width:950px; height:24px;
}

#logotypeBox {
	display:block; float:left;
	width:527px;
	height:77px
}


#navigation {
	display:block; float:right;
	width:423px; height:30px;
	margin:49px 0 0 0;
}

/* 2. headerImage */

#headerImage {
	display:block; position:relative;
	width:950px; height:198px;
	margin:0 auto; padding: 0;
	text-align:left;
}

#headerImageGraphics {
	position:absolute;
	width:950px; height:198px;
	top:0; left:0;
	background:transparent url(/images/background/homePage_Overlay.png) no-repeat left top ;
}

#headerImage #searchBox {
	position:absolute;
	top:0; right:0;
	margin-right:27px;
}



/* 3. Main Content */

#mainContentBox {
	display:block;
	width:956px;
	margin:0 auto; padding: 0;
	text-align:left;
	background: #FFF url(/images/background/mainContent_outline.gif) repeat-y top left;
}

.introBox {
	display:block;
	width:918px; /*  950 - 21 - 11 = 918*/
	padding: 21px 21px 18px 11px; margin: 0 3px;
	border-bottom: 1px solid #E7E7E7;
	background: #FFF url(/images/background/intro_background.gif) no-repeat top left;
}

.home #searchBox {
	display:block; float:left;
	width:352px; height:148px;

}

.introBox .welcomeBox {
	display:block; float:left;
	width:560px;
}

/* 3.2 main content */
.mainContent {
	display:block;
	padding:25px 32px; margin: 0 3px;
	width: 888px; /*950 - 64 = 888*/
	background: transparent url(/images/background/insidePage.gif) no-repeat 751px top;
}

.home .mainContent { background-image:none;}


/* 4. footer */

#footer {
	clear:both; display:block;
	width:956px; margin:0 auto;
	text-align:left;
	border-top: 14px solid #E25E17;
}

#footerNav {
	display:block; float:left;
	width: 658px;
	padding:16px 14px; margin:0;

}

#websiteByBox {
	display:block; float:right;
	width: 242px; /* 956 - (14*2) - 686 = 242*/
	padding:16px 0;
	text-align:right;

}


/* ----- CLASSES ----- */

.hide{}
.show{}

.content { margin: 0; padding:0;}

.clearer {
	clear:both;
	display:block;
	margin:0; padding:0;
	width:100%; height:0px;
}

.selectDDown {
	display:block;
	cursor:pointer;
	width:155px; /* 167 - (2*6) */
	padding:5px 6px 4px 6px; margin:4px 0 0 0;
	border: 1px solid #999;
	font-size:69%;
	background: #FFF url(/images/form/ddownArrow.gif) no-repeat 149px center;
}

.home .selectDDown { margin-left:20px; }

.sDDL-list1, .sDDL-list2 {
	display:block;
	position:absolute;
	width:155px;
	padding:5px 6px 4px 6px;
	margin:0;
	border: 1px solid #999;
	border-top-width:0;
	font-size:69%;
	background-color:#FFF;
}

.home .sDDL-list1, .home .sDDL-list2 {
	margin-left:20px;
}

/* ----- HEADINGS ----- */

/* NB --- do NOT style base HTML tags
h1{}
h2{}
h3{}
h4{}
h5{}
*/

h2.mainHeading {
	display:block;
	margin:0 0 10px 0;
	color: #E25E17;
	font-size:113%;
	font-weight:normal;
	text-transform:uppercase;
}


#searchBox h3 {
	display:block;
	color:#E25E17;
	margin:25px 0 10px 0; padding:0 0 0 20px;
	font-size:88%;
	background:transparent url(/images/form/FindAnIll_icon.gif) no-repeat left center;
}

.home #searchBox h3 { margin-top:0;}


/* ----- PARAGRAPHS ----- */

/* NB --- do NOT style base HTML tags
p{}
*/

p.breadcrumbs {
	display:block; clear:both;
	margin:0 0 40px 0;
	color:#000;
	font-size:69%;
}

#searchBox p {
	display:block;
	margin: 18px 0 0 0; padding:0;
	font-size:69%;
}

.home #searchBox p { margin-left:20px;}

#footerNav p {
	display:block; clear:both;
	width:100%;
	padding: 3px 0 0 5px;
	font-size:63%;
}


/* ----- QUOTES ----- */

/* NB --- do NOT style base HTML tags
blockquote{}
blockquote p{}
cite{}
blockquote cite{}
*/



/* ----- CODE ----- */

/* NB --- do NOT style base HTML tags
pre{}
code{}
p code{}
pre code{}
*/



/* ----- LISTS ----- */

/* NB --- do NOT style base HTML tags
ol{}
ul{}

li{}

ol li{}
ul li{}
*/


#pageTools ul, #navigation ul, #footerNav ul {
	float:left;
	list-style-type:none;
	margin:0; padding:0;
	font-size:75%;
}

#pageTools ul {
	display:block; float:right;
	width:103px; height:24px;
}

#pageTools li {
	float:left; display:inline;
	margin:0; padding:0;
	border-right:1px solid #CCC;
	height:24px;
}

#pageTools li.pT_Home { width:27px; }
#pageTools li.pT_Emai { width:37px; }
#pageTools li.pT_Sear { width:19px; border-width:0; }

#navigation ul {
	display:block;
	width:423px; height:30px;
	background: transparent url(/images/nav/mN_navigation.gif) no-repeat left top;
}

#navigation ul.mainNav_Home { background-position: left top; }
#navigation ul.mainNav_Illu { background-position: left -30px; }
#navigation ul.mainNav_Abou { background-position: left -60px; }
#navigation ul.mainNav_Join { background-position: left -90px; }
#navigation ul.mainNav_Memb { background-position: left -120px; }

#navigation li {
	float:left; display:inline;
	margin:0; padding:0;
}


#navigation li#mN_Illu { width:134px; height:30px; }
#navigation li#mN_Abou { width:108px; height:30px; }
#navigation li#mN_Join { width:80px; height:30px;  }
#navigation li#mN_Memb { width:90px; height:30px; }


/* -- drop down navigation */

#navigation ul ul {
	position:absolute;
	/*right:0; top:100%;*/
	width:130px;
	visibility:hidden;
	z-index:600px;
	font-size:100%;
	background: #E25E17 none no-repeat left top;
}

#navigation li#mN_Illu ul { margin-left:30px; }
#navigation li#mN_Abou ul { margin-left:17px; }
#navigation li#mN_Join ul { margin-left:12px; }
#navigation li#mN_Memb ul { margin-left:10px; }

#navigation ul ul li {
	display:block; float:none;
	line-height:1.2em;
	padding:0;
	vertical-align:middle;
	width:130px;
	border-bottom:1px solid #FFF;
	text-align:right;
}

#navigation ul li:hover,
#navigation ul li.hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

#navigation ul li:hover > ul {
	visibility: visible;
}

/* see LINKS for drop down link tags */

/* -- end drop down nav */

.sDDL-list1, .sDDL-list2 {
	list-style-type:none;
}

.sDDL-list1 li, .sDDL-list2 li {
	margin:0; padding:0 0 7px 0;
}

#footerNav ul {
	display:block; clear:both;
	font-size:63%;
}

#pageTools li, #navigation li, #footerNav li {
	display:inline;
	margin:0; padding:0;
}


/* ----- IMAGES ----- */

/* NB --- do NOT style base HTML tags
img{ }
img a{ }
img a:hover{ }
*/



/* ----- BREAK ----- */


/* NB --- do NOT style base HTML tags
hr{}
*/

.clearer hr { display:none; }



/* ----- LINKS ----- */

/* NB --- do NOT style base HTML tags
a{ }
a:hover{ }
a:visited, a:active, a:focus{ }
a:visited{ }
a:active{ }
a:focus{ }
*/

p.breadcrumbs a {
	margin:0 4px 0 0; padding: 0 6px 0 0;
	color: #E25E17;
	border-right:1px solid #666;
	text-decoration:none;
}
p.breadcrumbs a:hover { 	text-decoration:underline;}

#searchBox p a{ color: #E25E17; }
#searchBox p a:hover{ color: #000; }

a img { border-width:0;}

#pageTools li.pT_Home a, #pageTools li.pT_Emai a, #pageTools li.pT_Sear a {
	display:block;
	margin:9px 0 0 0;
	height:13px;
	outline-style:none;
	text-indent:-500em;
}

#pageTools li.pT_Home a { background: #FFF url(/images/nav/pT_home.gif) no-repeat left top;}
#pageTools li.pT_Emai a { background: #FFF url(/images/nav/pT_emai.gif) no-repeat left top;}
#pageTools li.pT_Sear a { background: #FFF url(/images/nav/pT_sear.gif) no-repeat left top;}

#pageTools li.pT_Home a:hover { background-image: url(/images/nav/pT_home-on.gif) }
#pageTools li.pT_Emai a:hover { background-image: url(/images/nav/pT_emai-on.gif) }
#pageTools li.pT_Sear a:hover { background-image: url(/images/nav/pT_sear-on.gif) }

.sDDL-list1 li a, .sDDL-list2 li a { color:#666; text-decoration:none;}
.sDDL-list1 li a:hover, .sDDL-list2 li a:hover { color: #E25E17;}

#navigation li#mN_Illu a, #navigation li#mN_Abou a, #navigation li#mN_Join a, #navigation li#mN_Memb a {
	display:block;
	height:30px;
	outline-style:none;
	text-indent:-500em;
	/*width:100px;*/
}


#navigation li#mN_Illu ul li a, #navigation li#mN_Abou ul li a,
#navigation li#mN_Join ul li a, #navigation li#mN_Memb ul li a {
	text-align:left;
	text-decoration:none;
	color:#FFF;
	font-size:90%;
	background-color:#E25E17;
	padding: 4px 6px;
	height:auto;
	text-indent:0em;
}

#navigation li#mN_Illu ul li a:hover, #navigation li#mN_Abou ul li a:hover,
#navigation li#mN_Join ul li a:hover, #navigation li#mN_Memb ul li a:hover {
	color:#000;
}

.sDDL-list1 li a, .sDDL-list2 li a { color: #000;}

#footerNav a {
	color:#000; text-decoration:none;
	padding:0 6px 0 5px;
	border-right: 1px solid #000;
}

#footerNav li.lastNav a { border-width:0;}

#footerNav a:hover { color:#E25E17; }

#websiteByBox p {
	display:block; float:right;
	width:113px; height:13px;
	padding:0 10px 0 0; margin:0;
}

#websiteByBox p a {
	display: block; position:relative;
	width:113px; height:13px;
	padding:0; margin:0;
	font-size:63%;
	color:#000; text-decoration:none;
}

#websiteByBox p a span {
	position:absolute;
	width:100%; height:100%;
	background: transparent url(/images/logotypes/websiteByKomosion.gif) no-repeat right top;
}

/* ----- TABLES ----- */

/* NB --- do NOT style base HTML tags
table{ }
caption{ }
thead{ }
tbody{ }
tfoot{ }
tr{ }
tr .alt{ }
th{ }
td{ }
*/



/* ----- FORMS ----- */



/* NB --- do NOT style base HTML tags
form{}

fieldset{}
legend{}
label{}
input{}
textarea{}
select{}
optgroup{}
option{}
*/



/* ----- DEFINITIONS ----- */

/* NB --- do NOT style base HTML tags

dl{}
dt{}
dd{}
*/

#headerImage dl {
	display:block; position:relative;
	margin:0; padding:0;
}

#headerImage dt {
	display:block; position:relative;
	width:950px; height:198px;
	background-color: #666; /* TEMP -- DE-BUG ONLY */
}

#headerImage dd {
	display:block; position:absolute;
	width:950px; height:29px;
	margin:-29px 0 0 0; padding:0;
	background: transparent url(/images/background/homePage_Caption.png) no-repeat left top;
}

#headerImage dd p { padding: 9px 0 0 31px; font-size:69%; color:#FFF;}
#headerImage dd p a { color:#FFF; text-decoration:none; }

/* -------- MICROSITES ---------- */

.illustratorSearchResults td {
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
}

.illustratorDisplayImages td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#microsite a:link {
	color: #E25E17;
}

#microsite a:hover {
	color: #E25E17;
}

#microsite a:visited {
	color: #E25E17;
}

#microsite h4 {
	color: #E25E17;
}

#micrositeArtistName {
	color: #333333;
	font-size:113%;
	font-weight:bold;
	text-transform:uppercase;
}

#micrositeArtistCompany {
	color: #333333;
	font-size:88%;
	font-weight:normal;
}

/* ----------- jquery LIGHTBOX ------------ */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}