/**
 * STYLE
**/

body {
    width: 750px;
	min-width: 750px;
	background-color: #fff; /* bg used to be - #A3B2CC */
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 9pt;
	margin: 30px auto 30px auto;
	text-align:center;
}

#bodyWrap {
    background: #fff;
    width: 750px;
	min-width: 750px;
    padding: 1px;
    border: 1px solid #666;
}

#bodyWrapHeader {
    background: #fff;
    width: 750px;
	min-width: 750px;
    padding: 1px;
    border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#bodyWrapFooter {
    background: #fff;
    width: 750px;
	min-width: 750px;
    padding: 1px;
    border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#header {
    width: 750px;
	min-width: 750px;
	font-weight: bold;
    background: #C8D7E3 url(../images/header.png);
    height: 150px;
}

#footer {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 9pt;
	font-weight:lighter;
}

#navigation {
    width: 750px;
	min-width: 750px;
	background-color: #5C7FBA;
    height: 2em;
    line-height: 2em;
    width: 750px;
    border-top: 1px solid #ffffff;
}

#main {
    background:url(../images/bg.jpg) no-repeat;
	background-color:#FFF;
    float: left;
    width: 450px;
    padding:20px;
}

#sideBar {
    background: #fff;
    float: right;
    width: 240px;
    padding: 20px 10px 20px 0px;
}

#mainVinyl {
    background: #fff url(../images/bg.jpg) no-repeat;
    float: left;
    width: 450px;
    padding: 20px 20px 20px 20px;
    /**border:1px solid black;**/
}

#sideBarVinyl {
    background: #fff;
    float: right;
    width: 150px;
    padding: 20px 5px 20px 5px;
    /**border:1px solid black;**/
}

#sideBarBox {
    background:#80B0DA;
    width: 205px;
    border: 1px solid black;
    margin-top:5px;
    margin-left:2px;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    background-image:url(../images/sideBarBox.png);
    background-repeat:repeat-y;
    text-align:left;
}

#StartShopping {
    background:#80B0DA;
    width: 205px;
	border: 1px solid black;
	margin-top:5px;
	margin-left:2px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../images/sideBarBox.png);
	background-repeat:repeat-y;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

#sideBarBoxProductListing {
    background:#80B0DA;
    width: 205px;
	border: 1px solid black;
	margin-top:5px;
	margin-left:2px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

#sidebarRotation {
    background:#80B0DA;
    width: 215px;
    border: 1px solid black;
    height: 140px;
    margin-top:5px;
    margin-left:2px;
    text-align:left;
    background-image: url(../images/index-sidebar-rotation/rotation.php);
    
}

#sideBarBoxVinyl {
    background:#80B0DA;
    width: 140px;
    border: 1px solid black;
    margin-top:5px;
    margin-left:2px;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    background-image:url(../images/sideBarBox.png);
    background-repeat:repeat-y;
    text-align:left;
}

#StartShoppingVinyl {
    background:#80B0DA;
    width: 140px;
	border: 1px solid black;
	margin-top:5px;
	margin-left:2px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../images/sideBarBox.png);
	background-repeat:repeat-y;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

#sideBarBoxProductListingVinyl {
    background:#80B0DA;
    width: 140px;
	border: 1px solid black;
	margin-top:5px;
	margin-left:2px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	background-repeat:repeat-y;
	text-align:left;
}

#aboutImgBoxes {
	width: 203px;
	height:152px;
	margin-top:16px;
	margin-left:8px;
	/*border:solid black 1px;*/
	/*background-image:url(../images/1b_new.png);*/
}

#footer {
    width: 750px;
	min-width: 750px;
	background-color: #C8D7E3;
	height: auto;
    clear: both;
    font-weight: bold;
    text-align: center;
	border-top: 1px solid #fff;
	padding-bottom: 10px;
	padding-top: 10px;
}

#miva-navigation {
    width: 750px;
    min-width: 750px;
    height: auto;
    text-align: right;
}


/**
 * NAVIGATION
**/

#navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation li{
    float: left;
    list-style-type: none;
    border-right: 1px solid #ffffff;
    white-space: nowrap;
}

#navigation li a{
    display: block;
    padding: 0 10px;
    font-size: 0.8em;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    background-color: inherit;
    color: #ffffff;
}

#navigation .selected, #navigation a:hover {
background: #80b0da;
color: #ffffff;
text-decoration: none;
}

/**
 * INPUT BOXES
**/



/**
 * LINK STYLES
**/



