@charset "utf-8";
/* CSS Document */

/* Reset Reloaded */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*-----------------
	Misc
-----------------*/

body {
	color: #979fa3;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0f1417;
	padding-top: 80px;
}

a, a:link, a:active, a:visited {
	color: #979fa3;
	text-decoration: underline;
}

a:hover {
	color: #bfc5c8;
	text-decoration: none;
}


.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.line-h {
	clear: both;
	margin-left: 15px;
	width: 631px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/line.png) no-repeat;
}

.space-top {
	height: 154px;
}

p {
	padding-bottom: 12px;
}

/*-----------------
	Structure
-----------------*/

#wrapper {
	margin: 0 auto;
	width: 751px;
	height: 682px;
	background: url(../images/background_full.png) no-repeat;
}

.container {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.heading {
	width: 350px;
	height: 40px;
}

.heading img {
	margin-left: 23px;
}


/*----------------------
	Top Navigation 
----------------------*/

#topnav {
	padding-top: 39px;
	padding-left: 308px;
}

	#topnav li {
		float: left;
		width: auto;
	}
	
	#topnav li a {
		display: block;
		float: left;
		height: 13px;
		width: auto;
		padding-left: 40px;
	}
	
	#topnav li a.home {
		width: 35px;
		background: url(../images/topnav_home.png) no-repeat;
	}
	
	#topnav li a.home:hover {
		background: url(../images/topnav_home_hover.png) no-repeat;
	}
	
	
	#topnav li a.about {
		width: 35px;
		background: url(../images/topnav_about.png) no-repeat;
	}
	
	#topnav li a.about:hover {
		background: url(../images/topnav_about_hover.png) no-repeat;
	}
	
	
	#topnav li a.gallery {
		width: 35px;
		background: url(../images/topnav_gallery.png) no-repeat;
	}
	
	#topnav li a.gallery:hover {
		background: url(../images/topnav_gallery_hover.png) no-repeat;
	}
	
	
	#topnav li a.news {
		width: 35px;
		background: url(../images/topnav_news.png) no-repeat;
	}
	
	#topnav li a.news:hover {
		background: url(../images/topnav_news_hover.png) no-repeat;
	}
	
	
	#topnav li a.contacts {
		width: 35px;
		background: url(../images/topnav_contacts.png) no-repeat;
	}
	
	#topnav li a.contacts:hover {
		background: url(../images/topnav_contacts_hover.png) no-repeat;
	}




/*------------------------------
	Start Custom Scroll Bar 
------------------------------*/

	/* Scroll Bar Master Styling Starts Here */
	/* All comments can be freely removed from the css */
	
	/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
	.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
	
	.vscrollerbar {
		width: 14px;
		background: #5EC0A7 url(../images/scrollbar.png) repeat-y;
	}
	/*
	.vscrollerbarbeg {
		height: 24px !important;
		width: 14px;
		background: url(scrollbar.png) -108px -32px no-repeat;
	}
	.vscrollerbarend {
		height: 24px;
		width: 14px;
		background: url(scrollbar.png) -108px 0px no-repeat;
	}
	*/
	.vscrollerbase {
		width: 14px;
		background: #2c383b url(../images/scrollbar_base.png) repeat-y;
	}
	.vscrollerbasebeg {
		width: 14px;
		height: 10px !important;
		background: url(../images/scrollbar_base_beg.png) no-repeat;
	}
	.vscrollerbaseend {
		width: 14px;
		height: 10px;
		background: url(../images/scrollbar_base_end.png) no-repeat;
	}
	.hscrollerbase {
		height: 16px;
		background-color: white;
	}
	.hscrollerbar {
		height: 16px;
		background-color: black;
	}
	.vscrollerbar, .hscrollerbar {
		padding: 14px 0;
		z-index: 2;
	}
	.scrollerjogbox {
		width: 14px;
		height: 16px;
		top: auto;
		left: auto;
		bottom: 0px;
		right: 0px;
		background: #37917A;
	}
	
	/* Scroll Bar Master Styling Ends Here */
	
	/*Page related styles for you to view*/
	#mycustomscroll {
		/* Typical fixed height and fixed width example */
		width: 645px;
		height: 360px;
		overflow: auto;
		/* IE overflow fix, position must be relative or absolute*/
		position: relative;
	}

/*------------------------------
	End Custom Scroll Bar 
------------------------------*/


/*-------------------
	Contact Page
-------------------*/

.contact-container {
	padding: 15px 0px 0px 40px;
}


.heading-email-outter {
	float: left;
	position: relative;
	top: -5px;
	padding: 0px 30px 20px 66px;
}

	.heading-email {
		width: 45px;
		height: 22px;
		background: url(../images/heading_email.png) no-repeat;
		float: left;
	}


.heading-telephone-outter {
	float: left;
	position: relative;
	top: -9px;
	padding: 0px 30px 16px 20px;
}

	.heading-telephone {
		width: 89px;
		height: 29px;
		background: url(../images/heading_telephone.png) no-repeat;
		float: left;
	}



/*-------------------
	News Page
-------------------*/

#page-news p {
	padding: 0px 0px 20px 22px;
}



/*-------------------
	Gallery Page
-------------------*/

.img-outter {
	width: 124px;
	float: left;
	margin-right: 26px;
}

.img-outter p {
	padding-top: 8px;
}






