/* INTERNET EXPLORER SETTINGS */

/* Full Page Width */
#body {
	background-color: Gray;
	background-image: none;
	background-repeat: repeat;
	margin-top: 0px;
	text-align: center;
}


/* Main Wrapper */
#Main_Table {
	background-color: transparent;
	width: 990px;
	border: 1px solid Red;
}


/* Top of  Page */
#header {
	background-color: transparent;
	height: 110px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-bottom: 0px solid White;
}


/* End Top of Page */






/* Contains Menu and Content Tables */
#main_content {
	background-color: transparent;
	border-right: 0px solid White;
	vertical-align: top;
	padding-top: 0px;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat;
}



/* Contains Content of Pages */
#content {
	background-color: transparent;
	text-align: left;
	border-right: 0px solid White;
	font-size: small;
	border-left: 0px solid White;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 780px;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../images/dragonPart_Transbg3.png);
}


#dbBike {
	background-color: transparent;
	background-image: url(../images/dragonPart_Transbg3.png);
}



#index1 {
	padding-top: 0px;
}


.td_content {
	vertical-align: top;
	
}





/* CSS FOR MENU STARTS */

#menu {
	width: 180px;
	background-color: transparent;
	vertical-align: top;
}

.td_menu {
	vertical-align: top;
}

.markermenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
}

.markermenu li a{
	background: Black none no-repeat 2px center;
	font: bold 14px "Harrington", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: Red;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
	color: Red;
}

.markermenu li a:hover{
	color: Black;
	background-color: Gray;
	background-image: none; /*onMouseover image change. Remove if none*/
}



/* MENU ENDS HERE */

/* MENU CSS STARTS HERE */

.suckerdiv ul{
	margin: 0;
	padding: 0px 0;
	list-style-type: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 1px solid Gray;
	text-align: center;
	background: Black;
	font: bold 14px "Harrington", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: Red;
	text-decoration: none;
	background: Black;
	padding: 1px 5px;
	border: 1px solid Gray;
	border-bottom: 0;
	font-weight: bold;
}

.suckerdiv ul li a:visited{
	color: Red;
}

.suckerdiv ul li a:hover{
	background-color: Gray;
	color: Black;
}

.suckerdiv .subfolderstyle{
	background: url(../images/Menu/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* MENU CSS ENDS HERE */

#LeftSideBar {
	padding-top: 30px;
}

.td_LeftSB {
	text-align: center;
	padding-bottom: 20px;
}



/* CSS FOR FOOTER STARTS */
#footer {
	background-color: transparent;
	text-align: center;
	font-size: xx-small;
	padding-top: 5px;
	font-weight: 100;
	padding-bottom: 5px;
	color: White;
	border-top: 0px solid White;
}

#footer p {
	color: Black;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
}



#footer a {
	color: Red;
	font-size: 12px;
}

/* CSS FOR FOOTER ENDS */ 


/* CSS For Dynamic Drive link */
.dynamicDrive {
	vertical-align: bottom;
}

/* CSS For Dynamic Drive link Ends */




/* FONTS */
h2 {
	color: Red;
	font-family: serif;
	font-size: large;
	text-align: center;
}

h3 {
	color: Red;
	font-family: serif;
	font-size: large;
	text-align: center;
}



p {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
}

p.red {
	color: Red;
}]



/* FONTS END */







/* Css for the Contact Page */

.formtext {
	font-family: "Harrington", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: Black;
	vertical-align: top;
	text-align: right;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
}


.formfield {
	background-color: transparent;
	background-image: none;
	vertical-align: middle;
	padding-left: 10px;
	background-repeat: repeat;
}

.formbuttons {
	background-color: transparent;
	background-image: none;
	vertical-align: middle;
	text-align: center;
	background-repeat: repeat;
}

.td_formtext {
	text-align: right;
}

	
/* End Css for Contact Page */
	
/* CSS FOR LINKS */	
a {
	color: Red;
	text-decoration: underline;
}

a:hover {
	color: White;
}

a:visited {
	color: Maroon;
}




/* CSS FOR LINKS ENDS */

/* CSS FOR dbBIKE PAGE - CONTENTS */

.td_price {
	font: bold 18px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-align: center;
	color: Red;
	border-bottom: 2px solid Red;
	padding-top: 10px;
}

.td_MoreInfo {
	border-bottom: 2px solid Red;
	padding-top: 10px;
	text-align: center;
}



.td_ProductCode {
	text-align: center;
	padding-top: 20px;
}

.td_Model {
	text-align: center;
	width: 550px;
	padding-top: 20px;
}

.td_Type {
	text-align: left;
}

.td_Details {
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
}


/* CSS FOR dbBIKE PAGE - CONTENTS ENDS */



/* CSS FOR singleBike PAGE - BEGINS */




#Specification {
	width: 450px;
	border: 1px solid Black;
}

.specFeilds {
	width: 160px;
	text-align: right;
	padding-right: 10px;
}

.specsModel {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}

.specsCC {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
}

.specsMainPic {
	text-align: center;
}

.specsPrice {
	text-align: center;
	color: Red;
	font-size: x-large;
}

.specsDetails {
	font-size: medium;
}

.imgCenter {
	text-align: center;
	vertical-align: middle;
}


/* CSS FOR singleBike PAGE - CONTENTS ENDS */

/* CSS For updateForm BEGINS */


#updateForm {
	
}

.field {
	width: 150px;
	font-size: medium;
}

.notes {
	width: 270px;
}

.information {
	text-align: left;
}

.chooseProduct {
	font-size: large;
	vertical-align: top;
	text-align: right;
}






/* CSS For updateForm ENDS */



/* Shows right hand scroll bar all the time in all browsers */
html {
	min-height: 100%; margin-bottom: 1px;
}






	
	

	
	
