/*
CSS file for Clydesdale website
Berrys Own Selection Brand
*/


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family: Verdana, Arial, sans-serif;
}

.normal        { color: #fff; font-weight: bold; font-style: normal; font-size: 14px; }

.--normalbold   { color: #aaa; font-weight: bold; font-style: normal; font-size: 12px; }
.--normalsmall  { color: #aaa; font-weight: normal; font-style: normal; font-size: 10px; }

.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	line-height: normal;
	color:#002E1A;
	font-weight: bold;
	width:100%;
	float:left;
	margin-bottom:6px;
}

.--headline2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: normal;
	color:#aaa;
	font-weight: bold;
	margin-bottom:6px;
	text-align: center;
}
.--headline2L {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: normal;
	color:#aaa;
	font-weight: bold;
	margin-bottom:6px;
	text-align: left;
}


.--boxheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aaa; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 1.8em;
	background: #333; 
	padding: 2px 2px;
	height: 25px;
}


/* =Structure
-------------------------------------------------------------- */

#wrapper {
	display: block;
	margin: 0 auto;
	width: 940px;
    height: auto !important; /* för "riktiga" webbläsare */
    height: 100%; /* IE6: hanteras som min-height*/
    min-height: 100%; /* "riktiga" webbläsare */
	background: #fff;
	padding: 0 20px;
	border: #bbb 1px solid;
}
#header {
	background: #fff;
	width: 100%;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global typographic styles */
body {
	--background-image:url("http://www.clydesdale.se/images/Chapter7Background_50.jpg");background-position:center center;background-size:cover;background-attachment:fixed;background-repeat:no-repeat
	--background: #004D2C;
	--background: #002E1A;
}
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		border: 0px;
	}

	#content {
		float: left;
		margin: 0px;
	}
	#column1 {
		float: left;
		margin: 0px;
	}
	#menu,
	#column2 {
		width: 0px;
		display: none !important;
	}

}

/* = content
-------------------------------------------------------------- */
.--right-box {
	background: #fff;
}

#--topproductsbox, #--randomproductbox, #--randomNewproductbox {
	clear: both;
	overflow: hidden;
	width: 740px;
	height: 275px;
	background: #fff;
	margin-top: 5px;
}

.--productbox {
	float: left; 
	background: #fff;
	height: 230px; 
	width: 168px; 
	border: 1px #999 solid; 
	margin: 5px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}

.brandinfoframe {
	background-image:url("http://www.clydesdale.se/images/Chapter7Background_50.jpg");
}


