* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 20px 0px;
	background-color: #656565;
	color: #c2bebe;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

a {
	color: #c2bebe;
	
	background-color: inherit;
	text-decoration: underline;
}

a:link {
	color: #cccccc;
	background-color: inherit;
}

a:hover {
	color: #ed1c22;
	background-color: inherit;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 6px 0px 5px;
	text-align: justify;
	line-height: normal;
	clear : both;
	float : none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#container {
	margin: 0px auto;
	width: 778px;
	background: url('images/container_background.gif') #0c070d repeat-y 0px 0px;
	color: inherit;
}

.thumbnail {
	padding: 10px 0px;
}

.thumbnail img {
	border: #5c5b5c 1px solid;
}


/* Page Title */

#page_title {
	width: 362px;
	height: 128px;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	overflow: hidden;
	float: right;
}

#page_title h1 {
	width: 362px;
	height: 126px;
	background: url('images/company_name.gif') #ffffff no-repeat 50% 50%;
	color: #cf7235;
}


/* Page Image */

#page_image {
	width: 414px;
	height: 292px;
	color: inherit;
	overflow: hidden;
}


/* Left Column */

#left_column {
	width: 414px;
	font-size: 12px;
	float: left;
}

#left_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	color: #e03920;
}

#left_column a:link {
	color: #e0c506;
	background-color: inherit;
}

#left_column a:hover {
	color: #ed1c22;
	background-color: inherit;
}

/* Right Column */

#right_column {
	padding-bottom: 20px;
	width: 362px;
	background-color: #ffffff;
	color: #666666;
	float: right;
	clear: right;
}

#right_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	color: #656565;
}

#right_column p {
	padding-top: 6px;
}

#right_column a:link {
	color: #ed1c22;
	background-color: inherit;
}

#right_column a:hover {
	color: #000000;
	background-color: inherit;
}

/* Page Menu */

#page_menu {
	width: 414px;
	height: 55px;
	background: url('images/background.gif') #0c0b0b repeat-x 0% 0%;
	color: #c2bebe;
}

#page_menu a {
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
}

#page_menu a:link {
	color: #cccccc;
	background-color: inherit;
}

#page_menu a:hover {
	color: #e0c506;
	background-color: inherit;
}

#page_menu li {
	padding: 0px 2px 2px;
    float: left; padding-left: 18px;
}

#page_menu li a {
	display: block;
	width: 81px;
	background-position: 50% 35%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#page_menu li#menu1 a {
	margin-right: 7px;
	width: 69px;
}

#page_menu li#menu5 a {
	margin-left: 7px;
	width: 66px;
}

#page_menu li a span {
	padding-top: 35px;
	display: block;
}

#menu1 a {
	background-image: url('images/menu_bg1.gif');
}
#menu1 a:hover {
	background-image: url('images/menu_bg2.gif');
}
#menu2 a {
	background-image: url('images/menu_bg1.gif');
}
#menu2 a:hover {
	background-image: url('images/menu_bg2.gif');
}

#menu3 a {
	background-image: url('images/menu_bg1.gif');
}
#menu3 a:hover {
	background-image: url('images/menu_bg2.gif');
}

#menu4 a {
	background-image: url('images/menu_bg1.gif');
}
#menu4 a:hover {
	background-image: url('images/menu_bg2.gif');
}

#menu5 a {
	background-image: url('images/menu_bg1.gif');
}
#menu5 a:hover {
	background-image: url('images/menu_bg2.gif');
}


/* Main Content */

#maincontent {
	padding: 10px 28px 0px;
}

#maincontent h2 {
	margin-bottom: 5px;
	height: 37px;
}


/* Pop Up */

#popup {
	padding: 10px 15px 10px 15px;
	color: #656565;
	background-color: #ffffff;
}

#popup h2 {
	margin-bottom: 5px;
	height: 37px;
}


/* Right Content */

#rightcontent {
	padding: 20px 25px;
}

#rightcontent h2 {
	height: 35px;
}


/* Page Footer */

#page_footer {
	margin-left: 416px;
	width: 362px;
	padding: 9px 0px;
	background: url('images/background.gif') #343231 repeat-x 0px 0px;
	color: inherit;
	clear: both;
	font-size: 10px;
	line-height: 12px;
}