/* 
Site: David Rylah
Date: May 08
Layout: MPWD
Web Design: MPWD
*/

/* Product Detail */

 /* ----------- Headers ------------------- */

h1{ color: #1d207a; text-transform: capitalize; font-size: 24px; line-height: 20px;}

                                                                                                                                                                    

h2{ padding-bottom: 3px; padding-top: 3px; border-bottom-color: #6ce54b; border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; color: #6ce54b; margin-left: 0; margin-bottom: 6px; margin-right: 0; margin-top: 1px; text-transform: capitalize; font-size: 150%; line-height: 20px;}


h3{ font-style: italic; padding: 1px; margin-left: 0; margin-bottom: 5px; margin-right: 0; margin-top: 0; color: #2e2e2e; font-size: 125%;}

h4{margin: 0 0 5px; padding: 4px 0px 4px 0px; color: #939393; font-size: 122%;
	opacity: 0.62;
	text-transform: uppercase;
}

h5{
	color: black; 
    font-size: 112%; 
    padding: 0px 0 6px; 
    line-height: 20px;
	margin: 0 0 8px;
text-transform: uppercase;
}

h6{ border-style: none; color: red; font-size: 105%; margin: 2px 0; padding: 4px;}

                                           

.floatleft{
    margin-left: 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 7px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
    float: left;
  
}

/* ----------- Links ------------------- */

a:link { text-decoration: none; color: white;}
a:visited {text-decoration: none; color: #eefee9;}
.floatright{
    float: right;
    margin: 0 5px 5px 15px;
    padding: 5px 10px 5px 5px;
    font-style: italic;

}
a:hover {color: #b2b2b2; text-decoration: none;}
a:active {color: #666666; text-decoration: none;}

img {border: 0;}


/* Layout  */

body, html {
		background-color: #0c0956;
		color: white;
		background-position: 0 top;
		background-repeat: repeat-x;
		font: 14px/18px Arial, Verdana, sans-serif;
		margin: 0px;
        line-height: 24px;
}
	#wrap {
		
		background-position: 0 top;
		background-repeat: repeat-x;
		margin:0 auto;
		width: 785px;

	}


/* Main Content */

#main {
   		color: white;
   		margin-left: 6px;
   		margin-bottom: 0;
   		margin-right: 0;
   		margin-top: 2px;
   		float: left;
		width: 720px;
                padding: 0px;
	}
#main p {
		padding: 0;
    }
/* Sidebar Right */

/* Dropdown */

.content{
	padding-left: 25px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
}

.mags { padding-left: 7px; padding-bottom: 50px; margin-bottom: 40px; padding-right: 7px; padding-top: 5px; }
.upper { font-size: 16px; color: #0f1c6f; font-weight: bold; text-transform: uppercase; }
#left { background-color: #ffec6f; width: 310px; }
#right { float: right; background-color: #85e6ff; margin-left: 320px; }


