body { margin:0px; font-family:tahoma; }
.bodyTag { background-image:url(images/bg.jpg); background-position:left top; background-repeat:repeat;}

A { COLOR: #646600; TEXT-DECORATION: none }

A:link { COLOR: #646600 }

A:visited { COLOR: #646600 }

A:hover { COLOR: #939393 }

td, p, span, div{ color:#424242; FONT-SIZE: 11px; font-family:tahoma;}


hr {padding-right: 5px; padding-left: 5px;}
form {margin:0px; padding:0px;}
select {color:#424242; font-size:11px; border:1px solid #646600;}

/*H Tags*/ /*default font-size for each H tag is 32,24,18,16,13,9 respectively*/

H1 {font-size: 18px; color: #434343; background-image:url(images/title-bullet.jpg); background-position:left; background-repeat:no-repeat; padding-left:30px; margin:0px; }
H1 a:link {font-size: 18px; color: #434343; border-bottom: solid 1px #646600; }
H1 a:visited {font-size: 18px; color: #434343; border-bottom: solid 1px #646600; }
H1 a:hover {font-size: 18px; color: #646600; border-bottom: solid 1px #646600; }
/*use this for header (page title)*/

H2 {font-size: 16px; font-weight:normal; color: #ffd24b; margin:3px;}
H2 a:link {font-size: 16px; font-weight:normal; color: #ffd24b;}
H2 a:visited {font-size: 16px; font-weight:normal; color: #ffd24b;}
H2 a:hover {font-size: 16px; font-weight:normal; color: #646600;}
/*use this for sub-header (you can say sub title), for ex. I used it in Glossary page*/

H3 {font-size:14px; font-weight:bold; color:#646600; margin:0px; padding-left:2px;}
H3 a:link {font-size:14px; font-weight:bold; color:#646600; text-decoration:none; padding-left:2px;}
H3 a:visited {font-size:14px; font-weight:bold; color:#646600; text-decoration:none; padding-left:2px;}
H3 a:hover {font-size:14px; font-weight:bold; color:#ffd24b; text-decoration:underline; padding-left:2px;}
/*use this for small-title */

H4 {font-size:12px; font-weight:bold; color:#5c4500; text-transform:uppercase; margin:0px;}
h4 a:link {font-size:12px; font-weight:bold; color:#5c4500; text-transform:uppercase;}
h4 a:visited {font-size:12px; font-weight:bold; color:#5c4500; text-transform:uppercase;}
h4 a:hover {font-size:12px; font-weight:bold; color:#646600; text-transform:uppercase;}
/*use this for bold text with special identification for ex. I used it in glossary word*/

H5 {font-size:11px; font-weight:bold; margin:0px; color:#ffd24b; }
h5 a:link {font-size:11px; font-weight:bold; text-decoation:none; color:#ffd24b;}
h5 a:visited {font-size:11px; font-weight:bold; text-decoation:none; color:#ffd24b}
h5 a:hover {font-size:11px; font-weight:bold; text-decoation:none; color:#646600;}

/*use this for bold small title (no special identification)*/


H6 {font-size:9px; font-weight:normal; font-style:normal; color:#646600; margin:0px; }
h6 a:link {font-size:9px; font-weight:normal; font-style:normal; color:#646600; text-decoration:underline}
h6 a:visited {font-size:9px; font-weight:normal; font-style:normal; color:#646600; text-decoration:underline}
h6 a:hover {font-size:9px; font-weight:normal; font-style:normal; color:#646600; text-decoration:none}

/* here I used it for small italic or very small notes*/

/*------------------------------------------------------------------------------------*/

/* These classes will apply at several standard places (like error message, in case if you don't want border (image link) information block etc.) default classes in each CSS*/

.error {color:#ff0000; font-weight:bold;}
.error a:link{color:#ff0000; font-weight:bold; text-decoration:underline}
.error a:visited {color:#ff0000; font-weight:bold; text-decoration:underline}
.error a:hover {color:#ff0000; font-weight:bold; text-decoration:none;}

.button {  height:21px; background-color:#646600; border:1px solid #ffc000; color:#ffffff; font-size:11px; font-weight:bold;}

.noborder {border:0px;}
.noborder a:link{border:0px;}
.noborder a:visited {border:0px;}
.noborder a:hover {border:0px;}

.information {background-color:#eceee0; border:1px solid #e5e5e5; padding:3px;}

.breadcrumb {color:#000000;} 
.breadcrumb a:link {color:#000000; text-decoration:underline; font-weight:normal;}
.breadcrumb a:visited {color:#000000; text-decoration:underline; font-weight:normal;}
.breadcrumb a:hover {color:#646600; text-decoration:none; font-weight:normal;}

.highlighted-row {background-color: #eceee0; padding: 4px;}
.highlighted-row table {border:1px solid #939393; background-color: #eceee0; padding: 4px; }
.highlighted-row table td table{border:0px solid #000000; background-color: #eceee0; padding: 4px;}
.highlighted-row a:link {color:#646600; text-decoration:none; font-weight:normal;}
.highlighted-row a:visited {color:#646600; text-decoration:none; font-weight:normal;}
.highlighted-row a:hover {color:#939393; text-decoration:underline; font-weight:normal;}

.highlighted-row1 {background-color: #646600; padding: 4px; color:#ffffff;}
.highlighted-row1 table {border:1px solid #f9f6bc ;background-color: #646600; padding: 4px;}
.highlighted-row1 table td table{border:0px solid #000000; ;background-color: #646600;  padding: 4px;}
.highlighted-row1 a:link {color:#ffffff; text-decoration:none; font-weight:normal;}
.highlighted-row1 a:visited {color:#ffffff; text-decoration:none; font-weight:normal;}
.highlighted-row1 a:hover {color:#a1a1a1; text-decoration:underline; font-weight:normal;}

.highlighted-row2 {background-color: #eceee0; padding: 4px;}
.highlighted-row2 {border:1px solid #646600 ;background-color: #eceee0; padding: 4px;}
.highlighted-row2 table td table{border:0px solid #000000; background-color: #eceee0; padding: 4px;}
.highlighted-row2 a:link {color:#333333; text-decoration:none; font-weight:normal;}
.highlighted-row2 a:visited {color:#333333; text-decoration:none; font-weight:normal;}
.highlighted-row2 a:hover {color:#646600; text-decoration:underline; font-weight:normal;}

.highlighted-row3 {background-color: #ffd24b; padding: 4px;}
.highlighted-row3 {border:1px solid #939393; background-color: #ffd24b; padding: 4px; color:#242424;}
.highlighted-row3 table td table{border:0px solid #000000; background-color: #231c56; padding: 4px;}
.highlighted-row3 a:link {color:#242424; text-decoration:none; font-weight:normal;}
.highlighted-row3 a:visited {color:#242424; text-decoration:none; font-weight:normal;}
.highlighted-row3 a:hover {color:#646600; text-decoration:underline; font-weight:normal;}

/*special table with header or alter effect*/

img.productimage {border:1px solid #939393; padding:3px;}

/*.price {background-color: #ffd24b; padding:2px; font-weight:bold;}*/
.price {background-color:#ffd24b; font-weight:bold; color:#242424;}

.pagelist {color:#646600}
.pagelist table {padding:3px;}
.pagelist table td {padding:3px; padding-left:6px; padding-right:6px;  }
.pagelist table td a:link {color:#ffd24b; text-decoration:none; font-weight:bold;}
.pagelist table td a:visited {color:#ffd24b; text-decoration:none; font-weight:bold;}
.pagelist table td a:hover {color:#ffd24b; text-decoration:none; font-weight:bold;}

.pagelist p {color:#000000}
.pagelist p a:link {color:#333333; text-decoration:none; font-weight:bold;}
.pagelist p a:active {color:#333333; text-decoration:none; font-weight:bold;}
.pagelist p a:hover {color:#ffd24b; text-decoration:none; font-weight:bold;}

table .alt-lines {border:1px solid #939393; border-collapse:collapse; background-color:#231c56;}
table .alt-lines .alt-lineschange1 {background-color:#ffffff; padding:2px; border:1px solid #ffffff; }
table .alt-lines {background-color:#F7F7F7; padding:2px; font-weight:bold;  }
table .alt-lines .alt-linechange2 {background-color:#eceee0; color:#000000; font-weight:normal;  }

table.tablewithheader  {border:1px solid #939393; border-collapse:collapse; padding:3px;}
.tablewithheader td {border:1px solid #939393; border-collapse:collapse; padding:3px;}
.tablewithheader th{border:1px solid #939393; border-collapse:collapse; padding:3px; background-color:#eceee0; color:#646600;}
.tablewithheader a:link {color:#646600; font-weight:normal;}
.tablewithheader a:visited{color:#646600; font-weight:normal;}
.tablewithheader a:hover {color:#ffd24b; font-weight:normal;}

.imgna {background-color:#eceee0; text-align:center; width:100px; height:100px; text-transform:uppercase}
.imgna td a:link {color:#000000; text-decoration:underline}
.imgna td a:visited {color:#000000; text-decoration:underline}
.imgna td a:hover {color:#939393; text-decoration:none}

.textbold { font-size: 11px; font-weight: bolder;}
.textsmall {font-size: 10px;}
.txtprice {	color: #CC0000;}

.logintab {background-color: #eceee0; padding: 4px; }
.logintab table {border:1px solid #ffd24b ;background-color: #eceee0; padding: 4px;}
.logintab th {background-color: #ffd24b;}
.logintab table td table{background-color: #eceee0;  padding: 4px; }
.logintab a:link {color:#646600; text-decoration:none; font-weight:bold;}
.logintab a:visited {color:#646600; text-decoration:none; font-weight:bold;}
.logintab a:hover {color:#939393; text-decoration:underline; font-weight:bold;}

.fntwhitebold { font-size: 11px; font-weight: bold;	color: #FFFFFF; }

table.invocetab  {border:1px solid #646600; border-collapse:collapse; padding:3px;}
.invocetab td {border:1px solid #646600; border-collapse:collapse; padding:3px;}

table.bluetable  {border:1px solid #939393; border-collapse:collapse; padding:3px;}
.bluetable td {border:1px solid #939393; border-collapse:collapse; padding:2px;}
.bluetable td.cap {border:1px solid #939393; color:#ffd24b; border-collapse:collapse; padding:2px; text-transform:uppercase;}
.bluetable th{border:1px solid #939393; border-collapse:collapse; padding:2px; height:20px; background-color:#eceee0; color:#000000; font-size:11px; text-transform:uppercase;}
.bluetable a:link {color:#646600; font-weight:normal;}
.bluetable a:visited{color:#646600; font-weight:normal;}
.bluetable a:hover {color:#000000; font-weight:normal;}
.mid {padding-left:4px;}

.titlefont {font-size: 18px; color: #434343; background-image:url(images/title-bullet.jpg); background-position:left; background-repeat:no-repeat; padding-left:30px; margin:0px; }

.fontwhite {color:#FFFFFF;}

input,textarea{color:#424242; border:1px solid #646600; font-size:11px}

.bdrmain { background-color:#FFFFFF; padding:9px; }

table.footer { height:40px; }
.footer td{ font-weight:400; color:#242424; text-align:center;}
.footer td.ltd{ height:35px; font-weight:400; color:#ffffff; text-align:center;}
.footer a:link{color:#242424; font-weight:400;  }
.footer a:visited{color:#242424; font-weight:400;  }
.footer a:hover{color:#ffffff; font-weight:400;  }

.sitetitlefont {font-size: 18px; font-weight: 100; color: #ffd24b;}

table.topicons { padding:2px;}
.topicons td{ text-align:center; padding:5px; }
.topicons td.last{ text-align:center; padding:5px;}

table.linkmenu { height:32px; margin:0px;  }
.linkmenu td{ font-size:12px; font-weight:bold; color:#ffffff; border-bottom:#ffffff solid 1px;  }
.linkmenu a:link {font-size:12px; font-weight:bold; color:#ffffff; display:block; }
.linkmenu a:visited{font-size:12px; font-weight:bold; color:#ffffff; display:block; }
.linkmenu a:hover {font-size:12px; font-weight:bold;  color:#ffffff; display:block;}

.menuimg { height:32px; background-image:url(images/menubg.jpg); background-repeat:no-repeat; color:#7f7f7f; }
.menuimg a:link {display:block; font-size:12px; color:#ffffff; text-decoration:none; font-weight:bold; padding-left:35px; }
.menuimg a:visited {display:block; font-size:12px; color:#ffffff; text-decoration:none; font-weight:bold; padding-left:35px; }
.menuimg a:hover { display:block;  font-size:12px; color:#ffffff; text-decoration:none; font-weight:bold;}

.menuimgover { height:32px; background-image:url(images/menubg-over.jpg); color:#ffffff;  background-repeat:no-repeat; }
.menuimgover a:link {display:block; font-size:12px; color:#646600; text-decoration:none; font-weight:bold; padding-left:35px; }
.menuimgover a:visited {display:block; font-size:12px; color:#646600; text-decoration:none; font-weight:bold; padding-left:35px; }
.menuimgover a:hover {display:block; font-size:12px; color:#646600; text-decoration:none; font-weight:bold; padding-left:35px;}


.overmenu {background:#ababab; border-bottom:1px solid #ffffff; padding-left:5px; padding-right:2px; height:22px; color:#ffffff; }
a.overmenu:link {background:#ababab; border-bottom:1px solid #ffffff; padding-left:5px; padding-right:2px; height:22px; color:#ffffff; }
a.overmenu:visited {background:#ababab; border-bottom:1px solid #ffffff; padding-left:5px; padding-right:2px; height:22px; color:#ffffff; }
a.overmenu:hover {background:#ffd24b; border-bottom:1px solid #646600; padding-left:5px; padding-right:2px; height:22px; color:#646600; }

table.leftmenu {border:1px solid #939393; border-collapse:collapse;}
.leftmenu td{ border:1px solid #939393; border-collapse:collapse; padding:3px;}

.slogantext { font-size: 18px;	font-weight: 200; color: #ffffff; padding-bottom:7px; padding-right:5px; }

.leftbase {background-color:#eceee0;}

.leftback { background-image:url(images/leftbg.jpg); background-position:left top; background-repeat:repeat-x; background-color:#eceee0;}
.leftback td{ }
.leftback a:link {color:#646600; text-decoration:none; font-weight:bold;}
.leftback a:visited{color:#646600; text-decoration:none; font-weight:bold;}
.leftback a:hover {color:#939393; text-decoration:none;}

.rightback { background-color:#ffd24b;}
.rightback td{ }
.rightback a:link {color:#646600; text-decoration:none; font-weight:bold;}
.rightback a:visited{color:#646600; text-decoration:none; font-weight:bold;}
.rightback a:hover {color:#939393; text-decoration:none;}


table.box { }
.box th{ color:#ffffff; background:#646600; text-align:center; height:25px; padding-left:4px; padding-right:4px;}
.box td{ padding:3px;}
.box a:link{ color:#646600; }
.box a:visited{ color:#646600; }
.box a:hover{ color:#939393; }

table.boxright { }
.boxright th{ color:#424242; background:#939393; text-align:center; height:25px; padding-left:4px; padding-right:4px;}
.boxright td{ padding:3px; }
.boxright a:link{ color:#646600; }
.boxright a:visited{ color:#646600; }
.boxright a:hover{ color:#939393; }

table.checkbox td input{ background-color:transparent; border:0px;}
.bdrright{border-right:solid 1px #cccccc;}

.copyrights {color:#ffffff; font-size:11px;}
.copyrights a:link{color:#ffffff; font-size:11px;}
.copyrights a:visited{color:#ffffff; font-size:11px;}
.copyrights a:hover{color:#242424; font-size:11px;}

.required { color:#FF0000;}

.imgrightpadding { padding-right:5px;}

#innerlinks { float:left; margin:0px; padding:0px;}
#innerlinks li{ margin-left:20px; padding:0; margin-top:5px; list-style-image:url(images/dot.gif); font-weight:bold;}
#innerlinks li a{ font-size:11px; font-weight:bold;}

#innerlinks li.homesub{ padding-left:1px; left:5px; margin-top:1px; list-style-image:url(images/dot1.gif); font-weight:normal;}
#innerlinks li.homesub a{ font-size:11px; color:#000000; font-weight:normal; }

.midbase { background-image:url(images/explore.jpg); background-position:left top; background-repeat:no-repeat; height:185px; padding-right:20px;}
.midbase td{ }
.rightimg { background-image:url(images/hot-destinations.jpg); height:251px; background-position:left top; background-repeat:no-repeat;}
.browntext {font-size:12px; font-weight:bold; color:#5c4500;}
.block { border:#646600 solid 1px;}
.newsletter { width:217px; height:110px; background-image:url(images/newsletterbg.jpg); background-repeat:no-repeat; background-position:left top;}
.paddingleft { padding-left:18px;}