/* colours
Grey: #858585
Green: #119B07
Pink: #DC12DB
Pale-Pink: #FDE6FA
*/

*{border:0;margin:0;padding:0;background:transparent;} 

body
{
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 80%; color: #858585; /*#999999;*/
background-color: #000000;
background-color: #ffffff;
line-height: 200%;
margin-top: 0px;
background: #000000 url('/img/bg.gif') top center repeat-x;
background: #ffffff url('/img/bg.gif') top center repeat-x;
}

#border
{
border: 0px ;
width: 770px;
background-color: #000000;
background-color: #FFFFFF;
background:url('/img/backround2.gif') no-repeat;
margin: 0 auto;
}

#header
{
height: 193px;
width:743px;
margin-left:-1px;
/*
background-image:url('/img/header.jpg');
*/
}

* html #header { margin-left: 0; }

#content
{
padding: 0.5em 1em;
max-width: 740px;
background-color: #000000;
background-color: #FFFFFF;
}

* html #content {height:1%}
* > html #content {height:auto}

#container
{
width: 740px;
margin: 0px auto;
background-color: #000000;
background-color: #ffffff;
border: 0px solid #669900;
}

#container p {
  margin-bottom: 1em;
}

#content li img,
#content p img {
  margin-top: -0.5em;
  margin-bottom: -0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.splitright {
background: #000000 url('/img/menu.gif') top center no-repeat;
background: #ffffff url('/img/menu.gif') top center no-repeat;
width: 30%;
float: right;
overflow: hidden;
text-align: center;
}

.imgright {
border-top: 0em solid #ffffff;
border-right: 0em solid #858585;
border-bottom: 0em solid #858585;
border-left: 0em solid #858585;
background: #000000;
background: #ffffff;
/* width: 100%; */
float: right;
overflow: hidden;
text-align: center;
clear: right;
margin: 1em 0 1em 1em;
/*
margin: 1em 0 0 0;
*/
}

.imgleft {
border: 0px solid #858585;
background: #000000;
background: #ffffff;
/* width: 100%; */
float: left;
overflow: hidden;
text-align: center;
clear: left;
margin: 1em 1em 1em 0;
/*
margin: 1em 0 0 0;
*/
}

.splitleft {
background: #000000;
background: #ffffff;
margin:auto;
width: 98%;
float: left;
overflow: hidden;
text-align: justify;
}

.reviewtable,
.consultanttable, 
.pricetable {
background: #eeeeee;
width: 68%;
margin: 0.5em 0.5em;
padding: 0;
border: 1px solid #dddddd;
border-collapse: collapse;
border-spacing:  0;
empty-cells:     show;
}
.consultanttable {
 width: 98%;
 margin: 0 auto 36px;
 text-align: center;
 clear:both;
}

.reviewtable input, textarea {
border: 1px solid #dddddd;
padding: 2px;
}

.reviewtable .submit {
background-color: #dddddd;
border: 0;
}


.reviewtable th, 
.reviewtable td, 
.consultanttable th, 
.consultanttable td, 
.pricetable th, 
.pricetable td {
padding: 0.1em 0.5em;
border: 1px solid #dddddd;
}

.reviewtable td, 
.consultanttable td, 
.pricetable td {
background-color: #FDE6FA;
}

.reviewtable span td, 
.consultanttable span td, 
.pricetable span td {
background-color: #000000;
background-color: #Ffffff;
}

#splitleft a:link, a:visited,
.consultanttable a:link,
.consultanttable a:visited,
.pricetable a:link,
.pricetable a:visited {
	color:#119B07;
}

#splitleft a:hover, a:active,
.consultanttable a:hover,
.consultanttable a:active,
.pricetable a:hover,
.pricetable a:active {
	color:#cccccc;
}


#introduction{
	float:right;
	width:180px;
	padding:0px 0px;
	margin:20px 0 20px 20px;
	background: url(/img/menu.gif) no-repeat;
	text-align:center;
	line-height:1.5em;
	color:#858585;/*#999999*/;
	font-size:1.0em;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	letter-spacing:0px;
}

#introduction ul, #introduction li {
text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#introduction a {
	border-bottom: none;
	color:#858585;/*#999999;*/
}

#introduction h3{
	text-align: center;
	position:static;
	color: #119B07;
}

#introduction a:link, a:visited{
	color:#858585;/*#999999;*/
}

#introduction a:hover, a:active{
	color:#333333;
}



/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer
{
	text-align: center;
	height: 60px;
	background-color: #FFE6FA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	
}


#footer a:link, a:visited{
	color:#119B07;
}

#footer a:hover, a:active{
	color:#333333;
}




a:active,
a:visited,
a:link	    			{ color: #119B07; text-decoration: none; }
a:hover					{ color: #333333; text-decoration: none; }

/* ~~~~~~~~~ PROPS FOR THE MENU GO OUT TO EXPLODING-BOY.COM ~~~~~~~~~ */

    #topmenu {
	position: relative;
	top: 14px;
	left: 15px;
	width: 740px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 41px;
      }
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 2px;
	  list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      background:#ffffff url(/img/menuleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topmenu a span {
      float:left;
      display:block;
      background:url(/img/menuright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#119B07;
      }

    #topmenu a.right {
      float:right;
      background:url(/img/menuleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topmenu a span.right {
      float:right;
      display:block;
      background:url(/img/menuright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#119B07;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color:#119B07;
      }
    #topmenu a:hover {
      background-position:0% -42px;
      }
    #topmenu a:hover span {
      background-position:100% -42px;
    }
/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
font-size: 120%;
color: #659500;
}

h3{
	color:#5B8FBE;
	font-family:geneva,arial,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	word-spacing:4px;
	letter-spacing:3px;
	font-size:0.8em;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}

/*~~~~~~~~~~~styles~~~~~~~~~~~~~~~*/

.style4 {
  font-size: 16px;
	font-weight: bold;
  color: #DC12DB;
	}

.style4s {
  font-size: 14px;
	font-weight: bold;
/*  color: #DC12DB; */
	}

.style5 {
	font-size: 12px;
	color: #858585;/*#CCCCCC;*/
	}
	
.partydate {
  font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #119B07;
}

.author {
  font-size: 10px;
	text-align: right;
	color: #858585;
	font-style: italic;
}

