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

body {
	background-image: url(../images/site/body-tile.jpg);
	background-repeat: repeat;
}

#right-col a {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color:#000000; text-decoration: none;}
#right-col a:link {color:#000000;text-decoration: none;}
#right-col a:hover {color:#333333;text-decoration: none;}

#left-col a {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color:#333333; text-decoration: none;}
#left-col a:link {color:#333333;text-decoration: none;}
#left-col a:hover {color:#000000;text-decoration: none;}

#pg-left-col a {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color:#333333; text-decoration: none;}
#pg-left-col a:link {color:#333333;text-decoration: none;}
#pg-left-col a:hover {color:#000000;text-decoration: none;}

#contact3 a {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color:#333333; text-decoration: none;}
#contact3 a:link {color:#333333;text-decoration: none;}
#contact3 a:hover {color:#000000;text-decoration: none;}

#footer a {font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 9px; color:#333333; text-decoration: none;}
#footer a:link {color:#333333;text-decoration: none;}
#footer a:hover {color:#FFFFFF;text-decoration: none;}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	margin-top: 10px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333333;
	margin-bottom: 0px;
	margin-top: 25px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333333;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#993300;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 0px;

}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}

h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	font-weight: bold;
	display: inline;
	margin-bottom:10px;
	font-style: italic;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color:#000000;
	margin-top:5px;
	margin-bottom:10px;
}

li{
	color: #993300;
	list-style:disc;
}
/* text color */
li span {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: black;
   margin-left: 15px;
   font-style: italic;
}

.sm-p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:12px;
	color:#000000;
	margin-top:5px;
	margin-bottom:5px;
}

.smr-p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333333;
}

.clearfix {
	    clear: both;
	}
	
.flt-left {
float:left;
}

.flt-right {
float:right;
}	

.pic-left {
	margin-left: 10px;
}

.shadow {
-moz-box-shadow: 3px 3px 4px #333;
-webkit-box-shadow: 3px 3px 4px #333;
box-shadow: 3px 3px 4px #333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */.filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}	

#header {
	height: 165px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	clear: both;
}
#logo {
	float: left;
	height: 165px;
	width: 284px;
}

#nav {
	float: left;
	height: 52px;
	width: 716px;
}

#tag {
	float: left;
	height: 113px;
	width: 468px;
	background-image: url(../images/site/tag.jpg);
	background-repeat: no-repeat;
}

#pg-tag {
	float: left;
	height: 113px;
	width: 468px;
	background-image: url(../images/site/pg-tag.jpg);
	background-repeat: no-repeat;
}


#hdr-contact {
	float: right;
	height: 100px;
	width: 230px;
	margin-right: 3px;
	text-align: right;
	padding-right: 15px;
	padding-top: 13px;
	background-image: url(../images/site/header-corner.png);
	background-repeat: no-repeat;
}

#pg-hdr-contact {
	float: right;
	height: 100px;
	width: 230px;
	margin-right: 3px;
	text-align: right;
	padding-right: 15px;
	padding-top: 13px;
	background-image: url(../images/site/pg-header-corner.png);
	background-repeat: no-repeat;
}

#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	background-image: url(../images/site/wrapper-tile.png);
	background-repeat: repeat-y;
}

#left-col {
	width: 234px;
	min-height: 481px;
	background-image: url(../images/site/nav-left.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 15px;
	padding-left: 50px;
}

#pg-left-col {
	width: 234px;
	min-height: 481px;
	background-image: url(../images/site/pg-nav-left.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 15px;
	padding-left: 50px;
}

#left-nav-sgl {
	width: 150px;
	margin-top:15px;
	margin-left:10px;

}

#left-nav-dbl {
	width: 150px;
	margin-top:10px;
	margin-left:10px;

}

#right-col {
	width: 716px;
	float: left;
}

#banner {
	height: 269px;
	width: 650px;
	background-image: url(../images/site/flipper.png);
	background-repeat: no-repeat;
	padding-right: 66px;
	padding-bottom: 25px;
}

#copy {
	width: 635px;
	padding-right: 66px;
	padding-left: 15px;
	padding-bottom: 15px;

}

#footer {
	width: 1000px;
	height:25px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	background-image: url(../images/site/footer-tile.png);
	background-repeat: repeat-y;
}

#footer-left {
	width: 450px;
	height:20px;
	float:left;
	padding-left: 50px;
	padding-top: 5px;
}
#footer-right {
	width: 475px;
	height:25px;
	float:right;
	text-align: right;
	padding-right: 25px;
	color: #333333;
}

#contactus{
	width:645px;
	background-color:#CCCCCC;
	border: 1px solid #000000;
	padding: 10px;
	margin-top: 20px;
	overflow:auto;
}

#contact-left{
	width:327px;
	float:left;
	
}

#contact1 {
	float: left;
	width: 218px;

}

#contact2 {
	float: left;
	width: 189px;
	margin-left: 10px;

}

#contact3 {
	float: left;
	width: 218px;
	margin-left: 10px;
}


				#contactus fieldset{
				background-color: #e6e7e8;
				}
			
				#contactus input {
				width: 300px;
				height: 25px;
				margin-top:13px;
				margin-left:8px;
				background: #dcddde;
				font-family: Verdana, Geneva, sans-serif;
				font-size: 12px;
				color: #464646;
				text-transform: uppercase;
				}
				#contactus input::-webkit-input-placeholder  {
					color: #464646;
				}
				#contactus input:-moz-placeholder {
					color: #464646;
				}
				
				#contactus textarea {
				width: 300px;
				height: 150px;
				margin-top:13px;
				margin-left:8px;
				background: #dcddde;
				font-family: Verdana, Geneva, sans-serif;
				font-size: 12px;
				color: #464646;
				text-transform: uppercase;1;
				padding-top: 5px;
				}
				#contactus textarea::-webkit-input-placeholder  {
					color: #464646;
				}
				#contactus textarea:-moz-placeholder {
					color: #464646;;
				}
				
				#contactus input:focus {
				background: #757678;
				}
			
				#contactus textarea:focus {
				background: #757678;
				}
				
				#contactus input[type=submit] {
				width : 225px;
				height :35px;
				border : none;
				color : #FFF;
				cursor: pointer;
				background-image: url(../images/site/submit-.png);
				background-repeat: no-repeat;
				background-color: #CCCCCC;
				font-size: 16px;
				text-align: center;
			}
#megas-ad {
	float: left;
	height: 200px;
	width: 200px;
	margin-top: 185px;
	margin-bottom: 10px;
	margin-left: 15px;
}
