/******************************************************************************/
/* Html
/******************************************************************************/

body, html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	background: #e8e8e8;
	height: 100%;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0;
}

p
{
	margin: 15px 0 15px 0;
}

h1
{
	margin: 0 0 5px 0;
	font-size: 18px;
}

h2
{
	margin: 0 0 5px 0;
	font-size: 15px;
}

h3
{
	margin: 0 0 5px 0;
	font-size: 13px;
}

a, a:link, a:visited, a:active
{
	color: #333333;
	text-decoration: underline;
	outline: none;
}

a:hover
{
	text-decoration: underline;
	outline: none;
}

a img
{
	border: 0;	
	outline: none;
}

table
{
	padding: 0px;
	margin: 0px;
}

tr
{
	padding: 0px;
	margin: 0px;
}

td
{
	padding: 0px;
	margin: 0px;
}

tr.row-grey {
	background: #eeeeee;
	padding: 2px;
}

/******************************************************************************/
/* Classes
/******************************************************************************/

.clear
{
	clear: both;
}

/******************************************************************************/
/* ID's
/******************************************************************************/

#wrapper
{
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	display: block;
}

#header
{
	width: 100%;
	height: 178px;
	padding: 25px 0 0 0;
}

#head_left
{
	width: 10px;
	height: 178px;
	float: left;
	background: url(../images/head_left.gif) no-repeat;
}

#head_right
{
	width: 10px;
	height: 178px;
	float: left;
	background: url(../images/head_right.gif) no-repeat;
}

#head
{
	width: 880px;
	height: 178px;
	float: left;
	background: url(../images/head_center.gif) no-repeat;
}

/******************************************************************************/
/* horizontalMenu
/******************************************************************************/

#horziontalMenu
{
	color: #000;
}

#horziontalMenu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#horziontalMenu li
{
	margin-left: 3px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#horizontalMenu li a, a:active, a:visited, a:link
{
	list-style-type: none;
	margin-left: 3px;
	font-weight: normal;
	font-size: 12px;
}

#horziontalMenu li a:hover
{
	text-decoration: none;
}

#packshot {
	width: 320px;
	height: 240px;
	display: inline;
	float: right;
}

#packshottext {
	display: inline;
	float: left;
	width: 540px;
	height: auto;
}

#specific {
	display: inline;
	float: left;
}

/******************************************************************************/
/* Footer
/******************************************************************************/

#footerContainer
{
	width: 900px;
	height: 45px;
	margin: 15px 0 0 0;
}

#foot_top_left
{
	width: 15px;
	height: 15px;
	background: url(../images/foot_top_left_g.gif) no-repeat;
	float: left;
}

#foot_top
{
	width: 870px;
	height: 15px;
	background: url(../images/foot_top_g.gif) repeat-x;
	float: left;
}

#foot_top_right
{
	width: 15px;
	height: 15px;
	background: url(../images/foot_top_right_g.gif) no-repeat;
	float: left;
}

#foot_left
{
	width: 15px;
	height: 15px;
	background: url(../images/foot_left_g.gif) repeat-y;
	float: left;
}

#footer
{
	width: 870px;
	height: 15px;
	background: #FFFFFF;
	float: left;
	text-align: center;
}

#foot_right
{
	width: 15px;
	height: 15px;
	background: url(../images/foot_right_g.gif) repeat-y;
	float: left;
}

#foot_bottom_left
{
	width: 15px;
	height: 15px;
	background: url(../images/foot_bottom_left_g.gif) no-repeat;
	float: left;
}

#foot_bottom
{
	width: 870px;
	height: 15px;
	background: url(../images/foot_bottom_g.gif) repeat-x;
	float: left;
}

#foot_bottom_right
{
	width: 15px;
	height: 15px;
	background: url(../images/foot_bottom_right_g.gif) no-repeat;
	float: left;
}
