/* Formatting 
lightblue = color: #AAC8E2;
mediumblue = color: #3087D7;
darkblue = color: #013565;
*/

body
{
	margin:10px 10px 10px 10px;
	font-family: Tahoma,Verdana,sans-serif;
	color: #013565;
}

img
{
	border: 0px;	
}

header
{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

text
{
	margin: 10px 5px 10px 5px;
}

/* Layout */
#header {
	height: 100px; 
	width: 760px; 
	border: 1px solid #013565;
	background: #AAC8E2;
	margin-bottom: 10px;
}

#menu {
/*	border: 1px solid #013565;
	height: 30px;
	background: #AAC8E2;*/
	width: 740px;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

/*#leftframe {
	width: 100px;
	float: left;	
}*/

#rightframe {
	width:750px;
	margin-left: 5px;
}

#footer {
	height: 25px;
	width: 760px;
	margin: 10px 0px 20px 0px;
	border: 1px solid #013565;
	background: #AAC8E2;
	text-align: center;
	clear: left;
}

/* Links */
a, .link
{
	color: #013565;
	text-decoration: none;
}

.link:hover, .link.hover /*a:hover, a.hover*/
{
	text-decoration: underline;
}
/* /Links */

/* Shopping guide */
.guidelink
{
	color: #013565;
	text-decoration: none;
	font-weight: bold;
}

.guidelink:hover, .guidelink.hover
{
	text-decoration: underline;
}

.guidecolumn
{
	display: none; 
	width: 750px;
	/*position: absolute; 
	left: 5px; 
	top: 500px;*/ 

	/*border-style: solid; 
	background-color: white;*/ 
	margin: 5px;
}

.guidetab
{
	float: left;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	background-color: #AAC8E2;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #013565;
}

.guidetab:hover, .guidetab.hover
{
	text-decoration: underline;
}

.guidetabselected
{
	float: left;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	background-color: #FF9226;
	text-align: center;
}
/* /Shopping guide */

.blockheader 
{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #AAC8E2;
	text-align: center;
}

.blockheaderhot 
{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #FF9226;
	text-align: center;
}

.textheader
{
	font-size: smaller;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.textblock
{
	font-size: smaller;
	margin: 10px 5px 10px 5px;
}

.feature
{
	font-weight: bold;
}

.productbox 
{
	float: left;
	width: 150px;
	height: 270px;
	margin: 5px;
	border: 1px solid #FFFFFF;
	text-align: center;	
}

.productbox:hover, .productbox.hover
{
	/*float: left;
	width: 150px;
	height: 270px;
	margin: 5px;
	text-align: center;*/	
	border: 1px solid #013565;
}

.productcaption
{
	font-weight: bold;
	font-size: smaller;
	margin-top: 5px;
	margin-bottom: 5px;
}

.productinfo
{
	font-size: smaller;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Vertical */
.imagebox 
{
	float: left;
	width: 190px;
	height: 285px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	text-align: center;	
}

.imagebox:hover, .imagebox.hover
{
	border: 1px solid #013565;
}

.imageboxvertical315px
{
	float: left;
	width: 190px;
	height: 315px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	text-align: center;	
}

.imageboxvertical315px:hover, .imageboxvertical315px.hover
{
	border: 1px solid #013565;
}

/* Horizontal */
.imagebox2 
{
	float: left;
	width: 255px;
	height: 230px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	text-align: center;	
}

.imagebox2:hover, .imagebox2.hover
{
	border: 1px solid #013565;
}

.imageboxhorizontal230px 
{
	float: left;
	width: 255px;
	height: 230px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	text-align: center;	
}

.imageboxhorizontal230px:hover, .imageboxhorizontal230px.hover
{
	border: 1px solid #013565;
}

/* Girasol - wide picture */
.imageboxgirasol 
{
	float: left;
	width: 515px;
	height: 150px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #013565;
	text-align: center;	
}

/* Caption */
.imagecaption
{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.imagecaption3rows
{
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 50px;
}

.imagecaption1row
{
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
}

