/* Style sheet by Ian Wells revion 5 */
BODY {
	background-color: #FFF5E6;
	background-position: center;
   }
 
 a{
	 text-decoration:none;
	 cursor:hand;
 }

#container {
	width: 800px;
	height: 700px;
	background-color: #FFF5E6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
    }

#header {
	height: 120px;
	width: auto;
	background-color: #FFF5E6;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	margin: 0;
    }

#mainMenu {
	background-color: #FFF5E6;
	height: 140px;
	width: 740px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	left: 2em;
    }

#mainMenu img{
	height: 130px;
	width: 140px;
}	

#subMenu {
	background-color: #FFF5E6;
	height: 140px;
	width: 300px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	left: 15.7em;
    }
	
#subMenu img{
	height: 130px;
	width: 140px;
}

#mainMenu span {
	height: 130px;
	width: 140px;
	border: 1px solid #BBBBBB;
	background-position: left 50%;
	margin-left: 5px;
	float: left;
    }

#subMenu span {
	height: 130px;
	width: 140px;
	border: 1px solid #BBBBBB;
	background-position: left 50%;
	margin-left: 5px;
	float: left;
    }

#textBox {
	width: 730px;
	text-align: justify;
	height: auto;
	left: 3.3em;
	float: left;
	position: relative;
    }

#border{
	width: 50px;
	float: left;
    }

#footer{
	height:30px;
	background-color:transparent;
	border: 0;
	width: 800px;
	text-align: center;
	position: relative;
	bottom: 0px;
	float: left;
    }

#footer a{
	line-height:1.6em;
	font-family:Verdana, sans-serif;
	letter-spacing:0.1em;
	color:#666666;
	font-size:11px;
}

#footer2 {
	height:30px;
	background-color:transparent;
	border: 0;
	width: 755px;
	text-align: right;
	float: left;
	position: relative;
    }

#footer2 a{
	line-height:1.6em;
	font-family:Verdana, sans-serif;
	letter-spacing:0.1em;
	color:#666666;
	font-size:12px;
}

/* Contact Us page settings */
#email {
	width: 430px;
	text-align: left;
	height: auto;
	top: 2px;
	float: left;
	position: relative;
	left: 8em;
    }

#pic_display{
	float: left;
	position: relative;
	left: 4em;
    }

#email div{
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}
#email a {
	text-decoration:none;
	cursor: hand;
}

/* Shopping & Shipping page setting */
#textBox2 {
	width: 720px;
	text-align: left;
	height: auto;
	top: 2px;
	float: left;
	position: relative;
	left: 3.3em
    }

#pic_display2{
    float: left;
    position: relative;
    }
	
#textBox2 div{
	width:500px;
	float: left;
	position: relative;
	}

#textBox2 ul{
	text-indent: 1em;
	}

#textBox2 img{
	padding-right:5px;
	top: 6em;
	}

#textBox2 p{
	text-align:justify;
	}

/* Font Settings */
H1{
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
	color: #666666;
	font-size: large;
	text-decoration: none;
	vertical-align: top;
	text-align: center;	
    }
	
.bodytext{
	text-align:justify;
	line-height:1.6em;
	font-family:Verdana, sans-serif;
	letter-spacing:0.1em;
	color:#666666;
	font-size:11px;
	}

.bodytextSmall{
	text-align:justify;
	line-height:1.6em;
	font-family:Verdana, sans-serif;
	letter-spacing:0.1em;
	color:#666666;
	font-size:small;
	width: 430px;
	}
	
.bodytextMedium{
	text-align:justify;
	line-height:1.6em;
	font-family:Verdana, sans-serif;
	letter-spacing:0.1em;
	color:#666666;
	font-size:11px;
	width: 430px;
	}

/* Picture Viewer Settings, do not change!!*/

#picViewer{
	width: 728px;
	height: 360px;
	border: 1px solid #BBBBBB;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	left: 2.8em;
    }

#picViewer_mainPic{
	text-align: center;
	width: 581px;
	float: left;
	height: 360px;
	position: relative;
	border: 1px solid #BBBBBB;
	vertical-align: middle;
	left: 2.4em;
	background-color: #FFFFFF;
    }
	
#picViewer_mainPic img{
	height:350px;
	padding: 5px;
}

#picViewer_Thumbnails{
	margin: 0px;
	width: 128px;
	height: 349px;
	background-color: #FFFFFF;
	overflow: scroll;
	overflow: auto;
	text-align: center;
	float: inherit;
	position: relative;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	padding: 6px;
	left: 2.7em;
	border-left: 1px solid #BBBBBB;
    }

.thumbnail_Landscape {
	height: 80px;
	width: 100px;
	border: 0;
    padding: 2px;
	}

.thumbnail_Portrait {
	height: 100px;
	width: 80px;
	border: 0;
    padding: 2px;
	}

/* Autocomplete - style */

.suggestionsBox {
    position: relative;
    left: 140px;
    margin: 10px 0px 0px 0px;
    width: 300px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
    }

/* Search Product page Style setting */
