/* CSS Document 
Header Blue: #75C0CE;
Dark pink : #E15188;
Header green: #D4ED9A;
Orange: #F38636;
*/

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

/* --- HEADER DIVS - TOP --- */

#tophead {
	height: 70px;
	background: #75C0CE url(images/bg-blue-spots.gif) repeat-x;	
	line-height: 70px;
	font-size: 70px;
	width: 100%;
	min-width: 950px;
}

#tophead img {
	vertical-align:bottom;
	padding-left: 0px;
}

#topinnerdiv {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* --- HEADER DIVS - MIDDLE --- */

#midhead {
	height: 50px;
	background: #E15188 url(images/bg-pink-stripes.gif) repeat-x;
	width: 100%;
	min-width: 950px;
}

#midhead img {
	padding-left: 0px;
}

#midinnerdiv {
	width: 950px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

/* --- HEADER DIVS - BOTTOM --- */

#bottomhead {
	height: 40px;
	background-color: #D4ED9A;	
	width: 100%;
	min-width: 950px;
}

#bottomhead img {
	padding-left: 0px;
}

#bottominnerdiv {
	width: 950px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

/* --- HEADER DIVS - TOP MENU --- */

#topmenu {
	text-align: center;
	height: 40px;
}

#topmenu td {
}

#topmenu td.bullet {
	font-size: 36px;
	line-height: 20px;
	color: #F38636;
}

/* --- HEADER DIVS - MINI CART --- */

#minicart {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#minicart a {
	color: #E15188; 
}

/* --- HEADER DIVS - SEARCH BAR --- */

#searchbar {
	background-color: #ffffff;
}

#searchbarinnerdiv {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;	
}

#searchbarinnerdiv a {
	color: #666666;
	text-decoration: none;
}

#searchbarinnerdiv a:hover {
	color: #F38636;
	text-decoration: underline;
}

.holidaymessage {
	color: #F38636;
	font-weight: bold;
} 

#searchbartable {
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
}


#searchbarinnerdiv .textbox {
	border:1px solid #B3B3B3;
}
#searchbarclear {
	clear: both;
}

/* --- MAIN TABLE --- */

#maintable {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border-top: 1px solid #DCEFF2;
	border-collapse:collapse;
	
}

#maintable #mtcol1 {
	width: 150px;	
	border-right: 1px solid #DCEFF2;
}

#maintable #mtcol2 {
	border-left: 1px solid #DCEFF2;
	
}

/* --- INFO TABLE --- */

#infotable {
	width: 800px;

	margin-bottom: 15px;
	border-top: 1px solid #DCEFF2;
	border-collapse:collapse;
	
}

#infotable #infocol1 {
	width: 580px;	
	
	padding-left: 10px;
	padding-right: 10px;
}

#infotable #infocol2 {
	width: 200px;

}

#infoprodtable {
	border-left: 1px solid #DCEFF2;
}


.infoprodbox {
	border-top: 1px solid #DCEFF2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.infoprodboxnoline {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* --- MENU TABLE --- */

#menutable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F38636;
	text-align: left;
	border-bottom: 1px solid #DCEFF2;
	/*border-right: 1px solid #DCEFF2;*/

	padding-top: 6px;
	padding-bottom: 5px;
}

#menutable th a {
	color: #F38636;
	text-decoration: none;
}

#menutable th a:hover {
	text-decoration: underline;
}

#menutable th.newsletter {
	color: #ED6CA3;
	padding-bottom: 9px;

}

#menutable th .dropmenu {
	width: 140px;
	height: 18px;
}

#menutable th .news {
	width: 114px;
	height: 15px;
	
}

#menutable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	border-bottom: 1px solid #DCEFF2;
	padding-top: 2px;
	padding-bottom: 2px;
	/*border-right: 1px solid #DCEFF2;	*/
}

#menutable td a {
	color: #B3B3B3;
	text-decoration: none;
}

#menutable td a:hover {
	color: #F38636;
}

#menutable .silent td {
	border: 0px none;
	padding: 0;
	margin: 0;
}

/* --- CONTENT DIV --- */
#contenttable {
	width: 800px;
}

#contenttable #ctcol1 {
	width: 400px;
	border-right: 1px solid #DCEFF2;
}

* html #contenttable #ctcol1 {
	width: 401px;
}

#contenttable .toprow {
	height: 308px;
	border-bottom: 1px solid #DCEFF2;
}

h1 {
	font-family: Arial;
	font-weight: normal;
	font-size: 22px;
	padding: 5px;
	margin: 0;
	color: #75C0CE;
}

h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	margin: 0;
	color: #75C0CE;
}

h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	margin: 0;
	color: #ED6CA3;
}

p {
	padding-left: 5px;
}

a {
	color: #F38636;
}

	
/* --- FOOTER DIV --- */

#footer {
	height: 50px;
	background-color: #F38636;
	width: 100%;
	min-width: 950px;
}

#footercredit {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-transform: lowercase;
	padding-top: 0px;
}

#footercredit a {
	color: #f7bf95;
	text-decoration: none;
	font-size: 10px;
}

#footercredit a:hover {
	color: #ffffff;
}


#footerlinks {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-transform: lowercase;
	padding-top: 10px;
	width: 100%;
	min-width: 950px;
}

#footerlinks a {
	color: #ffffff;
	text-decoration: none;
}

#footerlinks a:hover {
	color: #ffffff;
}

/* --- PROMO TABLE DIV --- */

#promotable {
	width: 800px;	
	border-bottom: 1px solid #DCEFF2;
}

#promotable td{
	width: 133px;
	border-right: 1px solid #DCEFF2;
} 

#promotable td.short {
	width: 132px;
}
* html #promotable td.short {
	width: 133px;
}

#promotable td.long {
	width: 134px;
}
* html #promotable td.long {
	width: 133px;
}

#promotable td.end {
	border-right: 0px none;
}

#promotable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F38636;
	text-align: left;
	border-right: 1px solid #DCEFF2;
}

#promotable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

#promotable td a {
	color: #666666;
	text-decoration: none;
}

#promotable td a:hover {
	color: #F38636;
}

#contact {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 30px;
	/*border: 1px solid #dadada;*/
	background-color: #F5FCFB;
}

#contact .contactbox, #contact .contactmessbox {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #dadada;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contactustable th {
	width: 200px;
	text-align: left;
}

#mainform td, #mainform th {
	padding: 5px;
}
	