* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:994px;
}
body { 
	background:url(images/tail-top.gif) left top repeat-x #000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#000000;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:994px; 
	margin:0 auto;
	font-size:.75em;
	padding-bottom:19px;
}

#header {
	height:481px;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#2c87b3; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	background:url(images/logo.gif) no-repeat 28px 70px;
	padding:53px 0 0 80px;
	font-size:46px;
	line-height:1.3em;
	float:left;
	letter-spacing:-2px;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}
h2 {
	font-size:21px;
	line-height:1.2em;
	text-transform:uppercase;
	color:#fff;
	background:#000;
	padding:9px 10px 11px 17px;
	margin-bottom:22px;
}
	h2.style1 {
		background:#ff3300;
	}
	h2.style2 {
		background:#64b9f2;
	}

h3 {
	font-size:1em;
	margin-bottom:20px;
}
h4 {
	font-size:1em;
}
h5 {
	
}
h6 {
	
}


.txt1 {
}
.txt2 {
}

.link1 { 
	color:#ff3300;
	text-transform:uppercase;
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
}

.link2 { 
	text-transform:uppercase;
	text-decoration:none;
}
.link2:hover {
	text-decoration:underline;
}


.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(http://www.standuppaddlerack.com/images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .inner { 
		padding:27px 25px 25px 25px;
	}

.address dt {
	margin-bottom:20px;
	font-weight:bold;
}
.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:90px;
	}
	.address dd a {
		color:#ff3300;
	}


.forum {
	border-collapse:collapse;
	width:100%;
}
	.forum td {
		border:1px solid #b9b9b9;
		padding:4px 34px;
		line-height:15px;
	}
	.forum td.last {
		width:150px;
	}
		.forum td span {
			color:#2c87b3;
		}
	.forum thead td {
		text-align:center;
	}
	.forum tbody td {
		padding-top:20px;
		padding-bottom:20px;
	}

/*===== header =====*/
#header .row-1 {
	height:126px;
	background:url(images/header-bg1.jpg) no-repeat left bottom;
}
	#header .row-1 .indent {
	
	}
#header .row-2 {
	height:283px;
	background:url(images/header-bg2.jpg) no-repeat left top;
}
	#header .row-2 ul {
		padding-top:283px;
	}

#header .nav {
	float:right;
	padding:61px 30px 0 0;
}
	#header .nav li {
		float:left;
	}
		#header .nav li a {
			font-size:31px;
			line-height:1.2em;
			text-decoration:none;
			color:#fff;
			text-transform:none;
			padding:0 14px;
		}
		#header .nav li a:hover, #header .nav li a.current {
			color:#4a4a4a;
		}

/*===== content =====*/
#content {
	padding:10px 0 14px 0;
	border-top:6px solid #363636;
}

.banners {
	width:100%;
	overflow:hidden;
	padding-bottom:16px;
}
	.banners li {
		float:left;
		margin-right:7px;
	}
	.banners li.last {
		margin-right:0;
	}

.list1 li {
	border-bottom:1px solid #000;
	width:100%;
	overflow:hidden;
	padding-bottom:4px;
	margin-bottom:4px;
	vertical-align:top;
}
	.list1 li span {
		float:left;
		padding:0 8px 0 8px;
		color:#fff;
		background:#7f7f7f;
		font-size:.91em;
		margin-right:12px;
	}
	.list1 li a {
		float:left;
		color:#000;
		text-decoration:none;
		text-transform:uppercase;
	}
	.list1 li a:hover {
		color:#ff3300;
	}

.testimonials li {
	text-align:right;
	font-weight:bold;
	padding-bottom:20px;
}
	.testimonials li blockquote {
		text-align:left;
		font-weight:normal;
	}

/*===== footer =====*/
#footer {
	background:#363636;
	padding:5px 0 5px 24px;
	color:#fff;
}
	#footer a {
		color:#64b9f2;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#newsletter-form {
	border-top:1px solid #000;
	padding-top:11px;
}
	#newsletter-form fieldset {
		border:none;
	}
	#newsletter-form input.text {
		width:205px;
		border:1px solid #ccc;
		border-right:none;
		padding:4px 6px 4px 9px;
		color:#2c87b3;
	}
	#newsletter-form input.submit {
		width:55px;
		height:25px;
		border:none;
		background:#ff3300;
		color:#fff;
		cursor:pointer;
	}

#login-form {
	padding-bottom:25px;
}
	#login-form fieldset {
		border:none;
	}
	#login-form input.text {
		width:145px;
		border:1px solid #b9b9b9;
		margin-right:50px;
		font-size:.91em;
		padding:2px 0 2px 10px;
	}
	#login-form input.password {
		width:145px;
		border:1px solid #b9b9b9;
		margin-right:15px;
		font-size:.91em;
		padding:2px 0 2px 10px;
	}
	#login-form a {
		font-weight:bold;
	}

#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:40px;
	} 
		#contacts-form label input { 
			width:260px;
			padding:0 0 0 3px;
			color:#111;
		}
		#contacts-form textarea {
			width:260px;
			height:102px;
			padding:0 0 0 3px;
			margin-bottom:20px;
			color:#111;
			overflow:auto;
		}
.footer_bundle { border: 1px solid #525963; font-size: 11px; }
/*==========================================*/