﻿/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset End */

/* Global */

html {
    background:url(../images/bg.png) top center repeat;
    font-family:Verdana, Helvetica, sans-serif;
}

/* Global End */

/* Text */

h1 {
	font-size:24px;
	padding-bottom:15px;
	border-bottom: 1px #ccc solid;
	margin-bottom:15px;
	color:#ff9900;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:17px;
	margin-bottom:5px;
}

h4 {
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	margin-bottom:10px;
}

p {
	font-size:14px;
	color:#000;
	line-height:150%;
}

a {
    font-size:14px;
	color:#000;
	line-height:150%;
}

/* Text End */

/* Images */

.image-frame {
	padding:10px;
	border: 1px solid #ccc;
	margin: 10px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/* Images End */

/* Containers */

#outer {
	width:970px;
	margin:0 auto;
}

#upper {
    width:970px;
	margin:0 auto;
	margin-top:10px;
}

#inner_left {
    width:200px;
    padding:5px 10px;
    margin-top:-15px;
	background-color:#fff;
	float:left;
	height:465px;
}

#inner_right 
{
    margin-top:10px;
	width:704px;
	background-color:#fff;
	float:right;
}

#special {
    height:29px;
    width:80px;
    float:right;
	margin-top:60px;
}

#tel {
    float:left;
    width:530px;
    height:70px;
    text-align:right;
    margin-top:25px;
}

#headline {
    position:relative;
}

#logo {
    width:280px;
    height:162px;
    position:absolute;
    margin-left:-40px;
    margin-top:-120px;
    text-align:center;
}

#banner {
    width:402px;
    height:122px;
    float:right;
}

#nav {
    width:704px;
    margin:0 auto;
    border-bottom:1px solid #000;
    background:url(../images/bg_2.png) top center repeat;
}

#nav a {
    text-decoration:none;
}

#nav li {
	width:130px;
	background:url(../images/bg_2.png) top center repeat;
    padding:5px;
    text-align:center;
	list-style:none;
	float:left;
	position:relative;
}

#nav li:hover {
    background:url(../images/bg_3.png) top center repeat;
}

#content {
    padding:10px;
	height:380px;
	text-align:justify;
	overflow-y:auto;
}

#home {
    background:url(../images/bg_enzo.png) top center no-repeat;
	height:380px;
}

#left_cont {
    width:360px;
    float:left;
}

#right_cont {
    width:310px;
    float:right;
	margin-top:70px;
    text-align:center;
    margin-bottom:10px;
}

#left {
    width:320px;
	text-align:left;
    float:left;
}

#right {
    width:340px;
    float:right;
    text-align:left;
}

#footer {
	margin-top:20px;
	text-align:center;
	width:704px;
	float:right;
}

.round {
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.frame {
    border: 1px solid #ccc;
    padding: 3px;
}

/* Containers End */