/* GENERAL SETUP
/////////////////////////////*/
* { 
	margin:0; 
	padding:0;
}
a { 
	color:#fff;
	outline:none;
	text-decoration:none;
}

body { 
	font:62.5% Verdana;
	background:#470d0c url(../images/bg.jpg) repeat-x;
	color:#fff;
}

#warp {
	margin: 0 auto;
	width:780px;
}

/* LOGO
/////////////////////////////*/

#flash h2{ 
	width:269px; 
	height:178px; 
	background:url(../images/h1.jpg) no-repeat; 
	display:block;
	margin:0 auto;
}

h2 span { 
	display:block; 
	text-indent:-9999em;
}

#flash {
	width:400px; 
	height:178px; 
	display:block;
	margin:0 auto;
}

h1 { margin:0 auto; text-align:center; margin-top:10px; font-size:20px;}

/* PRODUCTS
/////////////////////////////*/

.product {
	float:left;
	width:195px;
	height:250px;
	text-align:center;
}

.product h2 {
	font-size:12px;
	font-weight:normal;
	margin:20px 0 5px 0;

}

.product h2 a:hover {
	color:#ffff88;
}

img {border:0; margin-bottom:3px;}

.product .visit a {
	background: url(../images/visit.jpg) no-repeat;
	width:100px;
	height:21px;
	display:block;
	margin:0 auto;
}

.product .visit a:hover {
	background-position: 0 -21px;
}

.product .visit a span{
	line-height:21px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}

/* FOOTER
/////////////////////////////*/

h3 { 
	width:373px; 
	height:74px;
	text-align:center;
	display:block;
	margin:10px auto;
	clear:both;
	font:15px georgia;
	color:#fff;
}

h3 a:hover {
	color:#ffff88;
}

/* CUSTOM
/////////////////////////////*/

div.custom 
{
	width:720px;
	margin:0 auto;
	margin-top:20px;
	text-align:justify;
}

div.custom p 
{
	text-indent:15px;
	margin-bottom:10px;
}

.sites {display:block; margin-left:20px; color:#fff; margin-bottom:0px; margin-top:10px; height:170px;}
.sites ul { float:left; margin-left:30px; width:500px; list-style:none;}
.sites img { float:left} 
.sites .title { font-size:1.4em; text-transform:uppercase; font-weight:bold;}
.sites .phone { font-size:1.2em;}
.sites .link { font-size:1.1em; margin-bottom:20px;}
.sites a { color:#FFCC00; text-decoration:none;} 
.sites .description { font-size:1em;text-indent:15px;margin-bottom:15px;	text-align:justify;}
#buttons { float:left; width:100%;}
div#back{ float:left;}
div#start{ float:right;}
