/*  960 GRID */


.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {

	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}
/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
/*	vertical-align:baseline;    */
/*	background:transparent;     */
}
body {
	line-height:1
}
ol, ul {
	list-style: disc;
        list-style-position: outside;
        padding-left: 30px;
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/*	-------------------------------------------------------------
	Global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title : Marine Tech | Stylesheet
	Author : Esultants Web Services
	Description : Stylesheet
	Updated : 04/07/10
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Body
	2. Menu
	3. Drop Down Menu

*/


/*-------------------------------------------------------------
1. BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
background-color: #efefef;
margin: 0 0 0 0;
}

a { 
font-size: 12px;
color: #2f2f2f;
}

a:hover {
color: #3f3f3f;
}



/*-------------------------------------------------------------
2. MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.MainMenu {
margin: 0px 0px 40px 0px;
text-align: right; 
padding: 10px; 
}

.MainMenu a {
padding-left: 10px;
padding-right: 10px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
font-size: 12px; 
color: #666; 

}

.activePageMenuItem { 
font-weight: bold; 
}



/*-------------------------------------------------------------
3. DROP DOWN MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.LiveEdit_drop_down   { 
text-align: left; 
color: white; 
width: 176px; 
border-bottom: 1px solid #b3b29e; 
border-left: 1px solid #b3b29e; 
padding: 0 0 0 0;
background-color: #413E35;
margin: 20px 0 0 -10px;
}

.LiveEdit_drop_down a {  
font-size: 12px;
color: #8F8A76; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; 
background-repeat: no-repeat; 
background-position: center top; 
display: block; 
padding: 10px 8px; 
}

.LiveEdit_drop_down a:hover {
background-color: #000000;
text-decoration: none; 
color:#FFFFFF

}
/*	-------------------------------------------------------------
	Marine Tech - MAIN PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title : Marine Tech - MAIN PAGE | Stylesheet
	Author : Esultants Web Services
	Description : Stylesheet
	Updated : 04/07/10
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. General
	2. Headers
	3. Content
        4. Footer
        5. Menu
        6. Plates

*/


/*-------------------------------------------------------------
1. GENERAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

h1{
font-family: "Verdana";
color:#fff000;
font-weight: bold;

}

h2{
font-family: "Verdana";
color:#003366;
font-weight: bold;
font-size:15px;

}

.container { 
    background-color: white;
    margin: 0 auto 0 auto;	
    width: 960px;
}

/*-------------------------------------------------------------
2. HEADERS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.mt-header{
width: 960px;
height: 203px;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/MarineTech_MastHeader.jpg);
background-repeat: no-repeat;
}

.mt-subheader{
width: 960px;
height: 287px;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/MarineTech_SubHeader.jpg);
background-repeat: no-repeat;
}

#mt-newsbar{
text-align:left;
width:438px;
height:73px;
margin: 30px 0 0 521px;
background-image: url(assets/layouts/main/MarineTech_NewsBar.png);
background-repeat: no-repeat;
}


#mt-newsText{
padding: 10px 0 0 90px;
width:331px;
height: 55px;
font-family: "Verdana";
color: #ffffff;
}

.newsBold{
font-weight:bold;
color:#129D4C;
}



#mt-partsShopBTN{
margin: 12px 0 0 651px;
width: 308px;
height: 73px;
}


/*-------------------------------------------------------------
3. CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.mt-midContent{
width:960px;
height:383px;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/MarineTech_babyBlueBG.jpg);
background-repeat: repeat;
}

.mt_body_columnLeftText{
padding: 2px 10px 2px 20px;
font-family: "Verdana";
font-size:12px;
line-height:18px;
}

.mt_body_containerText{
background-color:#EBEBEB;
margin: 8px 0 0 0;
padding: 5px 10px 2px 20px;
font-family: "Verdana";
font-size:12px;
line-height:18px;
color:#333333;
border: solid;
border-style:solid;
border-color: #CCCCCC;
border-width:1px; 
}

.mt_body_columnText{
padding: 10px 20px 10px 10px;
font-family: "Verdana";
font-size:12px;
line-height:18px;
color:#666666;
}

/*-------------------------------------------------------------
4. FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mt-footer{
color:#ffffff;
text-align:center;
width:960px;
height:92px;
padding: 40px 0 0 0;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/MarineTech_footerBG.jpg);
background-repeat: repeat-x;
background-color: #062544;
}

#mt-footer a{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#ffffff;
text-decoration: underline;
}

#mt-footer a:hover{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#109E4C;
text-decoration: underline;
}


/*-------------------------------------------------------------
5. MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mt-menu{
text-align:right;
font-family: "Verdana";
font-size:11px;
color:#6b9ac0;
font-weight: bold;
padding: 5px 8px 0 8px;
}

#mt-menu a{
padding: 5px 8px 0 8px;
text-align:right;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#ffffff;
text-decoration: underline;
}

#mt-menu a:hover{
padding: 5px 8px 0 8px;
text-align:right;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#0E3E6E;
text-decoration: underline;

}

.separator_MainMenu {
border-left: 1px solid #6b9ac0; 
}



/*-------------------------------------------------------------
6. PLATES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#plateContainer{
width: 916px;
height: 253px;
margin: 0 0 0 20px;
padding: 70px 0 0 0;
}


#plate01{
float:left;
width: 181px;
height: 251px;
}

#plate02{
float:right;
width: 181px;
height: 251px;
}
#plate03{
float:left;
width: 181px;
height: 251px;
}

#plate04{
float:right;
width: 181px;
height: 251px;
}
#plate05{
float:left;
width: 181px;
height: 251px;
}
/*	-------------------------------------------------------------
	Marine Tech - PARTS SHOP
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title : Marine Tech - PARTS SHOP | Stylesheet
	Author : Esultants Web Services
	Description : Stylesheet
	Updated : 04/07/10
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. General
	2. Menu
	3. Content
        4. Footer
        5. Menu
        6. Plates

*/


/*-------------------------------------------------------------
1. GENERAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.mt-partsheader{
width: 960px;
height: 203px;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/MarineTech_PartsShopMastHeader.jpg);
background-repeat: no-repeat;
}

.mt-PartsmidContent{
width:960px;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/MarineTech_PartsBG.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
}

.mt-partsMidContent{
width:700px;
line-height: 20px;
font-size:12px;
padding-left: 10px;
}

h3 {
font-size: 16px;
font-weight: bold;
}

/*-------------------------------------------------------------
2. MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mt-partsmenu{
text-align:right;
font-family: "Verdana";
font-size:11px;
color:#6b9ac0;
font-weight: bold;
padding: 5px 8px 0 8px;
}

#mt-partsmenu a{
padding: 5px 8px 0 8px;
text-align:right;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#0f406f;
text-decoration: underline;
}

#mt-partsmenu a:hover{
padding: 5px 8px 0 8px;
text-align:right;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#0E3E6E;
text-decoration: underline;

}

.separator_MainMenu {
border-left: 1px solid #6b9ac0; 
}


/*-------------------------------------------------------------
3. SIDE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.mt-partsSideMenuContainer{
width:195px;
margin: 0 0 0 10px;
line-height:20px;
font-size:11px;
}

.mt-partsSideMenuContainer ul{
list-style:none;
line-height:20px;
font-weight: bold;
font-size:11px;
text-decoration: none;
}

.mt-partsSideMenuContainer ul a{
list-style:none;
line-height:20px;
font-weight: bold;
font-size:11px;
color:#666666;
text-decoration: none;
}

.mt-partsSideMenuContainer ul a:hover{
list-style:none;
line-height:20px;
font-weight: bold;
font-size:11px;
color:#000066;
text-decoration: none;
}

/*	-------------------------------------------------------------
	Navigator
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title : Navigator | Stylesheet
	Author : Esultants Web Services
	Description : Stylesheet
	Updated : 04/07/10
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. General
	2. Menu
	3. Features Side Menu
        4. News Side Menu
        5. Footer

*/


/*-------------------------------------------------------------
1. GENERAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.navigator-header{
width: 960px;
height: 217px;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/Navigator_MastHeader.jpg);
background-repeat: no-repeat;
}

.break{
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
height:5px;
}

.navigator-MidContent{
width:600px;
line-height: 20px;
font-size:12px;
}

.navigator-titles {
font-size: 14px;
font-weight: bold;
COLOR: #0087C1;
display: inline;
} 

.NavigatorProductsTitles{
color:#031A37;
}

.hr-grey{
height:1px;
color:#EAEAEA;
}

/*-------------------------------------------------------------
2. MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#navigator-menu{
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#6b9ac0;
padding: 193px 8px 5px 8px;
}

#navigator-menu a{
padding: 5px 8px 5px 8px;
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#315b84;
}

#navigator-menu a:hover{
padding: 5px 8px 5px 8px;
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#ffffff;
background-color:#5391c4;
}

.separator_NavigatorMenu{
border-left: 1px solid #cecece; 
}



/*-------------------------------------------------------------
3. FEATURES SIDE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.navigator-sidecontainer{
padding: 0 0 0 15px;
}

.navigator-featuresText{
padding: 5px 0 10px 20px;
font-family: "Verdana";
font-size:11px;
color: #ffffff;
width:200px;
height:100px;
}

.navigator-featuresText strong{
color:#0a4966;
}


.navigator_featuresContainer{
width:251px;
height:278px;
}

.navigator_featuresTop{
background-image: url(assets/layouts/main/Navigator_FeaturesTop.jpg);
background-repeat: no-repeat;
width:251px;
height: 36px;
}

.navigator_featuresMid{
background-image: url(assets/layouts/main/Navigator_FeaturesMidBG.jpg);
background-repeat: no-repeat;
width:251px;
height: 244px;
margin: -2px 0 0 0 ;
}


/*-------------------------------------------------------------
4. NEWS SIDE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.navigator_NewsContainer{
width:251px;
height:278px;
}

.navigator-newsText{
padding: 5px 0 5px 25px;
font-family: "Verdana";
font-size:12px;
color:#434343;
line-height: 16px;
width:200px;
height:100px;
}

.navigator-newsText a{
font-family: "Verdana";
font-size:12px;
color:#0d68b4;
line-height: 16px;
width:200px;
height:100px;
}

.navigator-newsText a:hover{
font-family: "Verdana";
font-size:12px;
color:#0d68b4;
line-height: 16px;
width:200px;
height:100px;
}

.navigator_NewsTop{
background-image: url(assets/layouts/main/Navigator_NewsTop.jpg);
background-repeat: no-repeat;
width:251px;
height: 36px;
}

.navigator_NewsMid{
background-image: url(assets/layouts/main/Navigator_NewsMidBG.jpg);
background-repeat: no-repeat;
width:251px;
height: 244px;
margin: -2px 0 0 0 ;
}


/*-------------------------------------------------------------
5. FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#navigator-footer{
color:#ffffff;
text-align:center;
width:960px;
height:92px;
padding: 40px 0 0 0;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/Navigator_FooterBlueStripBG.jpg);
background-repeat: repeat-x;
background-color: #0A2745;
}

#navigator-footer a{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#ffffff;
text-decoration: underline;
}

#navigator-footer a:hover{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#109E4C;
text-decoration: underline;
}



/*	-------------------------------------------------------------
	Detwiler
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title : Detwiler | Stylesheet
	Author : Esultants Web Services
	Description : Stylesheet
	Updated : 04/07/10
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Header
	2. Menu
	3. Features Side Menu
        4. News Side Menu
        5. Menu
        6. Plates

*/


/*-------------------------------------------------------------
1. HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.detwiler-header{
width: 960px;
height: 217px;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/Detwiler_MastHeader.jpg);
background-repeat: no-repeat;
}

.break{
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
height:5px;
}

.detwiler-MidContent{
width:600px;
line-height: 20px;
font-size:12px;
}

#detwiler-text{
color:##666666;
}

.imgBorder{
border-style: solid;
border: solid;
border-width:1px;
border-color:#000000;
}

/*-------------------------------------------------------------
2. MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#detwiler-menu{
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#6b9ac0;
padding: 193px 8px 5px 8px;
}

#detwiler-menu a{
padding: 5px 8px 5px 8px;
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#315b84;
}

#detwiler-menu a:hover{
padding: 5px 8px 5px 8px;
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#ffffff;
background-color:#5391c4;
}

.separator_NavigatorMenu{
border-left: 1px solid #cecece; 
}



/*-------------------------------------------------------------
3. FEATURES SIDE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.detwiler-sidecontainer{
padding: 0 0 0 15px;
}

.detwiler-featuresText{
padding: 5px 0 10px 20px;
font-family: "Verdana";
font-size:11px;
color: #666666;
width:200px;
height:100px;
}

.detwiler-featuresText strong{
color:#0a4966;
}


.detwiler_featuresContainer{
width:251px;
height:278px;
}

.detwiler_featuresTop{
background-image: url(assets/layouts/main/Detwiler_FeaturesTop.jpg);
background-repeat: no-repeat;
width:252px;
height: 36px;
}

.detwiler_featuresMid{
background-image: url(assets/layouts/main/Detwiler_FeaturesMidBG.jpg);
background-repeat: no-repeat;
width:253px;
height: 244px;
margin: -2px 0 0 0 ;
}


/*-------------------------------------------------------------
4. NEWS SIDE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.detwiler_NewsContainer{
width:251px;
height:278px;
}

.detwiler-newsText{
padding: 10px 0 5px 25px;
font-family: "Verdana";
font-size:12px;
color:#434343;
line-height: 16px;
width:200px;
height:100px;
}

.detwiler-newsText a{
font-family: "Verdana";
font-size:12px;
color:#0d68b4;
line-height: 16px;
width:200px;
height:100px;
}

.detwiler-newsText a:hover{
font-family: "Verdana";
font-size:12px;
color:#0d68b4;
line-height: 16px;
width:200px;
height:100px;
}

.detwiler_NewsTop{
background-image: url(assets/layouts/main/Navigator_NewsTop.jpg);
background-repeat: no-repeat;
width:251px;
height: 36px;
}

.detwiler_NewsMid{
background-image: url(assets/layouts/main/Navigator_NewsMidBG.jpg);
background-repeat: no-repeat;
width:252px;
height: 244px;
margin: -2px 0 0 0 ;
}


/*-------------------------------------------------------------
5. FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#detwiler-footer{
color:#ffffff;
text-align:center;
width:960px;
height:92px;
padding: 40px 0 0 0;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/Navigator_FooterBlueStripBG.jpg);
background-repeat: repeat-x;
background-color: #0A2745;
}

#detwiler-footer a{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#ffffff;
text-decoration: underline;
}

#detwiler-footer a:hover{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#109E4C;
text-decoration: underline;
}



/*	-------------------------------------------------------------
	Panther
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title : Panther | Stylesheet
	Author : Esultants Web Services
	Description : Stylesheet
	Updated : 04/07/10
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Header
	2. Menu
	3. Features Side Menu
        4. News Side Menu
        5. Menu
        6. Plates

*/


/*-------------------------------------------------------------
1. HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.panther-header{
width: 960px;
height: 217px;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/Panther_MastHeader.jpg);
background-repeat: no-repeat;
}

.break{
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
height:5px;
}

.panther-MidContent{
width:600px;
line-height: 20px;
font-size:12px;
}


/*-------------------------------------------------------------
2. MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#panther-menu{
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#6b9ac0;
padding: 193px 8px 5px 8px;
}

#panther-menu a{
padding: 5px 8px 5px 8px;
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#533393;
}

#panther-menu a:hover{
padding: 5px 8px 5px 8px;
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#FFFFFF;
background-color:#6e4eac;
}

.separator_PantherMenu{
border-left: 1px solid #cfcfcf; 
}



/*-------------------------------------------------------------
3. FEATURES SIDE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.panther-sidecontainer{
padding: 0 0 0 15px;
}

.panther-featuresText{
padding: 5px 0 10px 20px;
font-family: "Verdana";
font-size:11px;
color: #ffffff;
width:200px;
height:100px;
}

.panther-featuresText strong{
color:#603ea2;
}


.panther_featuresContainer{
width:251px;
height:278px;
}

.panther_featuresTop{
background-image: url(assets/layouts/main/Panther_FeaturesTop.jpg);
background-repeat: no-repeat;
width:252px;
height: 36px;
}

.panther_featuresMid{
background-image: url(assets/layouts/main/Panther_FeaturesMidBG.jpg);
background-repeat: no-repeat;
width:253px;
height: 244px;
margin: -2px 0 0 0 ;
}


/*-------------------------------------------------------------
4. NEWS SIDE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.panther_NewsContainer{
width:251px;
height:278px;
}

.panther-newsText{
padding: 10px 0 5px 25px;
font-family: "Verdana";
font-size:12px;
color:#434343;
line-height: 16px;
width:200px;
height:100px;
}

.panther-newsText a{
font-family: "Verdana";
font-size:12px;
color:#2f195d;
line-height: 16px;
width:200px;
height:100px;
}

.panther-newsText a:hover{
font-family: "Verdana";
font-size:12px;
color:#2f195d;
line-height: 16px;
width:200px;
height:100px;
}

.panther_NewsTop{
background-image: url(assets/layouts/main/Panther_NewsTop.jpg);
background-repeat: no-repeat;
width:252px;
height: 36px;
}

.panther_NewsMid{
background-image: url(assets/layouts/main/Navigator_NewsMidBG.jpg);
background-repeat: no-repeat;
width:252px;
height: 244px;
margin: -2px 0 0 0 ;
}


/*-------------------------------------------------------------
5. FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#panther-footer{
color:#CCCCCC;
text-align:center;
width:960px;
height:92px;
padding: 40px 0 0 0;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/Panther_FooterBG.jpg);
background-repeat: repeat-x;
background-color: #090909;
}

#panther-footer a{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#6e4eac;
text-decoration: underline;
}

#panther-footer a:hover{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#FFFFFF;
text-decoration: underline;
}



/*	-------------------------------------------------------------
	Angler's Pal
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title : Angler's Pal | Stylesheet
	Author : Esultants Web Services
	Description : Stylesheet
	Updated : 04/07/10
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Header
	2. Menu
	3. Features Side Menu
        4. News Side Menu
        5. Menu
        6. Plates

*/


/*-------------------------------------------------------------
1. HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.anglerspal-header{
width: 960px;
height: 217px;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/AnglersPal_MastHeader.jpg);
background-repeat: no-repeat;
}

.break{
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
height:5px;
}

.anglerspal-MidContent{
width:600px;
line-height: 20px;
font-size:12px;
}


/*-------------------------------------------------------------
2. MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#anglerspal-menu{
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#6b9ac0;
padding: 193px 8px 5px 8px;
}

#anglerspal-menu a{
padding: 5px 8px 5px 8px;
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#2f439c;
}

#anglerspal-menu a:hover{
padding: 5px 8px 5px 8px;
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#FFFFFF;
background-color:#cd3c4d;
}

.separator_AnglersPalMenu{
border-left: 1px solid #d5d5d5; 
}



/*-------------------------------------------------------------
3. FEATURES SIDE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.anglerspal-sidecontainer{
padding: 0 0 0 15px;
}

.anglerspal-featuresText{
padding: 5px 0 10px 20px;
font-family: "Verdana";
font-size:11px;
color: #686868;
width:200px;
height:100px;
}

.anglerspal-featuresText strong{
color:#2e439c;
}


.anglerspal_featuresContainer{
width:251px;
height:278px;
}

.anglerspal_featuresTop{
background-image: url(assets/layouts/main/AnglersPal_FeaturesTop.jpg);
background-repeat: no-repeat;
width:254px;
height: 36px;
}

.anglerspal_featuresMid{
background-image: url(assets/layouts/main/AnglersPal_FeaturesMidBG.jpg);
background-repeat: no-repeat;
width:254px;
height: 244px;
margin: -2px 0 0 0 ;
}


/*-------------------------------------------------------------
4. NEWS SIDE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.anglerspal_NewsContainer{
width:251px;
height:278px;
}

.anglerspal-newsText{
padding: 10px 0 5px 25px;
font-family: "Verdana";
font-size:12px;
color:#434343;
line-height: 16px;
width:200px;
height:100px;
}

.anglerspal-newsText a{
font-family: "Verdana";
font-size:12px;
color:#cd3c4d;
line-height: 16px;
width:200px;
height:100px;
}

.anglerspal-newsText a:hover{
font-family: "Verdana";
font-size:12px;
color:#8e1926;
line-height: 16px;
width:200px;
height:100px;
}

.anglerspal_NewsTop{
background-image: url(assets/layouts/main/AnglersPal_NewsTop.jpg);
background-repeat: no-repeat;
width:252px;
height: 36px;
}

.anglerspal_NewsMid{
background-image: url(assets/layouts/main/AnglersPal_FeaturesMidBG.jpg);
background-repeat: no-repeat;
width:252px;
height: 244px;
margin: -2px 0 0 0 ;
}


/*-------------------------------------------------------------
5. FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#anglerspal-footer{
color:#CCCCCC;
text-align:center;
width:960px;
height:92px;
padding: 40px 0 0 0;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/AnglersPal_FooterBG.jpg);
background-repeat: repeat-x;
background-color: #000000;
}

#anglerspal-footer a{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#d5162c;
text-decoration: underline;
}

#anglerspal-footer a:hover{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#b2081c;
text-decoration: underline;
}



/*	-------------------------------------------------------------
	EZ Steer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title : EZ Steer | Stylesheet
	Author : Esultants Web Services
	Description : Stylesheet
	Updated : 04/07/10
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Header
	2. Menu
	3. Features Side Menu
        4. News Side Menu
        5. Menu
        6. Plates

*/


/*-------------------------------------------------------------
1. HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.ezsteer-header{
width: 960px;
height: 217px;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/EZSteer_MastHeader.jpg);
background-repeat: no-repeat;
}

.break{
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
height:5px;
}

.ezsteer-MidContent{
width:600px;
line-height: 20px;
font-size:12px;
}


/*-------------------------------------------------------------
2. MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#ezsteer-menu{
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#6b9ac0;
padding: 193px 8px 5px 8px;
}

#ezsteer-menu a{
padding: 5px 8px 5px 8px;
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#2f5a83;
}

#ezsteer-menu a:hover{
padding: 5px 8px 5px 8px;
text-align:center;
text-decoration: none;
font-family: "Verdana";
font-size:12px;
color:#FFFFFF;
background-color:#0082c8;
}

.separator_EZSteerMenu{
border-left: 1px solid #d5d5d5; 
}



/*-------------------------------------------------------------
3. FEATURES SIDE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.ezsteer-sidecontainer{
padding: 0 0 0 15px;
}

.ezsteer-featuresText{
padding: 5px 0 10px 20px;
font-family: "Verdana";
font-size:11px;
color: #686868;
width:200px;
height:100px;
}

.ezsteer-featuresText strong{
color:#2e439c;
}


.ezsteer_featuresContainer{
width:251px;
height:278px;
}

.ezsteer_featuresTop{
background-image: url(assets/layouts/main/EZSteer_FeaturesTop.jpg);
background-repeat: no-repeat;
width:254px;
height: 36px;
}

.ezsteer_featuresMid{
background-image: url(assets/layouts/main/AnglersPal_FeaturesMidBG.jpg);
background-repeat: no-repeat;
width:252px;
height: 244px;
margin: -2px 0 0 0 ;
}


/*-------------------------------------------------------------
4. NEWS SIDE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.ezsteer_NewsContainer{
width:251px;
height:278px;
}

.ezsteer-newsText{
padding: 10px 0 5px 25px;
font-family: "Verdana";
font-size:12px;
color:#434343;
line-height: 16px;
width:200px;
height:100px;
}

.ezsteer-newsText a{
font-family: "Verdana";
font-size:12px;
color:#0082c8;
line-height: 16px;
width:200px;
height:100px;
}

.ezsteer-newsText a:hover{
font-family: "Verdana";
font-size:12px;
color:#0082c8;
line-height: 16px;
width:200px;
height:100px;
}

.ezsteer_NewsTop{
background-image: url(assets/layouts/main/EZSteer_NewsTop.jpg);
background-repeat: no-repeat;
width:252px;
height: 36px;
}

.ezsteer_NewsMid{
background-image: url(assets/layouts/main/AnglersPal_FeaturesMidBG.jpg);
background-repeat: no-repeat;
width:252px;
height: 244px;
margin: -2px 0 0 0 ;
}


/*-------------------------------------------------------------
5. FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#ezsteer-footer{
color:#CCCCCC;
text-align:center;
width:960px;
height:92px;
padding: 40px 0 0 0;
margin: 0 0 0 -10px;
background-image: url(assets/layouts/main/EZSteer_FooterBG.jpg);
background-repeat: repeat-x;
background-color: #0943a5;
}

#ezsteer-footer a{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#ffffff;
text-decoration: underline;
}

#ezsteer-footer a:hover{
padding: 5px 8px 0 8px;
text-align:center;
font-family: "Verdana";
font-size:11px;
font-weight: bold;
color:#cccccc;
text-decoration: underline;
}



