* {
	padding:0;
	margin:0;
	}
html, body {
	height:100%
	}	
body {
	background:#fff;
	color:#666;
	font:100%  Arial, Verdana, sans-serif;
	text-align:center;
	background:url(../imgs/bgr_page.gif) 50% 0 no-repeat;
	}

body#homepage {
	background:url(../imgs/bgr_homepage.gif) 50% 0 no-repeat;
	}
	
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}
	
img { border:none; }

.thumbnail { margin-right: 10px; 
				border: 1px solid #cccccc;
}

.highlight { color:#cc3333; }

a:link, a:visited { color:#cc3333; text-decoration:none; }
a:active, a:hover { color:#666; }	
	
.offscreen {
	z-index:99;
	position:absolute;
	top:-9000px;
	left:-9000px;
	}

.float-left {float:left;}
.float-right {float:right;}

	
/* Layout
----------------------------------------------- */
#wrap {
	position:relative;
	min-height:100%;
	margin:0 auto;
	width:760px;
	text-align:left;
	background: #fff url(../imgs/bgr_container.gif) 0 86px no-repeat;
	}

#homepage #wrap {
	background: url(../imgs/bgr_container_homepage.gif) 0 494px no-repeat;
	}
	
/* Header
----------------------------------------------- */
#header {
	width:100%;
	overflow:hidden;
	background: #bfc0c0 url(../imgs/bgr_header.gif) 0 0;
	}
	#logo {
		float:left;
		padding:12px 0 0 11px;
		width:100px;
		height:49px;
		border-right:1px solid #cdcdcd;
		background:#e4e4e5 url(../imgs/bgr_logo.gif) 0 0;
		}
		/* - > ie.css*/

	#logo img {
			display:block;
			}	
	#slogan {
		float:left;
		width:632px;
		height:61px;
		border-right:1px solid #cdcdcd;
		background:#f8f8f8 url(../imgs/bgr_slogan.gif) 0 0;
		}
		/* - > ie.css*/

		#slogan img {
			display:block;
			}

/* Main nav
----------------------------------------------- */	
#main-nav {
	width:100%;
	height:23px;
	overflow:hidden;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	background:#e4e4e4 url(../imgs/bgr_main_nav.gif) 0 0;
	}
	#main-nav ul {
		margin: 0 0 0 111px;
		}
		#main-nav ul li {
			float:left;
			list-style:none;
			}
		#main-nav ul li img {
			display:block;
			height:23px;
			}
		#main-nav ul li.decor {
			width:15px;
			height:23px;				
			background:#b6b7b7 url(../imgs/bgr_main_nav_decor.gif) 0 0;				
			}


/* decor-header
----------------------------------------------- */
.decor-header {
	width:632px;
	height:129px;
	border-bottom:1px solid #cdcdcd;
	}
	.decor-header img {
		display:block;
		}
	
	/* - > ie.css*/
	.decor-header.about-us { background:url(../imgs/decor/about_us.jpg) 0 0 no-repeat; }
	.decor-header.services { background:url(../imgs/decor/services.jpg) 0 0 no-repeat; }
	.decor-header.news { background:url(../imgs/decor/news.jpg) 0 0 no-repeat; }
	.decor-header.contact { background:url(../imgs/decor/contact.jpg) 0 0 no-repeat; }
	

.decor-small {
	height:9px;
	overflow:hidden;
	border-bottom:1px solid #cdcdcd;
	background:#c5c5c5;
	}
	.decor-small.gallery {background: url(../imgs/decor/gallery.gif) 0 0 no-repeat; }		

.decor-header #page-title { padding:105px 0 0 14px;	}
.decor-header #page-title-top { padding:20px 0 0 14px; }
	
	
/* sub-header
----------------------------------------------- */
#sub-header {
	min-height:19px;
	border-bottom:1px solid #cdcdcd;
	}
	/* - > ie.css*/
#sub-header img {
	display:block;
	padding:5px 0 0 13px;
	}
		
/* box-nav
----------------------------------------------- */
#box-nav {
	width:100%;
	overflow:hidden;
	}
#decor-nav {
	width:100%;
	overflow:hidden;
	border-top:1px solid #cdcdcd;
	}
	#decor-nav ul li {
		float:left;
		list-style:none;
		}
		#decor-nav ul li img {
			display:block;
			}
	#decor-nav ul li.first-decor {
		width:112px;
		height:64px;				
		background:#c95252 url(../imgs/home-nav/first_decor.gif) 0 0 ;				
		}
	#decor-nav ul li.last-decor {
		width:15px;
		height:64px;				
		background:#c95252 url(../imgs/home-nav/last_decor.gif) 0 0 ;				
		}
		
#home-nav {
	width:100%;
	height:19px;
	overflow:hidden;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	background:#a91313;
	}
#home-nav ul {
	margin: 0 0 0 111px;
	}
	#home-nav ul li {
		float:left;
		list-style:none;
		}
	#home-nav ul li img {
		display:block;
		height:19px;
		}
	#home-nav ul li.decor {
		width:15px;
		height:19px;				
		background:#a91313 url(../imgs/bgr_home_nav_decor.gif) 0 0;				
		}
		
/* Content
----------------------------------------------- */
#container {
	margin:0 16px 0 112px;
	padding:0 0 20px 0;
	}
#content {
	padding:22px 8px 30px 14px;
	}
#content h1 {
	margin: 0 0 15px 0;
	}

/* Footer
----------------------------------------------- */
#footer {
	position:absolute;
	left:112px;
	bottom:0;
	width:648px;
	min-height:19px;
	background:#cccccc url(../imgs/bgr_footer.gif) 100% 0 no-repeat;
	}
	* html #footer {
		bottom:-1px;
		}
	#footer p {
		padding: 4px 5px;
		font-size:.6em;
		color:#666;
		}
		
	#footer a:visited, a:hover, a  {
		color:#666;
		}

/* Content styles
----------------------------------------------- */
#content p {
	font-size:.7em;
	line-height:145%;
	margin-top: 8px;
	text-align: left;
	}
	
#content .services-list {
	font-size:.7em;
	line-height:145%;
	margin-bottom: 2px;
	margin-left: 25px;
	list-style: square;
	}	
	
#content h2 {
	font-size:.8em;
	line-height:145%;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#content h3 {
	font-size:.8em;
	line-height:145%;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dashed #cccccc;
	}
	
	
#content h1 {
	margin: 0 0 11px 0;
	}
#content .page-content {
	float:left;
	width:410px;
	}
#content .sidebar {
	float:right;
	padding:0 20px;
	width:120px;
	min-height:266px;
	background: url(../imgs/bgr_sidebar.gif) 0 0 no-repeat;
	}
	/* - > ie.css*/


#content .sidebar .award {
	margin-bottom:20px;
	text-align:center;
	}
	
#content .line {
	margin:12px 0;
	height:1px;
	overflow:hidden;
	background:url(../imgs/bgr_line.gif) 0 0 repeat-x;
	}

/* content-nav
----------------------------------------------- */
.content-nav li {
	font-family: Verdana;
	padding: 0 0 0 10px;
	list-style: none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.55em;
	line-height:130%;
	letter-spacing:1px;
	background: url(../imgs/bullet.gif) 0 65% no-repeat;
	}
	

/* two-columns-content // Sevices page
----------------------------------------------- */
#two-columns-content .page-content {
	width:327px;
	}
#two-columns-content .sidebar {
	width:243px;
	background:none;
	}
	
/* Homepage
----------------------------------------------- */
#flash-animation {
	width:100%;
	background:#bfc0c0 url(../imgs/bgr_header.gif) 0 0;
	}
	#flash {
		width:745px;
		border-right:1px solid #c4c4c4;
		}	
		#flash img {
			display:block;
			}	

#homepage #content .page-content {
	float:left;
	width:450px;
	}
#homepage #content .sidebar {
	float:right;
	width:120px;
	background:none;
	min-height:100px;
	}
	/* - > ie.css*/

	
/* Anons
----------------------------------------------- */
.anons {
	margin:15px 0;
	}
.anons .image {
	float:left;
	margin-right:20px;
	}
.anons .note {
	padding:10px 0 0 0;
	font-size:.9em;
	}


/* Sub Menu
----------------------------------------------- */
#sub-nav {
	margin:0;
	padding: 3px 0 2px 20px;
	}
#sub-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	background: url(../imgs/bgr_sub_nav.gif) 10px 0 repeat-y;
	}
#sub-nav ul li {
	margin:0 0 0 0;
	padding:8px 0 0 20px;
	height:9px;
	display:block;
	}
#sub-nav a img {
	display:block;
	margin:0;
	padding:0;
	}		
#sub-nav ul li.current {
	background: url(../imgs/sub-nav/arrow.gif) 0 80% no-repeat;
	}
	/* - > ie.css*/
	

/* decor-line
----------------------------------------------- */
#decor-line {
	width:100%;
	height:1px;
	overflow:hidden;
	background:#cdcdcd;
	}
	
/* Gallery
---------------------------------------------- */
.gallery-photos {
	float:left;
	width:172px;
	}
	
.gallery-photos .photo-current-note	p {
	font-size:.65em;
	text-align: left;
	}

.photo-current {
	float:right;
	padding:8px 0 0 0;
	width:438px;
	height:437px;
	text-align:center;
	background: url(../imgs/bgr_photo_current.gif) 0 0 no-repeat;
	}
	/* - > ie.css*/
.photo-current img {
	width:419px;
	height:419px;
	}
	
.photo-current-note {
	margin:0 15px 45px 0;
	}
.photo-current-note h2 {
	margin:0 0 10px 0;
	}
	
.set-photos h2 {
	margin:0 0 15px 0;
	}
.photos-description {
	margin:0 0 5px 0;
	}
	
.photos-description .photo {
	float:left;
	margin:0 8px 0 0;
	width:42px;
	}
.photos-description .photo img {
	width:42px;
	height:42px;
	}
.photos-description .note {
	float:left;
	width:115px;
	}
	
.photos-description .note p {
	font-size:.6em;
	font-weight:normal;
	}