body { background-color:#616774; color: #4c555e; font-size: 0.9em; font-family: Georgia, "Times New Roman", Times, serif; letter-spacing:0px; }

#page_top{
	background: #fff;
	background-image:url(../img/custom_background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#page_content_footer{
	background: #fff;
	height:139px;
	background-image:url(../img/custom_background_content_footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#page_footer{
	background-image:url(../img/custom_background_footer.jpg);
	background-repeat:repeat-x;
	height:300px;
	color:#ccc;
	font-size:0.9em;
}

#page_footer h4{
	margin:0;
	padding:0;
	margin-top:10px;
	
}

#page_footer_content{
	width:1000px;
	margin:0 auto;
	height:229px;
	background-image:url(../img/custom_background_footer_content.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}


#bottom_nav{
	width:1000px;
	margin: 20px auto 40px auto;
	color:#ccc;
	font-size:0.8em;
	text-align:center;
}

#bottom_nav a, #page_footer a{
	color:#fff;
	text-decoration:underline;
}

.inline{
	display: inline;
}
a {
	color: #c00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h6 {
	font-family: Georgia, serif;
	font-weight: normal;

}
	
}

h2, {
	
	padding: 20px 0 0;
	font-weight: normal;
}
h6 {
	font-variant:small-caps; 
	font-style:italic;
}

p {
	overflow: hidden;
}

.container_12{
	margin-top:20px;
}

#page_footer .container_12{
	margin-top:0;
}

#header{
	width:1000px;
	height:149px;
	margin:0 auto;
}

#top_navigation{
	background-color:transparent;
	width: 1000px;
	margin:0 auto;
	font-size:0.8em;
	letter-spacing:1.5px;
}

#top_navigation ul{
}

#top_navigation ul li{
	margin:auto 0;
}


#top_navigation a{
	padding: 7px 20px;
	
	background-color:#e7ebf0;
	color:#333;
	text-transform:uppercase;
	font-weight:normal;
}


#top_navigation a:HOVER{
	background-color:#c4cbd7;
	text-decoration:none;
}

#top_navigation a.active{
	background-color:#fff;
}

img.frame {
border:0.1em solid #CCCCCC;
padding:0.2em;
background:none repeat scroll 0 0 #EEEEEE;
border-color:#DDDDDD;
border-style:solid;
}

#gallery a img{
	margin:0 2px;
}

.sponsors h4{ color:#fff; background-color:#8A91A3; padding: 0px 10px; font-size:12px}

.sponsors img{
	padding:10px 25px;
}

.center{
	text-align:center;
}

#contactform{
	width:400px;
	margin: 0 auto;
}

label {
	float: left;
	text-align: center;
	margin-right: 0;
	width: 80px;
	background-color:#e7e7ed;
	padding: 3px;
	font-size:0.8em;
	text-transform:uppercase;
}

input, textarea {
	padding: 5px;
	width: 295px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	font: 0.8em "Lucida Grande", Verdana, sans-serif;
	color:black;
}

textarea{
	height:150px;
}

label.captcha{
	width:240px;
	margin-left:85px;
}

label.feedback{
	background-color:transparent;
	width:220px;
	margin-left:85px;
	color:#c00;
}

input.captcha{
	width:50px;
}

.underline{
	text-decoration:underline;
}

input.submit{
	width: 80px;
	height:29px;
	background-image:url(../img/button.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	border:0;
	margin-left:295px;
		text-transform:uppercase;

}

#contactform_footer textarea{
	height:50px;
}

#contactform_footer label {
	float: left;
	text-align: center;
	margin-right: 0;
	width: 80px;
	background-color:transparent;
	padding: 3px;
	font-size:0.8em;
	text-transform:uppercase;
}

.grid_8 p, .grid_8 h1, .grid_8 h2, .grid_8 h3, .grid_8 h4, grid_8 div, .grid_8 address, .grid_8 table, h6 {
	margin-left: 20px;
}


	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: transparent;
		width: 100%;
		text-align:center;
		padding:0;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
	/* TABS */
	
	ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	
	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;

	
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.0em;
	padding: 0 15px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.0em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}


.note{
	font-style:italic;
	font-size:0.8em;
}

#quarter_pak_prices th {
	border:1px solid #ccc;
	padding:3px;
	font-size:0.7em;
}
	
#quarter_pak_prices td {
	border:1px solid #ccc;
	padding:3px;
}

img.floatRight {
background-color:#CCCCCC;
margin:0 0 10px 10px;
padding:0;
border:0.1em solid #CCCCCC;
padding:0.2em;
background:none repeat scroll 0 0 #EEEEEE;
border-color:#DDDDDD;
border-style:solid;
}
.floatRight {
float:right;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/infomsg.png');
}
.success {
    color: #779987;
    background-color: #ebf1e9;
    background-image:url('../img/successmsg.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/warningmsg.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/errormsg.png');
}

