/* Default CSS Stylesheet for a new Web Application project */

html, body 
{
	margin: 0px;
	padding: 0px;
	
	height: 100%;
			
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #3c454f;
		
	/*border: solid 1px pink;*/
}

td 
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	color: #223244;
}

h1 
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	margin-top: 10px;
}

h2 
{
	font-size: 18px;
	color: #223244;	
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

h3 
{
	font-size: 14px;
	font-weight: normal;
	border-bottom: solid 1px #efb673;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

img 
{
	border: 0px;
}

#wrapper
{
	/*border: solid 1px red;*/
	margin: 0px auto;
	padding: 0px;
	width: 954px;
	border-left: solid 1px #868686;
	border-right: solid 1px #868686;
}

.topCell
{
	height: 33px;
	background-image: url(images/top-image.jpg);
	
	text-align: right;
	/*padding-top: 10px;*/
}

.topCell table 
{
	margin-top: 10px;	
}

.topCell table td 
{
	padding-right: 15px;
}

.headerCell 
{
	background-image: url(images/header-background.jpg);
	background-repeat: repeat-x;
	
	height: 114px;
	
	text-align: right;
	
	border-top: solid 1px #e89432;
}

.menuCell 
{
	height: 43px;
	background-image: url(images/menu-background.jpg);
}

.submenuCell 
{
	height: 125px;
	
	background-image: url(images/submenu-background.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	
	background-color: #bec3c7;
}

.bottomCell 
{
	height: 30px;
	background-color: #213042;
	border-top: solid 1px #7f7f7f;
	
	text-align :center;
	color: #FFFFFF;
	font-size: 10px;
	
	padding-top: 7px;
}

.spanOrange 
{
	color: #e89432;
	padding-left: 10px;
	padding-right: 10px;
}

.bottomCell a 
{
	color: #FFFFFF;
	text-decoration: none;
}

.bottomCell a:hover 
{
	color: #e89432;
}

#imgMenuItem 
{
	height: 126px;
	margin-left: 24px; 
	border-right: solid 10px #e89432;
}

#News1_imgMenuItem 
{
	height: 126px;
	margin-left: 24px; 
	border-right: solid 10px #e89432;
}

#Products1_imgMenuItem
{
	height: 126px;
	margin-left: 24px; 
	border-right: solid 10px #e89432;
}

#detail1_imgMenuItem
{
	height: 126px;
	margin-left: 24px; 
	border-right: solid 10px #e89432;
}

#error 
{
	width: 450px;
	font-size: 14px;
	margin: 50px auto;
	text-align: center;
	border: solid 1px #FFFFFF;
}

#errorSmall
{
	width: 200px;
	font-size: 14px;
	margin: 50px auto;
	text-align: center;
	border: solid 1px #FFFFFF;
}

#broadcast 
{

}

#broadcast td 
{
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 9px;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

.categorieHeader 
{
	color: #223244;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
}

.contentCell 
{
	background-color: #9ea3a7;
	vertical-align: top;
}

.product 
{
	border-bottom: solid 1px #efb673;
	width: 433px;
	height: 94px;
	/*border: solid 1px #FFFFFF;*/
	text-align: left;
}

.news
{
	border-bottom: solid 1px #efb673;
	width: 800px;
	/*border: solid 1px #FFFFFF;*/
	text-align: left;
	padding: 20px 0px 20px 0px;
}

.pageNavigation
{
	color: #FFFFFF;
	text-decoration: none;
}

.pageNavigation:hover
{
	text-decoration: underline;
}

.productDetail
{
	color: #293a4e;
	text-decoration: none;
}

.productDetail:hover
{
	text-decoration: underline;
}

#searchForm
{
}

#searchForm td 
{
	color: #FFFFFF;
}

#logos td
{
	padding-right: 50px;
	padding-bottom: 20px;
}

.TextBox 
{
	border: none;
}

.btnSearch 
{
	height: 22px;
	border: none;
	background-color: #162231;
	color: #FFFFFF;
}