body{
	padding:0;
	background-image: url(../image/aps_bg.png);
	background-repeat: repeat-x;
	background-color: #0033FF;
	margin: 0;
}

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../image/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float: left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../image/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background:  url(../image/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}


/* ######### Top Section ######### */

#topbar{
	background-color: #0F0B24;
}

#toprightdiv{
	width: 256px;
	float: right;
}

#toprightdiv img {
	width: 256px;
	border: 0px;
}

#topbarimg
 {
	position: relative;
}

#h2 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #000013;
	padding-left: 5px;
	margin-left: 3px;
	float: left;
	position: relative;
	letter-spacing: -3px;
	font-weight: bold;
	line-height: 50px;
}

#phone {
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	font-weight: bold;
	color: #000013;
	text-decoration: none;
	position: relative;
	float: right;
	letter-spacing: 2px;
	margin-right: 200px;
}

.linediv {
	background-color: #E2E2E2;
	text-align: center;
	height: 50px;
	width: 100%;
	position: relative;
}

/* ########## End Top Section ######### */

/* ########## Start Center Section ########### */
.maincontainer{
	width: 935px;
	background-color: #E2E2E2;
	margin: auto;
	padding: 0;
}

#bt_img {
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 15px;
	margin-left: -150px;
	width: 240px;
}

/* ########### End Center Section ########### */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
	margin-top: 10px;
}

#bt-menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #009;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 5px;

}

/* ############### Top Box ############# */
.containertop {
	color: #000066;
	background-color: #FFFFFF;
	text-align: left;
	height: auto;
	width: 935px;
	padding: 0px;
	padding-bottom: 25px;
	margin: auto;
}

.innerbox-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000066;
	text-align: justify;
	word-spacing: 0.1em;
	padding: 0px;
	height: auto;
	width: 350px;
	position: relative;
	float: right;
	margin-right: 0px;
	line-height: 1.5em;
	border-bottom: 2px;
	border-bottom-color: #0033FF;
	border-bottom-style: dashed;
}
#redtext span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	text-align: left;
}
/* ##############  End Top Container Box  ################## */

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
padding: 10px;
}

.thumbnail: hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid blue;
	visibility: hidden;
	color: #0066FF;
	text-decoration: none;
	text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible; /*position where enlarged image should offset horizontally */
	z-index: 50;
	left: auto;
	right: auto;
	margin-top: 135px;
	margin-left: -240px;
}
/* ##############  End Image  ################## */
/* ################     MAP   ############### */

.thumbnail_map img{
border: 1px solid white;
margin: 0 5px 5px 0;
padding: 10px;
}

.thumbnail_map:hover{
background-color: transparent;
}

.thumbnail_map:hover img{
border: 0px;
}
.thumbnail_map span{ /*CSS for enlarged map*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid blue;
	visibility: hidden;
	color: #0066FF;
	text-decoration: none;
	text-align: center;
}

.thumbnail_map span img{ /*CSS for enlarged map*/
padding: 2px;
}

.thumbnail_map:hover span{ /*CSS for enlarged map*/
	visibility: visible; /*position where enlarged image should offset horizontally */
	z-index: 50;
	left: auto;
	right: auto;
	margin-top: 100px;
	margin-left: -500px;
}
/* ##############  End Map  ################## */
/* ##############  Container Box  ################## */

.containerbox /* Left side */{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000066;
	background-color: #D4D3D3;
	text-align: justify;
	word-spacing: 0.2em;
	padding: 5px;
	height: 215px;
	width: 440px;
	border: 1px solid #0033FF;
	position: relative;
	margin-top: 10px;
	margin-left: 5px;
}

.containerbox-right {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000066;
	background-color: #D4D3D3;
	text-align: justify;
	word-spacing: 0.2em;
	padding: 5px;
	height: 215px;
	width: 440px;
	border: 1px solid #0033FF;
	position: relative;
	margin-top: 10px;
	float: right;
	margin-right: 5px;
}

#bg_tbar {
	background-image: url(../caraudio/assets/bg_tbar.png);
	background-repeat: repeat-x;
	height: 15px;
	width: 400px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-right-style: solid;
	position: absolute;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	font-family: "Times New Roman", Times, serif;
	margin-left: 20px;
}

#containerbox-img {
	width: 200px;
	margin-top: 40px;
}

#containerbox-text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #000066;
	text-align: left;
	word-spacing: 0.2em;
	float: right;
	height: 175px;
	width: 230px;
	border: 1px solid #333333;
	position: relative;
	margin-top: 40px;
	line-height: 1.5em;
}
#hd {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: bold;
	color: #0000FF;
	letter-spacing: 2px;
	width: auto;
	padding-left: 15px;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-left: 15px;
	margin-right: 15px;
}
#hd-1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	width: 400px;
	border-left-color: #990000;
	border-left-style: solid;
	border-left-width: 5px;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-left: 10px;
}



#infobox {
	background-color: #FFFFCC;
	border: 1px #990000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}

#databox {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000FF;
	background-color: #999999;
	text-align: left;
	word-spacing: 0.1em;
	width: 600px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 35px;
	list-style-image: url(file:///D|/apsaudio.com/image/dot.png);
}
#textbox {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF0000;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 550px;
	}
