/* - - - - - - - - - - - - - - - - - - - - -

Title : Living Doll
URL : www.livingdoll.net.au

Author : Unit Fifteen
Author URL : http://www.unitfifteen.com

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

body {
	background-color:#000000;
	margin:70px 0px 0px 0px;
	font: normal 12px arial;
	color: #f4f3f3;
	line-height:18px;
}

a {
	color: #ff5300;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

	
p, td {
	font: normal 12px arial;
	color: #f4f3f3;
	line-height:18px;
}

img {
border-color:#570101;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}

/*
----------------------------------------------------------------------------- 
LAYOUTS & WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
	width: 800px;
	height:576px;
	background-image:url(../images/home_content_bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	margin: auto auto;
	padding: 0px;
	}

#images {
	padding-top:40px;
	padding-left:70px;
	width: 800px;
	height: 530px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 730px;
	height: 490px;
	}
	html>#images {
	width: 730px;
	height: 490px;
	}

/* Main Menu */

#menuwrapper { 
	height:50px;
	width: 800px;
}
#menu  {  
	font: bold 11px Arial;
	text-transform:uppercase;
	color:#650102;}
#menu a {
	font: bold 11px Arial;
	text-transform:uppercase;
	color:#ff5400;
	padding:0px 6px;
	text-decoration:none;
	line-height:33px;
}
#menu a:hover {
	color:#ffffff;
	text-decoration:none;
}

#body {
padding-left:35px;

}

#flashcontent {
	width: 675px;
	height: 564px;
	padding-left:30px;
}

#home_text { 
	padding-top:25px;
	height:60px;
	width: 800px;
	text-align:center;
	color:#6d060a;
}

#footer {
	padding: 20px 0px 10px 0px;
	text-align: center;
	color:#a7011d;
	font: normal 11px arial;
}


/*
----------------------------------------------------------------------------- 
Form
-----------------------------------------------------------------------------*/

.input { 
	font: normal 11px Arial;
	padding: 3px;
	border: 1px solid #a7011d;
	background-color:#a7011d;
	color:#000000;
	height: 16px;
}

.button {
background-color:#e03c00;
color:#FFFFFF;
font-weight:bold;
padding: 2px;
border: none;
height:24px;
}