@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background:url(../images/banner1.png);	
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

.main_wrap {
	width: 800px;
	margin: 0 auto;
	margin-top: 5px;
	background-color: rgba(255,255,255,0.5);
	display: block;
}

	/* Shopping cart / Login links */
.top_nav_small {
	width:inherit;
	display: block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	height: 22px;
	position: absolute;
	top: 0px;
	background-color: #5764FC;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
	
.top_nav_small h1 {
	color: #000;
}


.top_nav_area_logo {
	display: block;
	width: auto;
	height: 160px;
	background-image: url(../images/webtropicNameplate3.png);
	background-position: center top;
	background-size: 100% 100%;
}

.top_nav_area_home {
	background-position: left top;
	width: 360px;
	height: 100px;
}
	
.top_nav_area_menu {
	display: inline;
	width: 550px;
	height: 40px;
	font-family: Helvetica, sans-serif;
	padding: 0px;
}

.menu-horizontal li .inu_active {
	background-color: rgba(00,00,255,0.60);
	text-decoration: none;
	color: #FFF846;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.menu-horizontal li a:hover {
	background-color: rgba(00,00,255,0.60);
	text-decoration: none;
	color: #FFF846;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.menu-horizontal {
	width: 800px;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
	
.menu-horizontal a {
	float: left;
	width: auto;
	margin: 2px;
	padding: 8px;
	height: 25px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	background-color: rgba(245,255,85,0.50);
	text-align: left;
	word-spacing: normal;
	color: #342AB5;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-position: center top;
	line-height: normal;
	vertical-align: middle;
}


	/* Picture gallery CSS positioning and some style... */

.pGallery {
	display: block;
	height: 220px;
    width: 800px;
}

.content_area {
    width: 800px;
    border-top: 3px solid #fff;
    display: block;
    padding: 0 0;
	padding-top: 0px;
}

.feat_images {
	background: #fff;
	width: 800px;
	border-top: 3px solid #fff;
	height: 200px;
}

.feat_images ul {
	list-style: none;
	width: 800px;
	padding: 0;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.feat_images ul li {
	display: inline-block;
	width: auto;
	height: auto;
	background: #fff;
	margin-right : 25px;
	margin-left: 25px;
}

.container {
    width:800px
}

.addressblock {
    height:600px;
    width:90px;
    float:left;
    clear:both;
}

.orderinfo {
    height:600px;
    width:390px;
    float:left;
}

	/* Footer Area */
.footer_area {
	display: block;
	height: 70px;
	width: 800px;
	background-color: rgba(00,00,255,0.20);
}

.footer_area_left {
	display: block;
	width: 450px;
	float: left;
	height: 70px;
}

.ft_links {
	float: left;
	list-style-type: none;
	width: 550px;
}

.ft_links li {
	float: left;
}

.ft_links li a {
	float: left;
	width: auto;
	margin: 2px;
	padding: 8px;
	height: 25px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	background-color: rgba(00,00,255,0.30);
	text-align: left;
	word-spacing: normal;
	color: #000000;
	border-radius: 5px;
	background-position: center top;
	line-height: normal;
	vertical-align: middle;
}

.ft_links li a:hover {
    text-decoration: underline;
}

.footer_area_right {
	display: block;
	width: 175px;
	float: right;
	padding: 5px 5px;
	height: 70px;
	alignment-baseline: central;
}

.copyrightArea {
	display: block;
	width: 790px;
	color: #FF0;
	font-size: 14px;
	height: 28px;
	background-color: rgba(00,00,255,0.20);
	padding-left: 10px;
	clear: both;
}

.copyrightArea a {
	color: #000;
	text-decoration: none;
}

.copyrightArea a:hover {
    text-decoration: underline;
}

	/* Item Page Layout */
.maincontainer {
    position: relative;
    overflow: hidden;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
}

	/* FAQ page */
.faq_space {
	display: block;
    width: 80%;
    border-bottom: 3px dotted #aa072b;
    margin: 0 auto;
}


	/* Classes for rest of site */
h1, h2, h3, h4, h5 {
	color: #2E3192;
}

h1 {
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    padding: 0;
}

h2 {
    font-size: 1.50em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    padding: 0;
}

label {
    float: left;
    width: 15em;
    text-align: right;
    margin-right: 10px;
    white-space: nowrap;
}

p {
	margin: 5px;
	margin-bottom: 10px;
}

a {
	color: #0000FF;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
    text-decoration: none;
}



.st_emph {
    font-size: 1.5em;
}

.pages {
    padding: 0px;
    width: 800px;
    font-family: Arial, Helvetica, sans-serif;
}

.breadcrumbs {
    font-size: 0.6em;
}

.clearfix {
	clear: left;
	float: right;
	text-align: center;
}

.clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    visibility:hidden;
}

.banneradd {
	width: 800px;
	margin: 0;
	padding: 0;
	text-align: center;
}	
	
.banneradd img {
	display: inline-block;
}
