/* CSS Document */

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
	margin: 0;
	padding: 0;
}

body {
/*	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;*/
	font: 75%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
/*	background-color:#D4D4D4;*/
	text-align: center; 
	min-width: 780px;
}

#branding {
	width:100%;
/*	background-color:#f0f0f0;*/
	overflow:hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	text-align:center;
}

#branding img{
margin-left:auto;
margin-right:auto;
}

#mainNav {
	list-style: none;
	width: 14%; 
	float: left; 
	padding-top: 20px;
	padding-bottom: 20px;
}

#mainNav * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}



#wrapper {
	width:96%;	
	margin: 0 auto; 
	text-align: left;
/*	background: #fff url(../public/nav-bg-fixed.gif) repeat-y left top;
	background: #fff url(../public/nav-faux-col.gif) repeat-y 13% 0;*/
}

#content_top {
	width:86%;
	float: right;
	overflow:hidden;
	margin-top: 3px;
/*	background: url(../public/top-left.gif) no-repeat left top;*/
}

#content {
	width:100%;
	float: right;
	overflow:hidden;
	padding-right:10px;
	/*
	background-image: url(../public/content.gif);
	background-repeat: repeat-y;*/
}

#content table{
	width:98%;
	margin-left:auto;
	margin-right:auto;
	border:0px;
}

#content img{
	border: 1px solid #000000;
}


#content_bottom { 
width:100%;
float: right; 
overflow:hidden;/*
background: url(../public/bottom.gif) no-repeat left top;*/
}


#branding ul,#Nav {float:right; list-style:none; margin-top:2px;margin-left:0px;margin-bottom:2px;margin-right:0px;}
#branding li,#Nav li {float:left;display:block; margin-left:8px; margin-bottom:0px; margin-right:4px; margin-top:0px;}

a:link {color:#8d3219;font-size:1em; font-weight:bold;}
a:visited {color:#8d3219;font-size:1em; font-weight:bold;}
a:active {color:red;font-size:1em; font-weight:bold;}
a:hover {text-decoration: none;color:blue;background-color:yellow;font-size:1em; font-weight:bold;}

#bottomlinks {
	width:86%;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	float:right;
}

#footer {
	clear:both;
	height: 80px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	color: #0000ff;
	width: 100%;
	height: 60px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b0b0b0;	/*
	background-image: url(../../public/fon03.gif);
	background-repeat: repeat;*/
}

#footer div{
	margin-left:auto;
	margin-right:auto;
	margin-top: -5px;
	width: 200px;
	height: 50px;
}

.tel_phone{
	width:46px;
	float:left;
	padding-top:10px;
	text-align:center;
}

.tel_text{
	width:200px;
	float:left;
	padding-left:9px;
	padding-top: 8px;
}

.phone_text{
	font-family : arial, verdana, helvetica, courier;
	font-size : 12px;
	font-weight : normal;
	line-height: 15px;
	color: #993300;
}


