/* CSS Document */


body
{ 
	/*background-color:#000;*/
	background: #000 url('images/orange_bg.jpg') no-repeat ;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#373737;
	margin-top:5px;
}



a {font-size:1em; text-decoration:none;}

a:link{color:#DEA943;}
a:visited{color:#DEA943;}
a:active{color:#DEA943;}
a:hover{color:#fff; text-decoration:none;}

a.menu:link{color:#999; font-size:0.75em; font-weight:bold; }
a.menu:visited{color:#999; font-size:0.75em; font-weight:bold; }
a.menu:active{color:#999; font-size:0.75em; font-weight:bold; }
a.menu:hover{color:#333; font-size:0.75em; font-weight:bold; text-decoration:none;}

a.tabmenu:link{color:#DEA943; font-size:1em; }
a.tabmenu:visited{color:#DEA943; font-size:1em; }
a.tabmenu:active{color:#DEA943; font-size:1em; }
a.tabmenu:hover{color:#fff; font-size:1em; text-decoration:none;}

a.footer:link{color:#555; }
a.footer:visited{color:#555; }
a.footer:active{color:#555; }
a.footer:hover{color:#fff; text-decoration:none;}



h1
{
	color:#DEA943;
	font-size:1em;
	font-weight:bold;
	padding-top:10px;
	margin:0px;
}

h2
{
	color:#D1B77E;	
	font-size:0.8em;
	font-weight:bold;
}

h3
{
	color:#7A980B;
	font-size:1.2em;
	font-weight:bold;
	padding:15px 10px 5px 10px;
}


p
{
	font-size:0.8em;
	color:#D1B77E;
	padding:0px;
	margin:10px 5px 10px 0px;
} 

hr
{
	border:0px;
  width: 300px;
	color: #444;
  background-color: #444;
  height:1px;
	margin:5px 0px 5px -13px;
} 


img{border:none;}


ul
{
	font-size:0.8em;
	color: #D1B77E;
} 


/**** IDs for main structure ****/

#container
{      
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	/*border: 1px solid #ff0;*/
}



#logo
{      
	width:780px;
	height:96px;
	text-align:right;
	/*background-color:#00ff00;*/
}


#menu
{      
	width:800px;
	/*height:18px;*/
	text-align:left;
	padding-top:0px;	
	/*background-color:#00ff00;*/
}
		
    #menu p
    {      
    	color:#444;
    }

		
/*pen*/		
#content1  
{      
	width:800px;

	padding:0px;
	border:1px solid #444;
	background: #000 url('images/bg1.jpg') no-repeat center;
}

/*phone*/
#content2
{      
	width:800px;
	padding:0px;
	border:1px solid #444;
	background: #000 url('images/bg2.jpg') no-repeat center;
}

/*car keys*/
#content3
{      
	width:800px;
	padding:0px;
	border:1px solid #444;
	background: #000 url('images/bg3.jpg') no-repeat center;
}

/*laptop*/
#content4
{      
	width:800px;
	padding:0px;
	border:1px solid #444;
	background: #000 url('images/bg4.jpg') no-repeat center;
}

/*golf bag*/
#content5
{      
	width:800px;
	padding:0px;
	border:1px solid #444;
	background: #000 url('images/bg5.jpg') no-repeat center;
}


/*gift*/
#content6
{      
	width:800px;
	padding:0px;
	border:1px solid #444;
	background: #000 url('images/bg6.jpg') no-repeat center;
}


    #contentInner
    {   
    	width:800px;		/*788*/
	    min-height:335px;
			margin-left:auto;
	    margin-right:auto;
			padding-top:30px;	
			padding-left:13px;		
			text-align:left;	
			/*border-bottom: 1px solid #00ff00;*/		 
			/*padding:10px 0px 10px 10px;*/
    }		
    				



				
#strapline
{
	width:850px;
	height:70px;
  text-align:center;
}	
	
	  #strapline p
    {
    	padding: 15px 0px 0px 0px;
    	font-size:1.1em;
			color:#444;	
    }
	
		
			
#footer
{
	width:780px;
	height:30px;
  margin-left:auto;
  margin-right:auto;	
 /* background-color:#555;*/
}


    #footer p
    {
    	padding: 15px 0px 0px 0px;
    	font-size:0.7em;	
    }


.copyright
{
	float:left;
	color:#555;
}

.whitedoor
{
	float:right;
	color:#555;
}

.title
{
  font-size:0.9em;	
	color:#DEA943;
	font-weight:600;
}



			
			
			
label
{
color:#D1B77E;
font-size:0.8em;
font-weight:normal;
margin:0;
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
/*background: #ff0000;*/
}


.subButton
{
width: 80px;
height: 22px;
color: #000;
/*background: #fff;*/
border: 2px outset #ddd
} 

input 
{
	width: 250px;
	height: 17px;
	float: left;
	margin-bottom: 6px;
	color: #000;
  /*background: #fff;*/
  border: 1px solid #ccc;
}


textarea 
{
	/*display: block;*/
	width: 250px;
	height: 60px;
	float: left;
	margin-bottom: 6px;
	color: #000;
  background: #fff;
  border: 1px solid #333;	
}			



	
	
