/* CSS Document */
body 
{
	color: #333;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 71%;
	text-align:center;
	margin:0;
	background:#eae9ea;
}

a { color: #de0649; text-decoration: none;}
a:hover { text-decoration: underline;}
ul
{
	margin:0px 10px;
	padding:5px 20px;
}
li
{
	list-style:none;
	list-style-image:url(../images/bul.gif);
	margin:1px;
	padding:0;
}

/*layout*/
#wrap
{
	width:770px;
	text-align:left;
	margin:0 auto;
	background:#ffffff url(../images/wrapbg.jpg) right repeat-y;
	
}
#top
{
	height:100px;
	background:url(../images/logo.jpg) no-repeat #ffffff;
	border-bottom:#eae9ea 7px solid;
}	
#tophome
{
	height:100px;
	background:#ffffff;
}	
#nav
{
	background: #dc0303 ;
	height:29px;
}
#homewrap
{
	background:#ffffff;
	text-align:center;
	padding:100px 0;
}
#leftcol
{
	width:480px;
	margin:15px 0 15px 20px;
}
#rightcol
{
	float:right;
	width:230px;
	margin:15px 0;
}
#footer
{
	clear:both;
	border-top:#eae9ea 7px solid;
	background:#ffffff;
}

/*text styles*/

#rightcol h2
{
	padding:7px 0 7px 15px;	
	font-weight:bold;
	color:#666666;
	background:url(../images/head.jpg)  left  no-repeat;
	text-transform:uppercase;
	margin:0 0 3px 10px;
}
#rightcol p
{
	padding:0 20px 10px 10px;
}

#leftcol h1, #leftcol h2
{
	padding:7px 0 7px 15px;	
	font-weight:bold;
	color:#666666;
	background:url(../images/head.jpg)  left  no-repeat;
	text-transform:uppercase;
	overflow:hidden;
	clear:left;
}
#leftcol p
{
	padding:3px 0;
	margin-bottom:10px;
	overflow:hidden;
}
#footer p
{
	padding:10px;
}

#footer a
{
	color:#666666;
}

.bold
{
	font-weight:bold;
	text-transform:capitalize;
}
.right
{
	float:right;
}

img.photos
{
	float:left;
	margin:2px 10px 5px 5px;
	width: 105px;
}
/*navigation menu*/
#nav ul li
{
	float:left;
	margin:0 ;
	padding:0;
}
#nav ul
{
	margin:0;
	padding:0;
}

#nav ul li a
{
	color:#FFFFFF;
	padding:8px;
	text-decoration:none;
	float:left;
}

#nav ul li a:hover, #nav ul li a#active
{
	text-decoration: underline;
	color:#FFFFFF;
}


/*home slides*/
#home_wrap
{
    overflow:hidden;
}
#home_slides
{
    height: 150px;
}
 ol#home_slides
{
	margin:0;
	padding:0;
}
#home_slides li {
	display: block;
	color: #fff;
	width: 475px;
	cursor: pointer;
	background:#666;
	list-style-position: outside;
	margin:0;
	height:120px;
}
#home_slides li strong{
    float:left;
    width:490px;
    font-weight:bold;
	margin:20px  0  5px 40px;
}
#home_slides li p{
   margin:0 30px 0px 40px;
}
#home_thumbs  {
      margin-bottom:5px;
      overflow:hidden;
}
#home_thumbs li {
	width: 95px;
	display: block;
	float: left;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	margin:0;
	padding:0;
}
#home_thumbs li a {
	display: block;
	height:30px;
	text-align:center;
	color: #666666;
	font-weight: bold;
	padding:7px 0;
	text-decoration: none;
	vertical-align:middle;
	background:#eae9ea;
}

#home_thumbs li a.activeSlide, #home_slides li a:hover {
	color: #fff;
	background:#666;
	padding:9px 0;
}

/*contacts*/
.contacts
{
	margin-left:20px;
}
#feedbackwrap
{
	width:450px;
	background:#f1f1f1;
}
#feedbackwrap table
{
	margin:20px;
}
#feedbackwrap table td
{
	vertical-align:top;
	padding:5px;
}

input, textarea
{
	border:solid 1px #ccc;
}
input#email, input#name, textarea#feedback
{
	width:160px;
}
/*quotes*/
#rightcol dl { padding-right:25px;  }
#rightcol dl dt { margin-bottom:5px; line-height:1.5em; }
#rightcol dl dd { font-weight:bold; text-align:right;}
