/*---Stepcarousel CSS---*/
@charset "utf-8";
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 780; /*Width of Carousel Viewer itself*/
height: 308px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
}

.stepcarousel .panel{
float: none; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 7px; /*margin around each panel*/
width: 750px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#mygallery-paginate{
	height: 20px;
	width: 100%; 
	text-align:center;
	margin-top: 3px;
}

#mygallery-paginate img{
	padding-top: 5px;
}

#stepcarousel_main{
	border:solid 3px #fff;
	margin: 0 5px;
}

/*Page Button Size*/
a#btn_page{
	width: 60px;
	height:180px; /*half size of image height*/
	overflow: hidden;
	display: block;
}

a#btn_page2{
	width: 50px;
	height:150px; /*half size of image height*/
	overflow: hidden;
	display: block;
}

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

/*--- POP UP BOX ---*/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
div#tb_window, .tb_window{
	_display: none; /*--hidden by default--*/
	background: #fff;
	padding: 0px;
	border: 8px solid #fff;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 1px 1px 20px #000;
	-moz-box-shadow: 1px 1px 20px #000;
	box-shadow: 1px 1px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}
img.btn_close {
	float: right;
	margin: -20px -20px 0 0;
	top: 0;
	right: 0;
	position: absolute;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .tb_window {
	position: absolute;
}

#img_caption{
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	border-top: dashed #ccc thin;
	border-bottom: dashed #ccc thin;
}
/*----------------------*/

ul#menu_panel, ul#menu_panel li a, ul#menu_panel li a:visited{
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 3px 0px 3px 0px;
	text-decoration:none;
	font-weight:bold;
}
ul#menu_panel li a:hover{
	color:#FFFF00;
}
ul#menu_panel li a{
	border-left: solid #fff 1px;
	padding: 0 8px 0 8px;
}
ul#menu_panel li.first a{
	border: none;
}

ul#menu_panel{
	float: right;
	width: 580px;
	margin-right: -20px;
}

/*--- Menu Second Layer ---*/
#menu_panel li ul{
	z-index: 12;
    padding: 0px 4px 10px 4px;
    margin: 11px 0 0 0;
	list-style: none;
	background-color:#000000;
	border: #484848 thin solid;
	border-top: none;

	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;

	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;

	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

#menu_panel li ul li{     
	border-bottom: #787878 thin dashed;
}

#menu_panel li div{
	list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    visibility: hidden;
    width: 180px;
	margin: 13px 0 0px 118px;
    padding: 0;
	
}

#menu_panel li:hover>div{
	visibility: visible;
}

#menu_panel li div a, #menu_panel li div a:visited{
    width: 164px;
    height: auto;
    margin: 0 8px;
	padding: 0 5px;	
    float: none;
    display: block;
    z-index: -1;
	_white-space: normal;
	text-transform: none;
    font-size: 12px;
    color: #ffffff;
	font-weight:normal;
	line-height: 25px;
	border:none;
	margin: 0px 0px;
}

#menu_panel li div a:hover{
	color:#FFFF00;
}

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

#menu_panel_con{
	border-top: #c8c8c8 5px solid;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #01539C;
	background-image: url(http://mygpstalk.com/images/webpage_bg.jpg);
	background-repeat: repeat-x;
}

#side_panel{
	border:solid 2px #00519D;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background-image: #00519D;
}
#side_panel->tr->td, #side_panel->tr{
 	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.inside_panel{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-box-shadow: inset 1px 1px 4px #999;
    -webkit-box-shadow: inset 1px 1px 4px #999;
    box-shadow: inset 1px 1px 4px #999;
}

.normal_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.title_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666699;
}
.buttno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.style98 {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.style96 {color: #FFFF00; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif; }
.style94 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.table_border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	border: 2px solid #FFFFFF;
}
.emph_txt_bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.big_white {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
}

.big_white_title_left {
	padding-left: 18px;
}
.big_white_title_right {
	padding-right: 18px;
}

.table_bottom_border{
	border-bottom:#333333;
	border-bottom-style:dashed;
	border-bottom-width: thin;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
.style5 {
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
.style6 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}
a:link, a:visited, a:hover,a:active  {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 12px;
}
.style8 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
.style9 {
	font-size: 18px;
	color: #CC0000;
}
.baner_price_tag {
	font-size: 30px;
	color: #CC0000;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
}
.style74 {
	font-size: 15px;
	color: #FF0000;
}
.style79 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style80 {
	font-size: 12px
}
.style82 {
	font-size: 20px;
	font-weight: bold;
	color: #000099;
}
