/*-------------------------------------------------------
	Colors
---------------------------------------------------------

Blues
------------------
Dark		#2e3192
Med			#55a1d5
Light		#6eebff

Greens
------------------
Dark		#8cc63f
Light		#d0f460

Accents
------------------
Hot Pink	#ed1e79

-------------------------------------------------------*/

/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: url(../images/layout/page-bg-re.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

.bottom-cap {
	background: url(../images/layout/bottom-cap.png) no-repeat;
	width:998px;
	height:10px;
	clear:both;
	margin: 0 auto;
}

#container {
	background: url(../images/layout/wrapper-shadow.png) repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 1018px;
}
	
#mast {
	background: url(../images/layout/mast-bg-re.jpg) no-repeat;
	clear: both;
	float: left;
	height: 220px;
	width: 998px;
	margin-left:10px;
}
	
#content-wrapper {
	/* background: url(../images/layout/wrapper-bg.gif) no-repeat left bottom; */
	float: left;
	padding: 0 0 0 10px;
	width: 978px;
}
	
#footer {
	/*background: url(../images/layout/footer-bg.jpg) no-repeat;*/
	clear: both;
	float: left;
	height: 155px;
	margin-bottom: -10px;
	/*margin-left:10px;*/
	padding: 10px;
	width: 978px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/

h1, h2, h3, h4 {
	color: #ee511b;
}

h1 {
	margin: 7px auto 6px auto;
}

h2 {
	margin: 7px auto 6px auto;
	text-align: center;
}

h3 {
	margin: 7px auto 6px auto;
}

p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

.item a:link,
.item a:visited {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
	text-align: left;
	text-decoration: none;
	}
	
.item a:hover{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
	text-align: left;
	text-decoration: underline;
	}
	
.cat-items {
	background: #fff;
	width: 770px;
	}
a:link, a:visited {
	color: #55a1d5;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}



/*-------------------------------------------------------
	Mast Selectors
-------------------------------------------------------*/

#mast * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#home-link {
	float: left;
	height: 140px;
	text-indent: -999em;
	width: 150px;
}

#utility-links {
	float: right;
    height: 23px;
    margin-right: 140px;
    margin-top: 132px;
    text-align: right;
    width: 550px;
}

#utility-links a {
	/* border-right: 1px solid #2e3192;
	 color: #2e3192; */
	 border-right: 1px solid #fff;
	 color: #fff;
	line-height: 14px;
	padding: 0px 4px;
	text-decoration: none;
	/* text-transform: lowercase; */
	vertical-align: middle;
	font-family: Tahoma, Geneva, sans-serif;  /* , "Times New Roman", Times, serif */
	font-size: 15px;
}

#utility-links a strong {
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: bold;
}

#utility-links a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------
	Tabbed Links & Main Nav Area
-------------------------------------------------------*/

#tabbed-links {
	float: left;
	font-family: Tahoma, Geneva, sans-serif;  /* , "Times New Roman", Times, serif */
	font-size: 15px;
	display: inline;
	margin-left: 43px;
	/* margin-top: 13px; */
	width: 930px;
}

#tabbed-links li {
	float: left;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index: 700;
}

#tabbed-links a {
	/* background: url(../images/layout/nav-bg.gif) -15px -35px; */
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	height: 25px;
	letter-spacing: 0px;
	line-height: 25px;
	/*padding-left: 5px; */
	padding: 0 5px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	word-spacing: normal;
}

#tabbed-links a:hover {
	color: #ed1e79;
}

#tabbed-links a span {
	/* background: url(../images/layout/nav-bg.gif) -310px -35px; 
	display: inline-block;
	width: 15px;*/
}

/*-------------------------------------------------------
	Drop Down
-------------------------------------------------------*/


#tabbed-links ul {
	background: url(http://pelicanbayltd.com/css/none) #8cc63f;
	border: 1px solid #8cc63f;
	border-top: none;
	display: none;
	float: left;
	left: -3px; top: 25px;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	margin: 0; padding: 0;
	z-index: 900;
}

#tabbed-links ul li{
	border-bottom: 1px solid #8cc63f; /*--Create bevel effect--*/
	clear: both;
	margin: 0;
	padding: 0;
}

#tabbed-links ul li a span {
	background: url(http://pelicanbayltd.com/css/none);
	width: 0px;
}

#tabbed-links ul li a {
	background: url(http://pelicanbayltd.com/css/none) #8cc63f;
	border: none;
	float: left;
	height: auto;
	line-height: 15px;
	padding: 3px 12px;
	text-transform: lowercase;
	width: 160px;
}
#tabbed-links ul li a:hover { /*--Hover effect for subnav links--*/
	background: #55a1d5;
	color: #fff;
}


/*-------------------------------------------------------
	Search
-------------------------------------------------------*/

#search-box {
	background: url(../images/layout/search-bg.png);
	float: right;
	height: 24px;
	margin: 15px 20px 0 0;
	width: 285px;
}

#search-box input {
	border: none;
	color: #55a1d5;
	float: left;
	font-weight: bold;
	margin: 3px 8px;
	width: 185px;
}

#search-box #submit {
	background: url(../images/layout/search-button.png) 0 0;
	font-size: 0px;
	height: 24px;
	line-height: 0px;
	margin: 0 0 0 4px;
	text-indent: -999em;
	width: 80px;
}

#search-box #submit:hover {
	background-position: 0 -24px;
}

/*-------------------------------------------------------
	Left Navigation
-------------------------------------------------------*/

.left-nav * {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.left-nav {
/*	background: #8cc63f;*/
	display: inline;
	float: left;
	margin-right: 10px;
	padding: 0px;
	position: relative;
	width: 200px;
}

.left-nav li {
	clear: both;
	float: left;
	width: 200px;
}

.left-nav ul ul li {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.left-nav li a {
/*	background: #8cc63f;*/
/*	border-top: 1px solid #d0f460;*/
	color: #ee511b;
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
	width: 200px;
}

.left-nav a:hover {
/*	background: #55a1d5;*/
}

.left-nav ul ul li a {
	border: none;
	font-weight: bold;
	padding: 3px 10px 3px 30px;
	text-transform: none;
	width: 200px;
}

.cat-footer {
	color: #f15a2a;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 770px;
	}

/*-------------------------------------------------------
	Content Areas
-------------------------------------------------------*/
#main-container{
/*	background: #FFF;*/
	background: #fdf7c7;
	float: left;
/*	clear: both;*/
/*	height: 275px;*/
	padding-top:5px;	
}
.main-featured {
	clear: both;
	float: left;
	width: 980px;
}

.main-featured-about {
	clear: both;
	float: left;
	width: 1000px;
	background: #ffffff;
}

.about-us {
	clear: both;
	float: left;
	width: 1000px;
	margin-left:40px;
}
.about-us-other {
	clear: both;
	float: left;
	width: 500px;
	margin-left:40px;
}

.supp-content {
	clear: both;
	float: right;
	width: auto;
	margin-top:50px;
	margin-right:60px;
}

.about-us-pics {
	display:inline;
	width: auto;
	float:right;
	margin-right:30px;
	
}


.full-content {
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 1000px;
	background: #ffffff;
}

.full-content .section650 {
	float: left;
	display: inline;
	margin: 10px 35px;
	width: 580px;
}

.full-content .section650 p {
	margin: 10px 35px;
}

.about-us-pics ul{
	display:inline;
	list-style-type:none;
}


.secondary-featured {
	clear: both;
	float: left;
	width: 980px;
}

.main-featured div, .secondary-featured div {
	float: left;
	margin-right: 10px;
}

.section320 {
	float: left;
	width: 320px;
	margin-bottom:20px;
}

.section300 {
	float: left;
	width: 300px;
	margin-top:35px;
	margin-left:35px;
}

.main-content {
/*	background: #fdf7c7;*/
	float: left;
	display: inline;
/*	margin-left: 240px;*/
	width: 720px;
}

.main-content p.splash {
	color: #77b524;
	font-weight: bold;
	line-height: 100%;
	padding: 0 10px;
	width:800px;
}



.site-map h3 {
	/*margin-top: 50px;*/
}

.site-map ul, .site-map li {
	margin-top: 0;
	margin-bottom: 3px;
}

.site-map a {
	text-decoration: none;
} 

.site-map a:hover {
	text-decoration: underline;
} 

.site-map li li {
	list-style: none;
}

.site-map li a {
	font-weight: bold;
}

.site-map li li a {
	font-weight: normal;
}

/*-------------------------------------------------------
	Footer Selectors
-------------------------------------------------------*/

.footer-section {
	border-right: 2px solid #2E3192;
	float: left;
	height: 140px;
	margin: 10px;
}

.footer-section * {
	/*color: #ed1e79;*/
	color: #77b524;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-section h1 {
	color: #2e3192;
	font-size: 125%;
}

.footer-section ul {
	display: inline;
	float: left;
	margin-left: 10px;
	width: 135px;
}

.footer-section a:link, .footer-section a:visited {
	/*color: #ed1e79;*/
	color: #77b524;
	font-weight: bold;
	text-decoration: none;
}

.footer-section a:hover {
	text-decoration: underline;
}

.frame-footer {
	background: url(../images/layout/frame-footer-bg-re.png) no-repeat;
	padding-top:10px;
	height:80px;
	float:left;
	clear:both;
	width:998px;
}

#tasteful-treats {
	border-right: none;
	display: inline;
	text-align: center;
	width: 300px;
}

#tasteful-treats h1 {
	color: #ed1e79;
	clear: both;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	line-height: 90%;
}

#tasteful-treats .caption {
	color: #2e3192;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
}

#newsletter-form {
	background: url(../images/layout/newsletter-bg.gif);
	clear: both;
	display: inline;
	float: left;
	height: 24px;
	margin: 5px 10px 25px;
	text-align: left;
	width: 285px;
}
#newsletter-form input {
	border: none;
	float: left;
	display: inline;
	margin: 3px 8px;
	width: 185px;
}

#newsletter-form input.hidden {
	display: none;
}

#newsletter-form #submit {
	background: url(../images/layout/newsletter-button.gif) 0 0;
	font-size: 0px;
	height: 24px;
	line-height: 0px;
	margin: 0 0 0 4px;
	text-indent: -999em;
	width: 80px;
}

#newsletter-form #submit:hover {
	background-position: 0 -24px;
}


#sub-footer {
	color: #2e3192;
	display: inline;
	font-size: 9pt;
	float: left;
	margin: 10px 80px;
	width: 800px;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/
p.pullquote {
	color: #ed1e79;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 28pt;
	line-height: 100%;
/*	margin-left: -240px;*/
	padding: 0 10px;
	text-align: center;
	width: 220px;
}

.contact-info {
	margin-top: 25px;
}

.contact-info * {
	text-align: center;
}

.signin-button {
	text-align: center;
}

.signin-button a {
	background: url(../images/layout/signin-button.gif) repeat-x center top;
	border: 1px solid #d0f460;
	color: #fff;
	font-variant: small-caps;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: lowercase;
}

.signin-button a:hover {
	background-position: center -30px;
}
/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/

#contact-form * {
	list-style-type: none;
}

#contact-form {
	background: #fff;
	border: solid 1px #ccc;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	height: auto;
}

#contact-form p {
	padding: 3px 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contact-form label { 
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 140px; 
}

#contact-form input {
	padding: 0px;
	outline: 0;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

#contact-form ul {
	clear: both;
	float: left;
	width: 100%;
}

#contact-form  li {
	margin-left: 50px;
}

#contact-form  ul ul {
	margin: 0px;
}

#contact-form  li li {
	margin-left: 25px;
}

#contact-form ul.columns li {
	float: left;
	display: inline;
	width: 100px;
}

#contact-form input, #contact-form textarea {
}

#contact-form .tasteful-treats {
	clear: both;
	float: left;
	font-weight: bold;
	width: 300px;
}

#contact-form .checkbox {
	width: auto;
	padding: 0px;
	margin: 5px 5px 0 15px;
}

.reload {
	font-variant: small-caps;
	padding: 3px;
	text-size: 90%;
}

#contact-form #submit, #contact-form #submit {
	width: auto;
	padding: 5px;
	margin: 5px auto;
	border: 1px solid #265c8c;
	color: #fff;
	background: url(http://pelicanbayltd.com/images/page-bg-bottom.gif) repeat-x center -30px ;
	font-weight: bold;
}

#contact-form #submit:hover {
	background: url(http://pelicanbayltd.com/images/page-bg-bottom.gif) repeat-x center -60px ;
	cursor: pointer;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}


.required {
/*	background: #fffff2;
	border: 1px solid #efefec;
*/
}

.req-ast {
	color: #990000;
	font-size: 125%;
	padding: 0 3px;
}
/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: ""; 
    display: block; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	
	#catalog-request{
		float: left;
		color: #fff;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
		margin: 169px 0 0 3px;
		}
		
	#wholesale-login {
	float: right;
	height: 24px;
	margin: 12px 20px 0 0;
}