/* 
 * Global Resets
 */

	/* 
	 * Begin Yahoo! YUI Resets
	 */

	/*
	 *Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	 *Code licensed under the BSD License:
	 *http://developer.yahoo.net/yui/license.txt
	 *version: 0.11.0
	*/

	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
		margin:0;
		padding:0;
	}
	table{
		border-collapse:collapse;
		border-spacing:0;
	}
	img{
		border:0;
	}
	address, caption, cite, code, dfn, em, strong, th, var{
		font-style:normal;
		font-weight:normal;
	}
	ol, ul{
		list-style:none;
	}
	caption, th{
		text-align:left;
	}
	h1, h2, h3, h4, h5, h6{
		font-size:100%;
	}
	q:before, q:after{
		content:'';
	}

	/* 
	 * End Yahoo! YUI Resets
	 */

/*
 * Generals
 */

body{
	background-color:black;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.25;
}

/*
 * Links
 */

a img{
	border:0 none;
}
a span{
	display:none;
}
a:link{
	color:#000;
}
a:visited{
	color:#000;
}
a:hover{
	color:#0f0;
}
a.focus:focus{
	text-decoration:none;
}

/*
 * Banner/Navigation Content
 */

#container{
	width:604px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
}
#banner{
	width:604px;
	height:102px;
}
#navigation{
	width:600px;
	height:30px;
	border-left:2px solid #e5e5e5;
	border-right:2px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
#navigation ul li{
	display:inline;
	margin-right:-4px;
}
#navigation ul li a{
	display:inline;
}
/*
 * End Banner/Navigation Content
 */

/*
 * Main Slideshow
 */
#slideshow{
	position:relative;
    height:250px;
	overflow:hidden;
	border-bottom:1px solid #e5e5e5
}
#slideshow a{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	border-right:2px solid #e5e5e5;
	border-left:2px solid #e5e5e5;

}
#slideshow a.active{
    z-index:10;
}
#slideshow a.last-active{
    z-index:9;
}
/*
 * End Main Slideshow
 */

/*
 * About Slideshow
 */
#aboutslideshow{
	position:relative;
    height:393px;
	width:200px;
	overflow:hidden;
	float:left;
	margin:10px;
	margin-bottom:0;
	border:1px groove #222;
}
#aboutslideshow a{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#aboutslideshow a.active{
    z-index:10;
}
#aboutslideshow a.last-active{
    z-index:9;
}
/*
 * End About Slideshow
 */

/*
 * Main Content
 */
h1{
	text-align:center;
	padding:10px 0 5px;
	font-size:18px;
}
#intro{
	width:600px;
	background-color:#fff;
	border-right:2px solid #e5e5e5;
	border-left:2px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
#intro p{
	padding:5px 15px 0px;
	text-align:justify;
	font-size:14px;
}
#main{
	width:600px;
	background-color:#fff;
	border-right:2px solid #e5e5e5;
	border-left:2px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
#main p{
	padding:5px 10px 5px;
	text-indent:.25in;
	text-align:justify;
	font-size:12px;
}
#main p.last{
	text-align:center;
	text-indent:0;
	padding:10px;
	font-size:16px;
}
.error{
	color:#f00;
}
#main p.priv{
	font-size:12px;
	padding-bottom:10px;
}
#main img.floatL{
	float:left;
	margin:10px 10px 2px;
	border:1px groove #000;
}
#main.about{
	padding-top:10px;
	padding-bottom:10px;
}
#main.oc p{
	text-align:center;
	text-indent:0;
}
#buttonLinks{
	width:588px;
	height:97px;
	margin:0 auto;
	padding:10px 0px;
}
#buttonLinks ul{
	display:inline;
}
#buttonLinks ul li{
	display:inline;
}
#buttonLinks ul li img{
	border:1px solid #000;
}
#buttonLinks ul li img:hover{
	border:1px solid #f00;
}
#order{
	width:293px;
	height:95px;
	margin:0 auto;
	padding:15px 0px 25px;
}
#order ul{
	display:inline;
}
#order ul li{
	display:inline;
}
#order ul li img{
	border:1px solid #000;
}
#order ul li img:hover{
	border:1px solid #f00;
}

/*
 * Contact Form
 */
#form{
	font-size:14px;
}
form#contact{
	margin:15px;
}
input{
	padding:3px;
}
#contact fieldset{
	margin:0 auto;
	width:270px;
}
#details{
	
}
#contact table{
	width:250px;
	margin:0 auto;
}
#first_name, #last_name, #phone_no, #email{
	margin-left:3px;
} 
form#contact table tr td{
	padding:2px;
}
form#contact table tr td.label{
	text-align:right;
}
#contact fieldset#pref div{
	padding:5px;
}
#contact fieldset#pref{
	text-align:center;
	margin:0px auto;
	margin-top:5px;
	width:150px;
	padding:5px;
}
#contact fieldset#pref table{
	margin:0 auto;
	width:100px;
}
#contact fieldset#pref label{
	padding-left:2px;
}
#contact fieldset#referred div{
	padding:5px;
	width:200px;
}
#contact fieldset#referred{
	text-align:center;
	margin:0px auto;
	margin-top:5px;
	width:150px;
	padding:5px;
}
#contact fieldset#referred table{
	margin:0 auto;
	width:200px;
}
#contact fieldset#pref table tr td:last-child{
	padding-bottom:3px;
}
#contact fieldset#action{
	width:60px;
	margin:0 auto;
	border:none;
	padding:5px;
}
/*
 * End Contact Form
 */

/*
 * Footer Content
 */
#footer{
	width:604px;
	height:102px;
	background-repeat:no-repeat;
	position:relative;
}
#footerContent{
	position:absolute;
	top:0;
	left:0;
	width:600px;
}
#footerContent p{
	position:relative;
	top:40px;
	text-align:center;
	font-size:10px;
	color:#fff;
	width:600px;
	padding-bottom:23px;
}
#footerContent p:first-child{
	font-size:15px;
}
#footerContent p:last-child{
	padding-bottom:0px;
}
/*
 * End Footer Content
 */
