@charset "utf-8";
/* this is for look and feel for entire website like, font, color etc. */
body {
	background-image: url(images/yellow_/bg.gif);
	background-repeat: repeat-x;
	background-color:#000000;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color:#414141;
	margin:0px auto;
}
/* default link style
----------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
	color:#493907;
	text-decoration:none;
}
a:hover {
	color:#ccc;
	text-decoration:none;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 22px;
	letter-spacing:1px;
	font-weight:bold;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
	letter-spacing:1px;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	letter-spacing:1px;
	
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}
ul {
	list-style-type: none;
	list-style-image: url(../images/bullet.html);
}
li {
	margin-left: 30px;
}
p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:8px;
}
h1 {
	font-size:2.5em;
	color:#ccc;
}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 0 0 25px 25px;
	width:auto;
}
.alignleft {
	float: left;
	margin: 0 25px 25px 0;
	width:auto;
}
a img {
	border:none;
}
blockquote {
	border:1px solid #121212;
	background-color:#0c0c0c;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-left:3px solid #252525;
	font-size:11px;
	color:#666;
}
hr {
	border: 0;
	color: #30202c;
	background-color: #30202c;
	height: 1px;
	border-bottom:1px dotted #30202c;
}
/* logo
----------------------------------------------------------------------------------------------------*/

#header h1#logo {
	background-image: url(images/yellow/logo.png);
	background-repeat: no-repeat;
	width:205px;
	height:95px;
	display:block;
	text-indent:-1000px;
	position:relative;
	top:20px;
}
#header {
	background-image: url(images/yellow/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
#main-container #mid-col {
	margin-top:30px;
}
/* slider
-------------------------------------------------------------- */
.featured {
	position: relative;
	z-index:33;
}
.featured img {
	position: absolute;
	z-index:4444;
}
#slider {
	width: 338px; /* important to be same as image width */
	height: 470px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	background-color:#3e2e00;
	border:1px solid #493907;
	padding:10px;
}
#sliderContent {
	width: 338px; /* important to be same as image width or wider */
	position: absolute;
	top: 10px;
	color:#f5f5f5;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	margin:0px;
}
.sliderImage span {
	position: absolute;
	top:350px;
	left:0px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	width:308px;
	color:#F4F4F4;
	background-image: url(images/opacity.png);
}
.sliderImage span a {
	color:#91E2FB;
	text-decoration:none;
}
.sliderImage span a:hover {
	text-decoration:underline;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 16px;
	color:#f4f4f4;
}
.top {
	top: 20px;
	left: 0px;
}
ul {
	list-style-type: none;
}
#right-column h3 {
	margin:0px;
	padding:0px;
}
#content-col h2 {
	color: #ffbf00;
}
/*End slider */

/*front page second column*/
.front-2nd-col {
	float:left;
	width:340px;
}
.front-2nd-col h2 {
	color:#fff;
}
/* ***************front page gallery   style *************** */
ul.gallery-home {
	padding:0px;
	margin:0px;
	list-style:none;
}
ul.gallery-home li {
	display:inline;
	margin:3px;
	border:1px solid #333;
	float:left;
	background-color:#222;
	list-style:none;
}
ul.gallery-home li img {
	margin:0px;
	padding:0px;
	float:left;
	padding:2px;
}
/* *************** gallery   style *************** */
ul.gallery {
	padding:0px;
	margin:0px;
	list-style:none;
}
ul.gallery li {
	display:inline;
	margin:8px;
	border:0px solid #222;
	float:left;
	list-style:none;
	padding:8px;
	background-image:url(images/tn-bg1.html);
	background-repeat: no-repeat;
}
ul.gallery li img {
	margin:0px;
	padding:0px;
	float:left;
	border:6px inset #222;
	width:180px;
	height:100px;
}
/*right column*/

#right-col {


}
#right-col ul {
	border:1px solid #1d1d1d;
	margin-bottom:25px;
	float:left;
	display:block;
	width:99%;


}
#right-col ul li {
	margin:0px;
}
#right-col ul li h3 {
	color:#ffbf00;
	font-size:1.5em;
	z-index:-1;
	position:relative;
}
ul.social-icons li img {
	margin-right:10px;
	margin-top:5px;
}
a.view-more {
	background-image: url(images/yellow/view-more.png);
	background-repeat: no-repeat;
	width:96px;
	height:21px;
	display:block;
}
a.view-more:hover {
	background-image: url(images/yellow/view-more-ho.png);
	background-repeat: no-repeat;
	width:96px;
	height:21px;
	display:block;
}
/*contact info icons*/
.contact-info p {
	margin-bottom:5px;

	font-weight:bold;
}
.phone {
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
}
.fax {
	background-image: url(images/fax.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
}
.email {
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
}
/*blog style*/
.post {
	border-bottom:1px solid #111;
	float:left;
}
.post .col1 {
	float:left;
	width:200px;
}
.postmetadata {
	margin:20px 0px 0px 0px;
}
.post .col2 {
	margin-left:230px;
}
/* contact form
----------------------------------------------------------------------------------------------------*/

#container {
	margin: auto;
	overflow: hidden;
	position: relative;
}
input {
	padding:7px;
	border:1px solid #222;
	background-color:#111;
	height:20px;
	width: 25em;
	color:#ccc;
}
.contact-us {
	text-align:left;
	padding:10px 0;
	width:auto;
}
.contact-us textarea {
	width: 40em;
	padding:2px 5px;
	border:1px solid #222;
	background-color:#111;
	height:100%;
	color:#ccc;
}
.contact-us .submit {
	position:relative;
	left:110px;
	border:none;
	width:105px;
	height:32px;
	background-image:none;
	border:none;
	background-color:#000;
}
.red {
	color: #CC0000;
	font-weight:700;
}
.contact-us .form-col1 {
	color:#666;
	width:100px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	padding-right:10px;
	font-weight:700;
}
.message {
	background-color:#eee;
	border:1px solid #ccc;
	color:#cc3300;
	display:none;
	width:460px;
	padding:10px;
}
.contact {
	text-align:right;
}
.contact ul {
	list-style-type:none;
	width:390px;
}
.contact li {
	list-style-type:none;
}
.contact input {
	width:260px;
}
.contact textarea {
	width:260px;
}
/*footer*/
#footer {
	background-image: url(images/yellow/footerbg.gif);
	background-repeat: repeat-x;
	height:129px;
}
#footer-inner {
	width:960px;
	margin:0 auto;
}
#footer-inner .copy {
	width:460px;
	padding:50px 0px 10px 0px;
	text-align:left;
	float:left;
}
ul#footer-menu {
	margin:0px;
	padding:50px 0px 10px 0px;
	text-align:right;
	float:right;
}
ul#footer-menu li {
	display:inline;
	padding:0px 15px;
	border-right:1px solid #222;
	float:left;
	margin:0px;
}
ul#footer-menu li a {
	float:left;
	
}
ul#footer-menu li a:hover {
	color:#ccc;
}
ul#footer-menu .lastlink {
	border-right:none;
	background-image:none;
}


