BODY{
	background-color : White;
	margin : 0 0 0 0;
	text-align : center;
}

A{
	color : #00639c;
	text-decoration : none;
}
A.black{
	color : black;
	text-decoration : none;
}

A:hover{
	color : #c00;
	text-decoration : underline;
}

H1{
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 200%;
	color : black;
	font-weight : normal;
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
}
H2{
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 140%;
	color : #900;
	font-weight : normal;
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
}
H3{
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 140%;
	color : black;
	font-weight : normal;
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
}

H4{
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 140%;
	color : #5a738c;
	font-weight : normal;
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
}

H5{
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 120%;
	color : #900;
	font-weight : normal;
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
}

H6{
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 120%;
	color : black;
	font-weight : normal;
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
}
P{
	margin : 0 0 1em 0;
	line-height : 18px;
}

Blockquote{
	margin : 0 20px 1em 20px;
	padding : 0;
}

OL{
	margin : 0 20px 1em 20px;
	padding : 0;
}

UL{
	margin : 0 10px 1em 10px;
	padding : 0;
}

UL LI{
	background-image : url(/assets/gfx/bullet-menu.gif);
	background-repeat : no-repeat;
	background-position : 0 5px;
	padding : 2px 5px 2px 14px;
	list-style : none;
}
UL LI UL{
	margin : 4px 0 0 0;
	padding : 0 0 0 0;
}

UL LI UL LI{
	background-image : url(/assets/gfx/bullet-menu-2.gif);
	background-repeat : no-repeat;
	background-position : 0 7px;
	padding : 2px 5px 2px 14px;
	list-style : none;
	font-size : 90%;
}

HR{
	background-color : black;
	color : black;
	height : 1px;
	border : none;
}


IMG{
	border : none;
}


/* Structural  */

#container{
	border-top : 10px solid #c8c890;
	width : 770px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.75em;
	background-image : url(/assets/gfx/background.gif);
	background-repeat : repeat-y;
	background-position : 0% 0%;
	margin : 0 auto 0 auto;
}

#columnOne{
	float : left;
	width : 210px;
	display : inline;
}

#logo{
	background-color : white;
	border-bottom : 1px solid black;
	text-align : center;
	padding : 8px 0 10px 0;
}

#columnOne UL{	
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	border-top : 10px solid #c8c890;
	background-image : url(/assets/gfx/menu-dots.gif);
	background-position : 50% 100%;
	background-repeat : no-repeat;
	padding : 20px 12px 40px 12px;
	margin : 0 0 3em 0;
	font-size : 120%;
}
#columnOne UL LI{	
	background-image : url(/assets/gfx/bullet-menu.gif);
	background-repeat : no-repeat;
	background-position : 0px 4px;
	margin : 0 0 4px 0;
	padding : 0 0 0 20px;
}
#columnOne UL LI A{	
	color : #5a738c;
	text-decoration : none;
}

#columnOne UL LI UL{	
	border-top : none;
	background-image : none;
	padding : 0 0 0 0;
	margin : 7px 0 5px 0;
	font-size : 80%;
}
#columnOne UL LI UL LI{	
	background-image : url(/assets/gfx/bullet-menu-2.gif);
	background-repeat : no-repeat;
	background-position : 0px 5px;
	margin : 0 0 2px 0;
	padding : 0 0 0 15px;
}
#columnOne UL LI UL LI A{	
	color : #900;
	text-decoration : none;
}



#columnTwo{

	float : right;
	width : 558px;
	display : inline;
	text-align : left;
	margin : 0 0 -91px 0;
	padding : 0 0 0 0;
}

#columnTwoHome{
	float : right;
	width : 558px;
	display : inline;
	background-image : url(/assets/gfx/information.gif);
	background-repeat : no-repeat;
	background-position : 0px 10px;
	text-align : left;
	margin : 0 0 -91px 0;
}

#contentBlock{
	padding : 85px 0 0 0;
	margin : 0 10px 0 23px;
}
#contentBlockHome{
	padding : 25px 0 0 0;
	margin : 0 10px 0 23px;
}

#siteSearch{
	text-align : right;
	display : block;
	line-height : 1;
	margin : 15px 25px 0 0;
}

#siteSearch Label{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image  : url(/assets/gfx/search-label.gif);
	background-repeat : no-repeat;
	background-position : 0px 0px;
	color : white;
	font-size : 11px;
	padding : 4px 14px 5px 45px;
	margin : 2px 0 0 0;
	line-height : 1;
	display : inline;
	float : right;
}

#siteSearch #q{
	padding : 1px 5px 1px 5px;
	margin : 2px 4px 0 4px;
	border : 1px solid black;
	float : right;
	background-color : #efefca;
	width : 125px;
}

#siteSearch #searchSubmit{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 1px solid black;
	background-color : #5a738c;
	font-size : 11px;	
	color : white;
	margin : 2px 0 0 0;
	padding : 1px 4px 0 4px;
	float : right;
}


#additionals{
	clear : both;
	margin : 16px 25px 0 0;
	text-align : right;
	font-size : 90%;
}
#additionals A{
	color : #00639c;
	text-decoration : none;
}
#additionals A:hover{
	color : #900;
	text-decoration : none;
}

#cefic{
	float : left;
	width : 186px;
	display : inline;
	padding : 35px 12px 15px 12px;
	background-image : url(/assets/gfx/menu-dots.gif);
	background-position : 50% 0%;
	background-repeat : no-repeat;
	height : 51px;
}


#footer{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.70em;
	clear : both;
	width : 770px;
	margin : 0 auto 0 auto;
	height : 90px;
	color : #666;
	line-height : 18px;
}

#sitelinks{
	float : right;
	width : 525px;
	display : inline;
	text-align : left;
	margin : 0 0 0 0;
	background-image : url(/assets/gfx/footer.gif);
	background-repeat : repeat-x;
	padding : 20px 10px 0 0;
	text-align : right;
}

#sitelinks A{
	color : black;
	text-decoration : none;
}
#sitelinks A:hover{
	color : #900;
	text-decoration : none;
}

#copyright{
	float : left;
	width : 210px;
	display : inline;
	background-image : url(/assets/gfx/footer.gif);
	background-repeat : repeat-x;
	padding : 20px 0 0 0;
	text-align : center;
}

.clear{
	clear : both;
	font-size : 10%;
	margin : 0;
	height : 1px;
}





















/* Delivery */

.dataTable{
	border : 1px solid black;
	border-collapse : collapse;
	margin : 0 0 1em 0;
	width : 100%;
}
.dataTable TH{
	border : 1px solid black;
	border-collapse : collapse;
	padding : 3px 5px 3px 5px;
	font-weight : bold;
	text-align : left;
	background-color : #c8c890;
	bor
}
.dataTable TD{
	border : 1px solid black;
	border-collapse : collapse;
	padding : 3px 5px 3px 5px;
	font-weight : normal;
	text-align : left;	
	background-color : #efefca;
}

.boxed{
	display : block;
	background-image : url(/assets/gfx/box-top.gif);
	background-repeat : no-repeat;
	display : relative;
	padding : 20px 20px 0 20px;
	z-index : 1;
	margin : 0 0 0 0;
	width : 485px;
}

.boxClose{
	background-image : url(/assets/gfx/box-bottom.gif);
	background-repeat : no-repeat;	
	height : 20px;
	margin : -10px 0 1.5em 0;
}
.boxed P{
	margin : 0 0 10px 0;
	color : #31639c;
	font-size : 90%;
}
.boxed h1{
	margin : 0 0 3px 0;
}
.boxed UL{
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
}

.boxed UL LI{
	margin : 0 0 0 0;
	font-size : 90%;
}
.boxed UL LI A{
	color : black;
	text-decoration : none;
}
.boxed UL LI A:hover{
	color : black;
	text-decoration : none;
}


.twoColumns{
	border : none;
	margin : 0 0 1em 0;
	width : 525px;
	border-collapse: collapse;
	vertical-align : top;
	clear : both;
}
.twoColumns TD{
	padding : 0 12px 0 0;
	border-collapse: collapse;
	vertical-align : top;
}

.twoColumns TD P{
	color : #666;
	font-size : 90%;
}
.twoColumns TD IMG{
	margin : 5px 5px 5px 0;
	float : left;
}
.twoColumns TD A{
	color : #900;
}

.twoColumns TD.columnOne{
	padding : 0 12px 0 0;
}
.twoColumns TD.columnTwo{
	padding : 0 0 0 13px;
}


.noDisplay{
	display : none;
}

.question{
	margin : 0 0 1em 0;
}

.question Label{
	display : block;
	background-color : #e1eef5;
	padding : 2px 4px 2px 4px;
	color : black;
	border : 1px solid #999;
	margin : 0 0 1px 0;
	width : 98%;
	position : relative;
}

.required{
	position : absolute;
	right : 5px;
	top : 2px;
}

.question .TextFormat{
	display : block;
	background-color : white;
	padding : 2px 4px 2px 4px;
	color : black;
	border : 1px solid #999;
	width : 98%;
}


.formInput{
	border : 1px solid black;
	background-color : #d3d3d3;
	padding : 1px 1% 1px 1%;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.requiredInfo{
	background-image : url(/assets/gfx/required.gif);
	background-repeat : no-repeat;
	background-position : 100% 0%;
	padding : 0 16px 0 0;
}

.long, .full{
	width : 98%;
}

.formBox{
	background-color : #efefca;
	width : 100%;
	margin : 0 0 1em 0;
	border : 1px solid black;
}

.search_error_block{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #900;
	text-align : center;
	margin : 10px 0px 0px 0px;
	padding : 10px 10px 0 10px;

}
#contentBlock #q{
	padding : 1px 5px 1px 5px;
	margin : 2px 4px 0 4px;
	border : 1px solid black;
	background-color : white;
	width : 125px;
	
}
#searchPageSubmit{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 1px solid black;
	background-color : #5a738c;
	font-size : 11px;	
	color : white;
	margin : 2px 0 0 0;
	padding : 1px 4px 1px 4px;
}


#searchPageCriteria{
	border : 1px solid black;
	background-color : #efefca;
	padding : 10px 12px 10px 12px;
	margin : 0 0 3px 0;
}

#searchResultsData{
	border : 1px solid black;
	background-color : #efefca;
	margin : 0 0 1em 0;
	padding : 3px 12px 3px 12px;
}
#resultsFound{
	text-align : right;	
	float : right;
	width : 25%;
}

#noResultsFound{
	border : 1px solid black;
	background-color : #efefca;
	margin : 0 0 1em 0;
	padding : 10px 12px 10px 12px;
	text-align : center;
}


.noResults{
	color : #333;
	font-size : 100%;
	font-weight : Bold;
}

.instructions{
	font-size : 90%;
	color : #900;
}

#searchData{
	float : left;
	width : 70%;
}


dl{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

dt{
	margin : 0 0 5px 0;
	padding : 0 0 0 0;
}

dd{
	margin : 0 0 5px 35px;
	padding : 0 0 0 0;	
}

dl A{
	color : #900;
	text-decoration : none;
}

dl A:hover{
	color : #900;
	text-decoration : underline;
}

.numbering{
	font-weight: bold;
	padding : 0 0 0 12px;
	width : 23px;
	display : block;
	float : left;
	font-size : 90%;
	text-align : left;
}

dd.extras{
	font-size : 90%;
}


#pagination{
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	text-align : center;
	padding : 4px 0 4px 0;
	margin : 0 0 0 0;
}
#paginationLayout{
	
}
#pagination Table#paginationLayout TD{
	Padding : 0 3px 0 3px;
}

#pagination A{
	color : black;
	text-decoration : none;
	border : 1px solid #ccc;
	display : block;
	Padding : 0 4px 0 4px;
}
#pagination A:hover{
	color : #900;
	text-decoration : none;
	background-color : #f5f5f5;
	border : 1px solid black;
}

#pagination .currentPage{
	border : 1px solid #ccc;
	display : block;
	Padding : 0 4px 0 4px;
	color : black;
	border : 1px solid #900;
}

#searchResultsNo{
	
}
#siteSearch{

}


.captchaImage{
	border : 1px solid black;	
	margin : 10px 0 0 0 ;
}
.captchaInput{
	padding : 1px 1% 1px 1%;
	border : 1px solid black;
	margin : 1px 0 1px 0;
	color : black;
	background-color : #d3d3d3;
	width : 98%;
}
