
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #ffffff;
}


#navbar ul
{
	margin: 10px; 
	padding: 5px; 
	list-style-type: none; 
	text-align: center; 
	background-color: #000; 
}

#navbar ul li {  
	display: inline; 
	} 
 
#navbar ul li a { 
	text-decoration: none; 
	padding: 10px 50px; 
	color: #fff; 
	background-color: #000; 
	} 
 
#navbar ul li a:hover { 
	color: #000; 
	background-color: #fff; 
	} 


.topright {
float:right;
margin: 10px 220px 0px 0px;
}


.topright a:hover {
color:#000000;
}


.top {
	background-color: #fda50d;
	height: 150px;	
}

.logo
{ 
	margin: 30px 0px 30px 180px;
}

.banner
{ 
	margin: 30px 0px 30px 180px;
}

/* new slideshow */

#slideshow {
	/* margin: 10px 0px 50px 180px; */
	position:relative;
	left:180px;
    height:400px;
}

#slideshow A {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow A.active {
    z-index:10;
    opacity:1.0;
}

#slideshow A.last-active {
    z-index:9;
}

.space
{
width: 1100px;
height: 400px;
position:relative;
left:180px;

}


.align
{ 
	margin:5px;
	float: left; 
}

.center {
display: block; 
margin-left: auto; 
margin-right: auto;
margin-top:20px;
margin-bottom:20px;
}

.content
{
margin:0px 0px 0px 185px;
width:1000px;
border: 1px solid gray;
padding:10px;
}

a:link
{ color: #fff;
}

a:visited
{ color: #fff;
}

a:hover
{ color: #fda50b;
}

h1 {
color: #fda50b;
}

p
{ font-size: 18px;
}

.contactus{

float:right;
margin: -20px 140px 0px 0px;

}

.shop {
margin: 0 0 50px 180px;
}

.productspace
{
width: 1100px;
height: 600px;
}

.checkout {

width:980px;
margin-top:-50px;
padding:30px;
border:5px solid gray;

}

.inner {
clear:both;
padding-top:10px;
padding:20px;
border:1px solid gray;
}

.footer {
	background-color: #fda50d;
	text-align:center;
	font-size: 15pt;
	color:#000000;
	padding: 20px;
}


#lowernav ul
{
	margin: 5px; 
	padding: 2px; 
	list-style-type: none; 
	text-align: center; 
	background-color: #fda50d; 
}

#lowernav ul li {  
	display: inline; 
	font-size:18px;
	} 
 
#lowernav ul li a { 
	text-decoration: none; 
	padding: 5px 25px; 
	color: #000; 
	} 
 
#lowernav ul li a:hover { 
	color: #000; 
	background-color: #fff; 
	} 

/** display cart items, refer to developer tool F12 to find out the respective class **/

		.simpleCart_items{
			width:900px;
			float:left;
			clear:both;
		}
		
		.headerRow {
		float:left;
		clear:both;
		font-size: 20px;
		padding-bottom:20px;
		}
		
		.item-name{
			float:left;
			width:300px;
			
			
		}
		.item-price{
			float:left;
			width:130px;
			margin-left:-50px;
			
		}
		.item-quantity{
			float:left;
			width:130px;
			margin-left:-80px;
			text-align:center;
		}
		
		.item-total{
			float:left;
			width:130px;
			text-align:center;
			margin-left:-40px;
			
		}
		
		
		.item-decrement{
			float:right;
			width:30px;
		}
		
		.item-increment{
			float:right;
			width:30px;
		}
		
		.item-remove{
			float:left;
			width:100px;
			margin-left: 5px;
		}

		.itemRow {
		float:left;
		clear:both;
		padding-bottom:20px;
		}
		
		
		
		
	
