body {
    background:#130E4A;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


/*----------------------*/
#container {
    border: solid 2px #ffffff;
    background-color: #fff;
    padding: 0;
    width: 850; }        

* html #container {
    border: solid 2px #ffffff;
    background-color: #fff;
    padding: 0;
    width: 850; }        
/*----------------------*/

/* TOP NAV */

#topnav {
    background: url(/images/kastaway_02.jpg);
    height: 32px; 
    color: white;
    }
    
#topnav ul{
    text-align: center; 
    width: 100%;
    padding: 0;
    margin: 0;
}

#topnav ul li{
    display: inline;
    font:bold 14px arial;
    color: #C8C6C5;
}

#topnav ul li a {
    color: #130E4A;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
    text-decoration: none;
    font:bold 12px arial;

}

#topnav ul li a:hover {
    color: #FFAC08; }


/* MENU */

#menu { 
    width: 200px; 
    background: url(/images/column_bkg.jpg);
    padding: 0; 
    
}

#menu .button {
	padding: 0; 
    }

#menu .button ul {
	width:155px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#menu .button ul li {
    
    text-align: left;
    list-style-type:none;
    border-bottom: 1px solid #B2AAA7;
    margin: 0;
    padding: 0;
    font: bold 11px arial;
    color: #fff;
    height: 25px;
    
    }
    
        
#menu .button ul li a {
        padding: 5px 0 5px 0.2em;
        display: block;
        height: 25px;
        font: bold 12px arial;
        color: #130E4A;
		text-decoration: none;
}

#menu .button li a:hover {
    height: 25px;
    color: #fff;
    background-color: #130E4A;
    }
    
.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #898258; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 11px arial;
    line-height:18px;
    z-index:100;
    background-color: #fff;
    width: 200px;
    visibility: hidden;
    text-align: left;
}


.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #898258; /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #130E4A;
}

* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #DBE7FB;

}


#menu .header {

    width: 180px;
    background-color: #1B2250;
    font: bold 12px arial;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#menu .search {

    width: 180px;
    text-align: center;
    padding-top: 10px;}

/* STORE MENU */

#storemenu {
    width: 200px;
    background-color: #7B7A7A; }

#storemenu .button {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
	}

#storemenu .button ul {
	width:200px;
	list-style-type: none;
	margin: 0;
	padding: 0;
    }
#storemenu .button ul li {
	list-style-type:none;
	}

#storemenu .button li {
    border-bottom: 1px solid #452C1B;
    padding: 0px;
    margin: 0;
    }
    
#storemenu .button li a {
		display: block;
		padding: 5px 0 5px 10px;
		color: #fff;
        font-size: 13px;
		text-decoration: none;
		width: 200px;
        font-weight: bold;
        }

html>body #storemenu .button li a {
    width: auto;
    }

#storemenu .button li a:hover {
    color: #fff;
    background-color: #ADADAD;
    }
    
#content table.SummaryTable td.SubCats { 
    background-color: #EAE8E8;
}

#content table.SummaryTable td.SubCats a {
    font: bold 12px arial; 
    color: #000;
    text-decoration: none;
}

#content table.SummaryTable td.SubCatsSel { 
    background-color: #004098;
}

#content table.SummaryTable td.SubCatsSel a {
    font: bold 12px arial; 
    color: #fff;
    text-decoration: none;
}
    
    
#content table.SummaryTable td.SubCats a:hover {
    color: #FFAC08;
}
    
/* CONTENT BLOCK */

#content {
    width: 645px;
    padding: 2px 10px 7x 10px;
    vertical-align: top;
    background-color: #DBE7FB;}


/* ------------------------------ */
    
#content p {
    font: normal 12px Arial;
    color: #130E4A;
    margin-top: 0;
    margin-bottom: 5px;}

* html #content p {
    font: normal 12px Arial;
    color: #130E4A;
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%;}

/* ------------------------------ */

#content p a {font: normal 12px Arial; color: #130E4A; }
#content p a:hover {text-decoration: none; }


#content li {
    font: normal 12px Arial;
    color: #130E4A;
    margin-top: 0;
}

#content li a {font: normal 12px Arial; color: #130E4A; }
#content li a:hover {text-decoration: none; }


#content td {
    font: normal 11px Arial;
    color: #130E4A;
    margin-top: 0;
}

#content td.large {
    font: normal 14px Arial;
    color: #130E4A;
    margin-top: 0;
}
 #content td.inverse {
    background: #004098;
    font: bold 11px Arial;
    color: #fff;
    margin-top: 0;
}

#content td.inverselarge {
    background: #004098;
    font: bold 14px Arial;
    color: #fff;
    margin-top: 0;
}

#content td.inverse a {
    font: bold 11px Arial;
    color: #fff;
    text-decoration: none;
}

#content td.inverse a:hover {
    text-decoration: underline;}


#content td.inversesmall {
    background: #004098;
    font: bold 11px Arial;
    color: #fff;
    margin-top: 0;
}

#content td.inversesmall a {
    color: #fff;
}

#content td.inversesmall a:hover {
    color: #fff;text-decoration: none;
}

#content td.small {
    font: normal 11px Arial;
    color: #130E4A;
    margin-top: 0;
}

#content td.small a {
    color: #130E4A;
}

#content td.small a:hover {
    text-decoration: none;
}

#content td.small2 {
    font: normal 10px Arial;
    color: #005E9C;
    margin-top: 0;
}

#content td.small2 a {
    color: #005E9C;
}

#content td.small2 a:hover {
    text-decoration: none;
}



#content fieldset {

    border: solid 1px #004098;
    padding: 5px;
    margin-top: 5px;
}


#content fieldset legend {

    font: bold 12px arial;
    color: #fff;
    border: solid 1px #004098;
    padding: 3px;
    background-color: #004098;
    

}


/* LOGIN PANEL */

div.login {
    width: 120px; }


div.login td {
    font: normal 9px Arial;
    color: #FFF; }
    
/* HEADERS */

h1 { font:normal 36px "Times New Roman"; margin-bottom:5px; margin-top: 5px; margin-bottom: 5px; color: #130E4A;}
h2 { font:normal 12px Arial; margin-bottom:5px; margin-top:0; padding:0; font-weight: bold; color: #130E4A;}
h3 { font:normal 12px Arial; margin-bottom:5px; margin-top: 5px; padding:0; font-weight: bold; color: #130E4A; border-bottom: 1px dashed #130E4A;}


/* ADMIN */

a.admin {font: normal 12px Arial; color: #005E9C; }



/* FOOTER */

#footer {
    text-align: center;
    font-family: Arial;
    color: white; 
    font-size: 10px; 
    margin-top: 5px;}
    
#footer a {color: #fff; text-decoration: none;}

#footer a:hover {text-decoration: underline;}

/* COMPANY FOOTER */

#companyfooter {
    height: 33px;
    background-color: #004098;}

#companyfooter td {
    font: bold 11px arial;
    color: white; }

/* LINKS PAGE */

#content td.LinkCell1 {
    BORDER-STYLE: SOLID; 
    BORDER-COLOR: #005E9C; 
    BORDER-WIDTH: 1px; 
    BACKGROUND-COLOR: #90BADE; 
    font: normal 10px Arial;
    color: #000}

#content td.LinkCell1 a {color: #000; }
#content td.LinkCell1 a:hover {text-decoration: none; }

#content td.LinkCell2 {
    BORDER-STYLE: SOLID; 
    BORDER-COLOR: #005E9C; 
    BORDER-WIDTH: 1px; 
    BACKGROUND-COLOR: #ffffff;
    font: normal 10px Arial;
    color: #000}

#content td.LinkCell2 a {color: #000; }
#content td.LinkCell2 a:hover {text-decoration: none; }

#content img { border: 1px solid #130E4A; }

#address td { 
    font: normal 11px arial; 
    color: #7F181B;}
    
   

hr.testimonials {border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
    text-align: left;
	}





    



