﻿/* general styling */
*
{
	margin: 0;
	padding: 0;
}
html, body
{
	height: auto;
	background: #202020 url(    'Images/bg.jpg' ) top center repeat-y fixed;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* the hyperlinks */
a
{
	color: #42438F;
	text-decoration: underline;
}
a:hover
{
	color: #265b00;
}


/* site specific styling */


/* the container centers the page */
#container
{
	width: 850px;
	height: auto;
	margin: 0 auto 0 auto;
}


/* the header that contains the big image */
.bigimgheader
{
	width: 850px;
	height: 120px;
	background: #323033 url(Images/HeaderFr.jpg) top left no-repeat;
	position: relative;
}

/* the language choice in the header */
.bigimgheader .chooselanguage
{
	float: right;
	margin-top: 40px;
	margin-right: 4px;
}

/* the navigationbar in the header */
#navbarStrip
{
	background-color: #000;
	width: 850px;
	height: 62px;
	vertical-align: top;
}
#navbar
{
	float: left;
	margin-left: 22px;
}

/* the core contains all the site contents */
#core
{
	width: 850px;
	height: auto; /*margin-top: 5px;*/
	background: #444923 url(Images/coreback.gif) top left repeat-y;
}

/* the footer contains all copyright info etcetera */
#page_footer
{
	clear: both;
	width: 850px;
	height: 74px;
	line-height: 74px;
	background: #000;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#page_inner_footer
{
	width: 800px;
	display: block;
	float: left;
	margin: 18px 25px 18px 25px;
}

#page_footer A:link
{
	color: #fff;
	text-decoration: underline;
}
#page_footer A:visited
{
	color: #909090;
	text-decoration: underline;
}
#page_footer A:active
{
	color: #fff;
	text-decoration: none;
}
#page_footer A:hover
{
	color: #CEA611;
	text-decoration: underline;
}

#page_footer p
{
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #CEA611;
}

/*  MAIN CONTENT  */

#maincontent
{
	display: block;
	float: left;
	width: 800px;
	min-height: 400px;
	background: #323033 url(Images/Background.jpg) top left;
	padding: 18px 25px 18px 25px;
}

.imgptrnleft
{
	display: block;
	float: left;
}

.imgptrnright
{
	display: block;
	float: left;
	width: 370px;
	padding-left: 12px;
}

.avgptrnleft
{
	display: block;
	float: left;
	width: 383px;
	padding-right: 24px;
	border-right: solid 1px #606060;
}

.avgptrnleft img
{
	display: block;
	float: left;
	margin: 0px 12px 12px 0px;
	border: 0px;
}

.imgptrnright img
{
	display: block;
	float: left;
	margin: 0px 12px 12px 0px;
	border: 0px;
}

.avgptrnbtn
{
	display: block;
	float: left;
	width: 383px;
	padding-right: 24px;
	margin-top: 12px;
	text-align: right;
}

.testimonyleft
{
	display: block;
	float: left;
	width: 162px;
}

.testimonyleft img
{
	display: block;
	float: left;
	margin: 0px 12px 12px 0px;
	border: 0px;
}

.testimonyright
{
	display: block;
	float: left;
	width: 600px;
	padding-left: 25px;
}


.weareusingleft
{
	display: block;
	float: left;
	width: 310px;
}

.weareusingleft img
{
	display: block;
	float: left;
	margin: 0px 12px 12px 0px;
	border: 0px;
}

.weareusingright
{
	display: block;
	float: left;
	width: 450px;
	padding-left: 25px;
}

.faqmain
{
	display: block;
	float: left;
	width: 775px;
	padding-left: 25px;
}
.faqbutton
{
	display: block;
	float: left;
	width: 775px;
	padding-right: 25px;
	text-align: right;
}

.ContentPromos
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff6633;
}

.ContentTitle
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

.ContentSubPageTitle
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #909090;
	background-color: #000;
	padding: 8px 25px 8px 0px;
	text-align: right;
	margin-bottom: 16px;
}

.ContentSubTitle
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.ContentText
{
	padding-top: 12px;
	text-align: justify;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #909090;
}
.ContentText ul
{
}
.ContentText li
{
	list-style-type: circle;
	list-style-position: inside;
}

.ContentSepareHoriz
{
	display: block;
	float: left;
	width: 800px;
	background-color: #909090;
	height: 2px;
	margin: 18px 0px 18px 0px;
}

.formTextbox
{
	background-color: #323033;
	color: #CEA611;
	border: solid 1px #909090;
	margin-bottom: 9px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}

/* DVD */

.dvdmain
{
	display: block;
	float: left;
}
.dvdmovieside
{
	display: block;
	float: left;
	width: 400px;
}
.dvddescrside
{
	display: block;
	float: left;
	width: 380px;
	padding-left: 12px;
}
.dvdexplside
{
	text-align: justify;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #909090;
}
.dvdYTmovieside
{
	display: block;
	float: left;
	width: 500px;
}
.dvdYTdescrside
{
	display: block;
	float: left;
	width: 280px;
	padding-left: 12px;
}

/* LINKS */

.LinksInnerContent
{
	display: block;
	float: left;
	padding: 4px;
	width: 360px;
	vertical-align: top;
}
.LinksTitle
{
	display: block;
	float: left;
	width: 360px;
	padding-top: 4px;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	color: #909090;
}

.LinksTitle a:link
{
	color: #CEA611;
	text-decoration: none;
}
.LinksTitle a:visited
{
	color: #959565;
	text-decoration: none;
	text-decoration: underline;
}
.LinksTitle a:active
{
	color: #959565;
	text-decoration: none;
}
.LinksTitle a:hover
{
	color: #CEA611;
	text-decoration: underline;
	font-size: 14px;
}

/* SERVICES */

.ContentCategoryTitle
{
	display: block;
	float: left;
	width: 94px;
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #9E1600;
	padding: 4px 0px 4px 25px;
	text-align: left;
	margin-bottom: 16px;
}

.ServicesText ul
{
	margin: 6px 200px 16px 35px;
}
.ServicesText li
{
	list-style-type: none;
	list-style-position: outside;
}

.ServicesOptText ul
{
	margin: 6px 100px 16px 35px;
}
.ServicesOptText li
{
	list-style-type: square;
	list-style-position: outside;
}

.ServicesDocText ul
{
	margin: 6px 100px 16px 35px;
}
.ServicesDocText li
{
	list-style-type: none;
	list-style-position: outside;
}

/* PAGE TITLE */

#silhPageTitle
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #CEA611;
	color: #34321C;
	text-align: right;
	width: 840px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-right: 10px;
}

/* border image */

.floatright
{
	display: block;
	float: right;
	width: 103px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border: solid 2px #000;
}

div.floatright img
{
	border: solid 4px #323033;
}
