@charset "utf-8";
/* CSS Document */
body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
background-color: #fff;
color: #646464;
margin-top:10px;
}

img{
	
	border:0;}

  a:link {
	color: #464646;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #464646;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #464646;
}


.cart{
	
	
	background:url(../images/cart-bg.jpg);
	background-repeat:no-repeat;
	height:189px;
	width:917px;}
	
	.mainImage{
	
	
	background:url(../images/home-image.jpg);
	background-repeat:no-repeat;
	height:500px;
	width:917px;}
	
	
	.Login{
	
	
	background:url(../images/login.jpg);
	background-repeat:no-repeat;
	height:500px;
	width:917px;}
	
	
	.Contact{
	
	
	background:url(../images/contact.jpg);
	background-repeat:no-repeat;
	height:500px;
	width:917px;}
	
	
	.captions{
		
		font-size:14px;
		color:#635248;
		}
		
		.text{
		
		font-size:12px;
		text-align:justify;
		}
		
		.text ul { list-style-type: none; margin: auto; }
		.text ul li { float: left; }
		.text ul li a { line-height: 30px; float: left; }
		.text a img { margin-left: 10px; }
		
		
		.Slogans{
		
		font-size:25px;
		}
		
		.happy-c{
		
		font-size:16px;
		}
		
		.quotes{
		
		font-size:40px;
		color:#c3c3c3;
		}
		
		.loginInput{
			
height:25px;
width:204px;
border: 1px solid #999;

			
			}
			
			
			
			.loginInputTextArea{
			

width:204px;
border: 1px solid #999;

			
			}
			
			
			input {
	
	font-size: 11px;
	border: 1px solid #CCC;
	width:60%;
	height:20px;
}


.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
	text-align: center;
}
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

input[type="button"],input[type="submit"] {
background:#333;
color:#FFF;
height:25px;
padding:5px;
vertical-align:middle;
} 
input.button { /* my button css */ }

.inputTextArea{
	
	background:#333;
color:#FFF;
height:25px;
padding:5px;
vertical-align:middle;
	}
	
	
	.transperent{
		/*
		opacity:0.8;
		filter:alpha(opacity=80);
		*/
		}