/*********************************************
	H and H Towing STYLESHEET
*********************************************/

/*********************************************
	All Style Elements
*********************************************/
* {
	margin: 0px;
	padding: 0px;
}

/*********************************************
	Link Styles
*********************************************/

a:active {
	text-decoration: none;
}
a:link {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;

}
h2 {

}
h3 {

}
h4 {

}
h5, h6 {

}
h6 {

}
/*********************************************
	Fonts
*********************************************/
@font-face {
    font-family: 'MarketingScriptRegular';
    src: url('type/MarketingScript-webfont.eot');
    src: url('type/MarketingScript-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/MarketingScript-webfont.woff') format('woff'),
         url('type/MarketingScript-webfont.ttf') format('truetype'),
         url('type/MarketingScript-webfont.svg#MarketingScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'KomikaAxisRegular';
    src: url('type/KOMIKAX_-webfont.eot');
    src: url('type/KOMIKAX_-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/KOMIKAX_-webfont.woff') format('woff'),
         url('type/KOMIKAX_-webfont.ttf') format('truetype'),
         url('type/KOMIKAX_-webfont.svg#KomikaAxisRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DaysRegular';
    src: url('type/Days-webfont.eot');
    src: url('type/Days-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/Days-webfont.woff') format('woff'),
         url('type/Days-webfont.ttf') format('truetype'),
         url('type/Days-webfont.svg#DaysRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*********************************************
	Classes
*********************************************/
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
input {
	margin: 0px;
	padding: 0px;
}
.bold {
	font-size: 14px;
	font-weight: bold;
}
.boldcenter {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.name {
	text-align: center;
	font-size: 24px;
}
.big {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
    text-shadow: 1px 1px 1px #333;
}
.big_l {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	text-shadow: 1px 1px 1px #333;
}
.phone {
	font-size: 20px;
}
input, textarea, select {
	background-color: #FFF;
	color: #000;
	width: 95%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
input#submit {
	width: 100px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	background-repeat: repeat-y;
	background-position: 120px;
	background-color: #F00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
}
.php {
	padding-top: 5px;
	padding-bottom: 5px;
}
[required] {
    border-color: #88a;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, .5);
}
:invalid {
    border-color: #e88;
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
}
.row:nth-child(even) {
  background: #dde;
}
.row:nth-child(odd) {
  background: white;
}
ul, ol {
	padding-left: 20px;
}
/*********************************************
	Negation (anything that is not....gets applied)
*********************************************/
:not(.name) {
}   

/*********************************************
	Useful Styles
*********************************************/
#usefulstyles {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* 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');
	
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}      

/*********************************************
	Main Style Elements
*********************************************/
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/parts/background.jpg);
	background-attachment: fixed;
}
#container {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#pagebox {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	min-height: 400px;
	background-repeat: repeat-x;
	background-position: top;
}
#logo {
	height: 160px;
	width: 280px;
	position: absolute;
	z-index: 500;
	float: left;
	top: 0px;
}
#headerbox {


}
header {
}
#header {
	height: 110px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#h_left {
	float: left;
	height: auto;
	font-size: 24px;
	font-weight: bold;
	width: 300px;
	margin: 10px;
}
#h_right {
	float: right;
	margin: 10px;
	width: 300px;
	height: auto;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
#h_right a {
	color: #F00;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
#footerbox {


}
footer {
}
#footer {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}
#f_bar {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#f_left {
	float: left;
	text-align: left;
	width: 300px;
	padding: 10px;
	font-size: 12px;
	height: auto;
}
#f_right {
	float: right;
	padding: 10px;
	width: 300px;
	text-align: right;
	font-size: 12px;
}
#f_nav {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
}
#f_nav a {
}
.bar {
	height: 20px;
	background-color: #333;
}
.clearfix {
	clear: both;
}
#copy {
	font-size: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #CCC;
}


/*********************************************
	Navigation
*********************************************/
nav {
}
#navigationbox {

}
#navigationbar {
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 90;
}
.side_slot {
	background-image: url(../images/parts/grad.png);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	-moz-box-shadow: 0px 0px 5px #F00;
	-webkit-box-shadow: 0px 0px 5px #F00;
	box-shadow: 0px 0px 5px #F00;
	position: relative;
	z-index: 100;
	-moz-border-radius:15px 0px 0px 30px;
	-webkit-border-radius:15px 0px 0px 30px;
	border-radius:15px 0px 0px 30px;
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 5px;
}
.side_menu {
	margin-bottom: 30px;
}
.side_menuslot {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	padding: 5px;
	display: block;
}
.side_menuslot:hover {
	color: #000;
	background-color: #FFF;
}
.side_title {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	background-color: #F00;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	-moz-border-radius:15px 0px 0px 0px;
	-webkit-border-radius:15px 0px 0px 0px;
	border-radius:15px 0px 0px 0px;
}
.side_text {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	padding: 5px;
}
.side_form {
}
/*********************************************
	Universal Page Style Elements
*********************************************/
#page {
	width: 960px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#pageleft {
	width: 200px;
	height: auto;
	overflow: visible;
	float: left;
	font-size: 12px;
	padding-top: 20px;
}
#pageright {
	width: 750px;
	text-align: left;
	font-size: 12px;
	float: left;
	background-color: #939598;
	border: 5px solid #141519;
	-moz-box-shadow: 0px 0px 5px #F00;
	-webkit-box-shadow: 0px 0px 5px #F00;
	box-shadow: 0px 0px 5px #F00;
	position: relative;
	z-index: 100;
	background-image: url(../images/parts/bg.png);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#page_title {
	height: auto;
	font-size: 24px;
	color: #FFF;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-shadow: 1px 1px 2px #333;
	background-color: #141519;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
}
.page_subtitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: center;
	font-size: 18px;
	clear: both;
	color: #FFF;
	font-weight: normal;
	background-color: #141519;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
}
#page_toppic {
	width: 760px;
	height: 60px;
	background-color: #999;
	background-image: url(../images/parts/toppic.jpg);
}
.page_content {
	width: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: auto;
	color: #FFF;
}

#contact_link {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}
#columns {
	-webkit-column-count: 2;
	-webkit-column-rule: 1px solid #bbb;
	-webkit-column-gap: 4em;
	-moz-column-count: 2;
	-moz-column-rule: 1px solid #bbb;
	-moz-column-gap: 4em;
}
.column {
	float: left;
	width: 44%;
	padding: 20px;
}
.pic {
	float: left;
	height: 250px;
	width: 200px;
	background-color: #999;
	margin-bottom: 10px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	padding: 2px;
	border: 1px solid #CCC;
	margin-right: 20px;
}
.pic_w {
	float: left;
	height: 250px;
	width: 400px;
	background-color: #999;
	margin-bottom: 10px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	padding: 2px;
	border: 1px solid #CCC;
	margin-right: 20px;
}
#c_box {
}
.c_button {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BAFF50;
	border: 1px solid #000;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
.c_button:hover {
	background-color: #000;
	-moz-box-shadow: 0px 0px 1px #000;
	-webkit-box-shadow: 0px 0px 1px #000;
	box-shadow: 0px 0px 1px #000;
	color: #FFF;
}
.rightbox {
	padding: 10px;
	height: auto;
	width: 200px;
	float: right;
	background-color: #000;
	color: #FFF;
	border: 1px solid #F00;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.rightbox_title {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	background-color: #F00;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.testimonial {
	font-style: italic;
	margin-right: 40px;
	margin-left: 40px;
	color: #FFF;
	margin-top: 10px;
}
.customer {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 5px;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
}
.phone_box {
	font-size: 24px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/*********************************************
	Homepage Styles
*********************************************/
#h_slide {
	height: 300px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
}
.h_box {
	width: 720px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.h_slot {
	height: 150px;
	width: 430px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFF;
	color: #000;
	border: 1px solid #141519;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.h_slot:hover {
}
.h_title {
	font-size: 18px;
	height: auto;
	text-align: center;
	display: block;
}
.h_pic {
	height: 50px;
	background-color: #104B7D;
	display: block;
}
.h_text {
	height: 100px;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.h_p {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}
.h_link {
	text-align: right;
	height: 20px;
	display: block;

}


/*********************************************
	About Us Styles
*********************************************/


/*********************************************
	Services Styles
*********************************************/
#s_box {
	width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.s_slot {
	float: left;
	width: 700px;
	background-color: #FFF;
	color: #000;
	margin-bottom: 10px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	display: inline-block;
	-moz-border-radius:0px 15px 15px 0px;
	-webkit-border-radius:0px 15px 15px 0px;
	border-radius:0px 15px 15px 0px;
}
.s_slot:hover {
}
.s_pic {
	float: left;
	height: 240px;
	width: 250px;
	background-color: #000;
	display: block;
	background-image: url(../images/h_service.jpg);
}
.s_right {
	float: left;
	width: 450px;
	display: block;
}
.s_title {
	font-size: 24px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	background-color: #141519;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	-moz-border-radius:0px 15px 0px 0px;
	-webkit-border-radius:0px 15px 0px 0px;
	border-radius:0px 15px 0px 0px;
}
.s_text {
	padding-left: 20px;
	color: #666;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

}
.s_link {
	text-align: right;
	color: #104B7D;
	font-size: 16px;
	height: 20px;
	display: block;

}



/*********************************************
	Contact Us Styles
*********************************************/
#c_form {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#cf_title {
	text-align: center;
}
#c_left {
	float: left;
	width: 350px;
}
#c_right {
	width: 330px;
	float: right;
}
#map {
	height: 340px;
	width: 320px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	color: #FFF;
	text-align: center;
	background-color: #000;
}
.thankyou {
	background-color: #CCC;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	border: 1px dashed #765FA7;
	margin: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
/*********************************************
	Specials and Auctions Styles
*********************************************/
.auctionform {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	width:750px;
	height:300px;
	margin-right: auto;
	margin-left: auto;
}

#slider {
	position:relative;
	width:750px;
	height:300px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.slide_title {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 18px;
	color: #F00;
	text-align: center;
}
.slide_text {
	height: 160px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
	color: #000;
	text-align: left;
	font-style: italic;
}
.slide_link {
	height: 20px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	background-color: #104B7D;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.slide_link a:link, #slide_link a:hover, #slide_link a:visited {
	color: #CCC;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
