/*
  style sheet for the main pages of prabhumusic.net

    colors:
    #ffc20e     basic orange
    #ffffcc     very pale orange (menu blocks)
    #663300     text color (not body)
    #669999     distributors
    #996633     retailers
    #996666     pressinfo
    #666600     contact
*/

body {
    margin-top:0px;
    margin-left:0px;
    background-color:white;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.fudgeit {
    width:800px;
    clear:left;
    height:1px;
}

/* anchor styles */
A:active {
    color:#606060;
}

A:link {
    color:#663300;
}

A:visited {
    color:#606060;
}

A:hover {
    color:red;
}

/* container for the two jpg's that make up
   the logo across the top of the page. */
#divTopLogo {
    margin-top:30px;
    width:815px;
}

#divShoplink {
	height:30px;
	width:563px;  /* 800 -  padding-left */
	padding-left:235px;
	border-right: 1px dotted #ffc20e;
	border-left: 1px dotted #ffc20e;
	padding-top: 7px;
}

.divHeader {
    height:17px;
    width:800px;
    padding-top:3px;
    clear:both;
/*    clear:left;*/
}

#divOurmusic {
	width:793px;  /* 95 -  padding-top */
	padding-top:10px;
	background-color:white;
	border-right: 1px dotted #ffc20e;
	border-left: 1px dotted #ffc20e;
	padding-left: 5px;
	padding-bottom: 10px;
	height: 130px;
}
#divOurmusic img {
	margin-left: 20px;
	margin-bottom: 5px;
}

#divAboutus {
    height:150px;
    width:800px;
    background-color:#FFC20E;
}
/**************************
.divAboutsection {
    float:left;
    width:190px;
    height:100%;
    padding-left:9px;
    padding-top:5px;
    border-right:1px dotted #ffffcc;
    font:normal 11px Verdana,Arial,helvetica,sans-serif;
}
**************************/

.aboutSection {
    padding-top:5px;
    padding-left:5px;
    border-right:1px dotted #ffffcc;
    font:normal 11px Verdana,Arial,helvetica,sans-serif;
}

/* the menu section divs */

#divMenulinks {
    height:100px;
    width:800px;
    background-color:#FFFFFF;
/*    clear:both;*/
/*    border:1px solid black;*/
}

.menuSection {
    border-right:1px dotted #ffffcc;
    font:normal 11px Verdana,Arial,helvetica,sans-serif;
    border-right:1px dotted #ffc20e;
}

.divMenusection {
    float:left;
    width:199px;
    height:95px;
    border-right:1px dotted #ffc20e;
}

.divMenuHeader {
    width:199px;
    height:17px;
    padding-top:3px;
/*    vertical-align:top;*/
    background-color:#ffffcc;
/*    background-color:yellow;*/
}

.divMenusectTop {
	font:normal 11px Verdana,Arial,helvetica,sans-serif;
	vertical-align:top;
	height:55px;
	padding-top:5px;
	padding-left:7px;
	padding-right:5px;/*    border:1px solid green;*/
}

.divMenusectBot {
    text-align:right;
    height:15px;
    padding-right:15px;
    padding-bottom:5px;
/*    border:1px solid green;*/
}

#divFooter1 {
    height:60px;
    width:800px;
    background-color:#FFC20E;
}

#divFooter2 {
    height:25px;
    width:800px;
    text-align:right;
    background-color:#FFC20E;
    font:normal 10px Verdana,Arial,helvetica,sans-serif;
    color:white;
}

div.subPageBodyLeft {
    width:355px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    padding:20px;
    font:normal 11px Verdana,Arial,helvetica,sans-serif;
    float:left;
    border-left:1px dotted #ffc20e;
    border-right:1px dotted #ffc20e;
}
.text {
	font: 13px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
}

div.subPageBodyRight {
	width:355px;
	padding:20px 25px 20px 20px;
	font:normal 11px Verdana,Arial,helvetica,sans-serif;
	float:left;
	border-right:1px dotted #ffc20e;
	margin: 0px;
}

.spanHeadertext {
    font:bold 15px Verdana,Arial,helvetica,sans-serif;
    font-style:italic;
    margin-left:5px;
}

span.restricted {
    color:#cc0000;
    font:normal 9px Verdana,Arial,helvetica,sans-serif;
}

.formcell {
    float:left;
    width:57px;
    font:normal 10px Verdana,Arial,helvetica,sans-serif;
    text-align:right;
    padding-right:3px;
}

.formcellr {
    padding-bottom:5px;
}
.quote {
	font: italic 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
}
