/* CSS Document */

body 
{
	background-color:white;
	font-size:x-small;
	font-family:Verdana;
	text-align:center;
}

img
{
	border:none;
}

.menutext{
	font-family:Verdana;
	font-size:x-small;
	color:#3300cc;
	font-weight:bold;
	padding:4px;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	width:700px;
	/*height:900px;*/
	background-color:white;
	text-align:justify;
	border-bottom:1px solid #000066;
}

#menucontainer
{
	width:175px;
	float:left;
	padding:3px;
	text-align:left;
	font-family:Verdana;
	font-size:small;
	color:blue;
}

.titletext
{
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	color:#3300CC;
}

	#searchbox
	{
		width:173px;
		height:175px;
		border:1px dashed #000066;
		font-family:Verdana;
		font-size:x-small;
		font-weight:bold;
		color:blue;
		padding:2px;
		padding-left:4px;
		text-align:left;
		margin-top:2px;
	}
		
		.searchbox
		{
			border-color: #3300CC;
			border-width: 1px;
			border-style: solid;
			font-family:Verdana;
			font-size:x-small;
			font-weight:bold;
			color:#3300CC;
		}
		
		.searchtext
		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:x-small;
			font-weight:normal;
			color:#3300CC;
		}
		
		.searchbutton
		{
			font-family: Verdana;
			font-size: x-small;
			color: #3300CC;
			background-color: #C7E8FD;
			border-color: #3300CC;
			border-width: 2px;
			border-style:double;
		}

	#basketmenu
	{
		width:173px;
		height:75px;
		border:1px dashed #000066;
		padding:2px;
		padding-left:4px;
		margin-top:2px;
		
	}
	
	#helpmenu
	{
		width:173px;
		height:350px;
		border:1px dashed #000066;
		padding:2px;
		padding-left:4px;
		margin-top:2px;
		
	}

	#featuredproduct
	{
		width:173px;
		height:400px;
		border:1px dashed #000066;
			
	}
	
	#indextestim
	{
		width:171px;
		height:150px;
		border:1px dashed #000066;
		padding:2px;
		padding-left:4px;
		padding-right:4px;
		margin-top:2px;
		text-align:justify;
			
	}

#iconcontainer
{
	width:500px;
	float:right;
	padding:5px;
	font-family:Verdana;
	font-size:small;
	color:#000066;
		
}

#lscontainer
{
	width:500px;
	height:670px;
	float:right;
	font-family:Verdana;
	font-size:small;
	color:#000066;
	
}
	
	.imagebox
	{
		width:125px;
		height:125px;
		margin-left:15px;
		margin-right:15px;
		margin-top:4px;
		margin-bottom:4px;
		padding-top:10px;
		text-align:center;
		vertical-align:middle;
		float:left;
		font-family:Verdana;
		font-size:x-small;
		color:#3300cc;
		z-index:10;

	}
	
	.thumbtitle
	{
		font-family:verdana;
		font-size:small;
		color:#3300cc;
		font-weight:bold;
		
	}
	
	#specialpic_top
	{
		width:400px;
		height:240px;
		position:relative;
		left:50px;
		padding:10px;
		
	}
	
	#specialpic_bottom
	{
		width:400px;
		height:240px;
		position:relative;
		left:-30px;
		top:0px;
		padding:10px;
		float:right;
	}
	
	#aboutpic1
	{
		width:300px;
		height:241px;
		position:relative;
		text-align:center;
		font-family:Verdana;
		font-size:xx-small;
		float:left;
	}
	
	#aboutpic2
	{
		width:200px;
		height:400px;
		position:relative;
		text-align:center;
		font-family:Verdana;
		font-size:xx-small;
		float:right;
		
	}

.lsicons
{
	width:500px;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	border:1px dashed blue;
	margin-top:3px;
	margin-bottom:3px;
}

.littleicons
{
	width:20px;
	height:20px;
	position:relative;
	left:153px;
	top:20px;
}

/* link styles */

a:link
{
	text-decoration:none;
}

a:hover
{
	text-decoration:none;
	font-weight:bold;
}

a:visited a:hover
{
	text-decoration:none;
	font-weight:normal;
	color:blue;
}

a:visited
{
	text-decoration:none;
	font-weight:normal;
	color:blue;
}