/**CLEANER Navigation**/

.navhead1{
color: #b0b6d2
}

.navhead2{
color: #1F3870
}

#navcontainer{ 
width: 210px;
float:left;
}

#navcontainer ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a{
display: block;
padding: 2px;
width: 210px;
background-color: #1f3870;
border-bottom: 2px solid #fff;
}

#navcontainer a:link, .navlist{
color: #fff;
text-decoration: none;
}

#navcontainer a:visited{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover{
background-color: #11234b;
color: #fff;
text-decoration: none;
}

/*NAV*/

div#navigation body{
	color: #ffffff;
	font-weight: bold;
}

div#navigation a:link {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

div#navigation a:visited {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

div#navigation a:hover {
	color: #ababab;
	text-decoration:none;
}

div#navigation a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;	
}



body {
	font: 13px Arial, Helvetica, sans-serif;
	padding: 0;
	background-image: url(https://graphics.peakpotentials.com/new/generic/bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #666666;
	background-attachment: fixed;
}

p, body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	color: #454572;
	text-decoration: underline;
}

a:visited {
	color: #60131B;
	text-decoration: underline;
}

a:hover {
	color: #60131B;
	text-decoration: underline;
}

a:active {
	color: #454572;
	text-decoration: underline;
}

.mountain {
	background-image: url(https://graphics.peakpotentials.com/new/generic/mountain_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

/*OLD CSS*/


.testimonial {
	font-family: "Courier New", Courier, mono;
	font-style: oblique;
	color: #000000;
	font-weight: normal;
}
.testimonial_name {
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #59075E;
}
.Title1, h1 {
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.Title2, h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.Title3, h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.yellow-highlight {
	background-color: #FFFF00;
}

.tr1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e0e3ec;
	padding: 3px;
}
.tr1-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #e0e3ec;
	padding: 3px;
}
.tr0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
.tr-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #003466;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}


.border, .sidebar {
	background-color: #003466;
}

.td-background {
	background-color: #59075E;
	border: #59075E;
}

ol {
	font-weight: normal;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.red-alert {
	font-weight: bolder;
	color: #FF0000;
}

.note {
	font-weight: bolder;
	color: #FF0000;
}


.samplebox
    {
	border-style: solid;
	border-width: thin;
	border-color: black;
	padding: 1px 1px 1px 1px;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
    }


.cart
    {
    font-size: 10px;
    font-weight: normal;
/*    text-align: center; */
    }

table.cart
    {
    border: 2px solid #59075e;
    border-collapse: collapse;
    }

.cart th
    {
    border-bottom: thin solid black;
    background-color: #FFEBFF;
    font-size: 14px;
    font-weight: bolder;
    }


.cart tr
    {
    border-top: thin solid black;
    font-size: 10px;
    font-weight: normal;
    }

.cart td
    {
    font-weight: bold;
    color: #59075E;   
    font-size: 12px;
    }

.cart tr.offeritems
    {
    border-top: none;
    font-size: 10px;
    font-weight: normal;
    }

.cart td.title
    {
	border: none;
	font-size: 14px;
	font-weight: bolder;

	color: #000000;
    }

.cart tr.total
    {
    border-top: double black;
    }

.cart li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #223768;
	list-style-position: outside;
	list-style-type: none;
}

table.order
    {
    border: 2px solid #59075e;
    border-collapse: collapse;
    }

.order th
    {
    border-bottom: thin solid black;
    background-color: #FFEBFF;
    font-size: 14px;
    font-weight: bolder;
    }


.order tr
    {
    border-top: thin solid black;
    font-size: 10px;
    font-weight: normal;
    }

.order td
    {
    border-left: 1px solid black;
    font-weight: normal;
    color: black;   
    font-size: 10px;
    }

.order td.title
    {
    font-size: 12px;
    font-weight: bold;
    color: #59075E;  
    }
.offer
    {
    font-size: 50%;
    font-weight: normal;
/*    text-align: center; */
    }
	
.offer-border {
	border: medium double #59075e;
}

table.offer
    {
    border: 2px solid #59075e;
    border-collapse: collapse;
    }

.offer th
    {
    border-bottom: thin solid black;
    background-color: #FFEBFF;
    font-size: 14px;
    font-weight: bolder;
    }


.offer tr
    {
    border-top: thin solid black;
    font-size: 10px;
    font-weight: normal;
    }

.offer td
    {
    font-weight: bold;
    color: #59075E;   
    font-size: 10px;
    }

.offer tr.offeritems
    {
    border-top: none;
    font-size: 10px;
    font-weight: normal;
    }

.offer td.title
    {
    border: none;
    font-size: 10px;
    font-weight: normal;
    }

.offer tr.total
    {
	border-top: double black;
	font-size: 12px;
	font-weight: bold;
    }
	
.offer td.total
    {
	border-top: double black;
	font-size: 12px;
	font-weight: bold;
	/*  color: #FF0000;  */
    }

.offer li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #223768;
	list-style-position: outside;
	list-style-type: lower-roman;
}

.strikethrough-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
}
.smalltext {
	font-size: 10px;
	color: #223768;
}
.catalog
    {
    font-size: 50%;
    font-weight: normal;
/*    text-align: center; */
    }

.catalog th
    {
	border-top: thin solid black;
	font-size: 14px;
	font-weight: bolder;
        color: #59075E;
    }

.catalog td
    {
    font-weight: normal;
    color: #223768;   
    font-size: 12px;
    }

.selling-price {
	font-weight: bold;
	color: #FF0000;
}

.helptext
    {
    background-color: #fffacd;
    border-style: solid;
    border-width: thin;        /* sets border width on all sides */
    border-color: black;
    padding: 3px 3px 3px 3px;
    }

/* The event_calendar style is for the overall table */
.event_calendar
    {
    }

/* The next three styles are for the 3 columns of the calendar. */
.event_location
    {
    }

.event_date
    {
    white-space: nowrap;
    }

.event_venue
    {
    }

.booking
    {
    font-size: 50%;
    font-weight: normal;
/*    text-align: center; */
    }
	
.booking-border {
	border: medium double #59075e;
}

table.booking
    {
    border: 2px solid #003366;
    }

.booking th
    {
    border-bottom: thin solid black;
    background-color: #FFEBFF;
    font-size: 14px;
    font-weight: bolder;
    }


.booking tr
    {
    border-top: thin solid black;
    font-size: 10px;
    font-weight: normal;
    }

.booking td
    {
    font-weight: normal;
    color: #59075E;   
    font-size: 10px;
    } 
    
.helptext
     {
    background-color: #fffacd;
    border-style: solid;
    border-width: thin;        /* sets border width on all sides */
    border-color: black;
    padding: 3px 3px 3px 3px;
     }
.yellow-background
    {
     background-color: #f5ff51;
    }

.blue
{
	color: #0000CC;
	font-size: 15px;
	font-weight: bold;
}

.white-bold {
	color: #FFFFFF;
	font-weight: bold;
}

.checks-blue{
	list-style-image: url(https://www.peakpotentials.com/new/email_standards/bullets/blue-check.gif);
}

.bullets-blue {
	list-style-image: url(https://www.peakpotentials.com/new/email_standards/bullets/blue-bullet.gif);
}
.new-booking-layer
     {
    border: 2px solid #003366;
     }
	 
	 .checks-burg{
	list-style-image: url(http://www.peakpotentials.com/new/email_standards/bullets/burgandy-check.gif);
}

.jobs-bg {
	background-image: url(http://graphics.peakpotentials.com/new/generic/jobs-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}










#videoLayer {
	position: absolute;
	width:450px;
	height:252px;
	z-index:1;
	top: 258px;
	left: 626px;
}
