/* Erotic Illusions styles 2 March 2008
copyright Stormbringer Enterprises 
------------------------------------- */


/* MAIN BODY COMPONENTS
-------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #DCDCDC;
	background: #051626 url(grfx/ei2.jpg) no-repeat right bottom;
	font: small/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 32px 32px 70px 32px;
}

#innerbody {
	border-top: 2px solid #a40000;
	border-left: 2px solid #a40000;
	border-right: 2px solid #a40000;
}

#topleft {
	position: absolute;
	top: 0;
	left: 0;
}

#topright {
	position: absolute;
	top: 0;
	right: 0;
}

#contentouter {
	width: 100%;
}

#contentouter h1 {
	margin-left: -5000px;
}

#contentarea {
	margin: 160px 30px 0 30px;
	padding-bottom: 160px;
}

#contentarea li {
	list-style: square;
	list-style-position: inside;
	padding: 0 7%;
}

.center {
	text-align: center;
}

/* SITE WIDE STYLES
--------------------------------- */

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #AECDEE;
	color: #AECDEE;
}

a:hover, a:active {
    border-bottom-style: solid;
}

h2, h3, h4 {
	padding: 1.5em 0 0.7em 0;
}

p {
   text-align: justify;
	margin-bottom: 0.5em;
}

img {
	border: 0;
}

.floatleft {
	float: left;
	margin: 0 15px 5px 0;
}

.floatright {
	float: right;
	margin: 0 0 5px 15px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

a:link.majorlink, a:visited.majorlink {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 101%;
	border-bottom-style: none;
}

a:hover.majorlink, a:active.majorlink {
	border-bottom-style: solid;
}

.quote {
	margin: 0 10%;
	text-align: left;
}

/* INDEX PAGE
-------------------------------- */

#indexbutt a {
	width: 150px;
	display: block;
	padding: 12px;
	border: 2px solid #930000;
	font-size: 190%;
	color: #313131;
	background-color: #495863;
	font-weight: bold;
	margin: 40px auto;
	text-align: center;
}

#indexbutt a:hover {
	border: 2px solid #a40000;
	color: #DCDCDC;
}

#disclaimer {
	width: 70%;
	margin: 0 auto;
}

#disclaimer p {
	font-size: 82%;
	font-style: italic;
	text-align: center;
}

#links {
	width: 790px;
	margin: 30px auto;
}

#linksleft {
	width: 240px;
	float: left;
}

#linksright {
	width: 540px;
	float: right;
}

#links, #linksleft, #linksright {
	text-align: center;
}

#links img, #linksleft img, #linksright img {
	border: 0;
	display: block;
	margin: 30px auto 0 auto;
}

#links a, #linksleft a, #linksright a {
	border-bottom-style: none;
}

#eiring {
	text-align: center;
}

#eiring span {
	font-weight: bold;
}

#artring {
	color: #000140;
	font-size: 85%;
}

#artring td {
	background-color: #FFEECC;
}

#artring a {
	color: #400000;
}

#smallads img {
	display: inline;
	margin: 20px;
}


/* TOP NAVIGATION
---------------------------------- */

#topnavbox {
	width: 670px;
	position: absolute;
	top: 68px;
	right: 17px;
}

#topnav {
	text-align: center;
	margin-top: 50px;
	list-style-type: none;
}

#topnav li {
	display: inline;
	background-color: #081E34;
}

#topnav a {
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
	color: #DCDCDC;
	border-bottom-style: none;
	padding: 2px 1px;
}

#topnav a:hover {
	color: white;
}

/* BANNER AREA
----------------------------- */

.advertising img {
	display: block;
	margin: 20px auto;
}

.advertising a:link, .advertising a:visited, .advertising a:hover, .advertising a:active {	
	border-bottom-style: none;
}

/* DISPLAY BOX 
------------------------------ */


.topbox1 {
	width: 100%;
	height: 70px;
	background: url(grfx/boxtl.jpg) no-repeat left top;
	margin: 0 auto;
}

.topbox2 {
	height:70px;
	background: url(grfx/boxtr.jpg) no-repeat right top;
}

.boxmid1 {
   width:100%;
	margin: 0px;
	background: url(grfx/boxml.jpg) repeat-y left;
}

.boxmid2 {
	background: url(grfx/boxmr.jpg) repeat-y right;
}

.botbox1 {
	width: 100%;
	height: 70px;
	background: url(grfx/boxbl.jpg) no-repeat left bottom;
	margin: 0 auto;	
	clear: both;
}

.botbox2 {
	height:70px;
	background: url(grfx/boxbr.jpg) no-repeat right bottom;
}

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

#creatorlist {
	width: 86%;
	margin: 0 auto;
	padding-top: 20px;
}

#creatorsleft {
	width: 49%;
	float: left;
}

#creatorsright {
	width: 49%;
	float: right;
}

#creatorsleft li {
	float: left;
}

#creatorsright li {
	float: right;
}

#creatorsleft li, #creatorsright li {
   width: 90%;
	list-style: none outside;
	padding: 10px;
	border: 2px inset #6f6f6f;
	margin-bottom: 20px;
}

#creatorsleft p, #creatorsright p {
	margin-left: 105px;
	font-size: 86%;
}

#creatorsleft div, #creatorsright div {
  float: left;
  width: 102px;
}

#creatorsleft img, #creatorsright img {
	float: left;
	margin: 0 15px 5px 0;
}

#creatorsleft span, #creatorsright span {
	display: block;
	font-weight: bold;
	font-variant: small-caps;
}

.creatorslinks a {
  border: 0;
  display: block;
	margin-left: 105px;
}

/* CONTACT FORM
------------------------------ */

#contact {
	width: 600px;
	margin: 20px auto;
	color: #000000;
}

#contact table {
	margin: 10px auto;
}

#contact td {
	padding: 3px;
}

.phpForms_pgtitle {
    font: bold larger sans-serif;
    color       : #1200d9;
}

.phpForms_btn {
	 border-top, border-left: 1px solid #e4e4e4;
	 border-bottom, border-right: 1px solid #c1c1c1;
	 margin: 5px auto;
	 background-color: #000146;
	 color: #ccccff;
	 padding: 3px 20px;
}


/* FREE SITES LISTING
---------------------------- */

#freelist {
	width: 80%;
	margin: 30px auto;
}

#freelistleft {
	width: 33%;
	float: left;
}

#freeright {
	width: 65%;
	float: right;
}

#freelistmiddle {
	width:48%;
	float: left;
}

#freelistright {
	width:48%;
	float: right;
}

#freelist li {
	list-style: none outside;
	padding-bottom: 18px;
	padding-left: 0;
}

#freelist a {	
	font-weight: bold;
	font-variant: small-caps;
	font-size: 105%;
	border-bottom-style: none;
}

#freelist a:hover {	
	border-bottom-style: solid;
}


/* FAQ LISTING
------------------------------- */

#qalist li {
list-style: outside;
list-style-type: none;
padding-left: 0;
padding-bottom: 35px;
}

#qalist span {
	font-weight: bold;
	font-style: italic;
}


/* NEWS PAGE
----------------------------- */

#newsside {
	float: right;
	width: 230px;
	border: thin solid #cccccc;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
}


#newsside p {
	font-family: "MS Serif", "New York", serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#newsside a {	
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-style: none;
}

#newslatest {
	width: 100%;
}

#newslatest table {
	border-collapse: collapse;
}

#newslatest td {
	padding: 5px;
	vertical-align: top;
	font-size: 82%;
	font-weight: normal;
	font-style: italic;
}

#newslatest a {
   border-bottom: none;
}

#newslet {
	margin-left: 320px;
}

/* newsletter sub box on main page */
#mainpgnlsub {
	width: 320px;
	float: left;
	padding-top: 10px;
}

#newslettersub {
	width: 300px;
	float: left;
	background-image: url(grfx/newssubmid.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#newslettersub h4 {
	background: url(grfx/newssubtop.jpg) no-repeat top;
	padding: 10px;
}

#newslettersub p {	
	text-align: center;
	padding: 0 10px;
}

#newssubform {
	width: 200px;
	margin: 5px auto;
}

#newssubbot {
	background-image: url(grfx/newssubbot.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	padding-bottom: 15px;
}


/* UPDATES LIST
----------------------------------- */


#updates {
	width: 100%;
}

#updates table {
	border-collapse: collapse;
	border: 2px solid #a40000;	
	width: 100%;
	margin: 0;
}

#updates caption {
	 text-align: left;
	 font-weight: bold;
	 font-size: 110%;
	 line-height: 250%;
	 padding: 20px 0;
}

#updates th {
	text-align: left;
	padding: 3px;
	border: 1px solid #a40000;
}

#updates td {
	padding: 2px;
	vertical-align: top;
	border: 1px solid #a40000;
}

#updates a {
	font-size: 86%;
	display: block;
	line-height: normal;
	border-bottom-style: none;
	margin-bottom: 10px;
}

#updates a:hover {
   text-decoration: underline;
}


/* OUR BANNER LIST
------------------------------- */

#banners img {
	display: block;
	margin: 40px auto;
}


/* LEGEND
-------------------------------- */

#legend {
	width: 62%;
	margin: 20px auto 10px auto;
	padding: 0 80px 15px 20px;
	border: 3px double #a40000;
	background: url(grfx/legend.jpg) no-repeat right bottom;
}

#legend li {
	list-style: none outside;
	padding-left: 0;
	padding-bottom: 8px;
}


/* ARTIST INDEX LIST
---------------------------------- */


.artidxtbl {	
	width: 630px;
	margin: 0 auto;
	border: 1px solid #990033;
	border-collapse: collapse;
}

.artidxtbl th, .artidxtbl td {
	width: 24px;
	vertical-align: bottom;
	padding: 0 2px;
	border: 1px solid #990033;
}

.artidxname p {
	width: 150px;
	padding: 0 10px;
}

.artidxlist p {
	
	width: 150px;
	margin-bottom: 0;
	font-weight: normal;
}

.artidxlist a {
	border-bottom: none;
}

/* MISCELLANEOUS
----------------------------------- */

#help2, #legal2, #update2, #ring2, #help3 {
	width: 800px;
	margin: 10px auto;
	display: block;
}

#altinner {
	width: 80%;
	margin: 0 auto;
}


/* NEWSLETTER
------------------------------------- */

.centerhighlight {
	text-align: center;
	clear: both;
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
}

.centerpicblock p {
	text-align: center;
}

.centerpicblock a {
	border-bottom: none;
}

.centerpicblocki {
	font-style: italic;
}

#warningblock {
	width: 90%;
	margin: 100px auto;
}

.centbold {
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
}

/* SPECIAL OFFER
----------------------------- */

#special {
	width:75%;
	height: 200px;
	margin: 30px auto;
	border: 3px double #cc0000;
	background-image: url(grfx/special.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#specinner {
	margin: 20px 150px 20px 20px;
}

#specinnertx {
   font-size: 200%;
	font-style: italic;
	margin-bottom: 20px;
}

#specinnerbdy p {
   text-align: center;
}


/* GOOGLE LINK
--------------------- */

#goolink {
	padding: 15px;
}

#goolink a {
	border-bottom: none;
	margin: 12px;
}

/* ENVIRONMENTAL IMPACT
---------------------------- */

#envimp {
	width: 85%;
	margin: 20px auto;
	border: 1px solid #D3D3D3;
	padding: 10px 40px 30px 40px;
}

#envimp h3 {
	text-align: center;
}

#envimp li {
	padding: 10px 0;
	text-align: justify;
	list-style-type: circle;
}

/* ST PATRICK
------------------------------ */

#stpat {
	width: 500px;
	height: 700px;
	float: left;
}

#stpat a {
	background-image: url(pat1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 500px;
	height: 700px;
	display: block;
	border-bottom: none;
}

#stpat a:hover {
	background-image: url(pat2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 500px;
	height: 700px;
}

/* COMMISSION PAGE
----------------------------------- */

#comm {
  margin: 50px 25px;
}

#comm hr {
  width: 50%;
  margin: 25px auto;
  clear: both;
}

#comm h4 {
  font-size: 120%;
  background-color: #800000;
  padding-left: 10px;
}

#comm a {
  border-bottom: none;
  color: #00FFFC;
}

#comm a:hover {
  text-decoration: underline;
}

#comm span {
  float: right;
  margin: 12px 5px 0 15px;
  padding-top: 14px;
}

#comm h5 {
  font-size: 120%;
  text-align: center;
  padding: 12px 0;
  background-color: #FF00FF;
}

#comm span li {  
  text-align: center;
  padding-top: 6px;
  font-weight: bold;
  list-style-type: none;
}