
/* site
-----------------------------------------------------------*/

html
{
	background-color: #AACCFF;
}
body
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Segoe UI', Verdana, Helvetica, Sans-Serif;
	/*background: url(../images/bg-body.png) repeat-x;*/
	background-color: #FFFFFF;
}
#wrap
{
}
#main
{
	overflow: auto;
}
.wrapper
{
	width: 810px;
	padding: 16px 20px 16px 20px;
	margin: 0 auto;
	overflow: hidden;
	color: #333333;
}
#footer
{
	height: 42px;
	clear: both;
	background-color: #AACCFF;
	color: #789;
}
#copyright
{
	padding-top: 12px;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Sans-Serif;
	font-size: 0.7em;
}
.hidden
{
	display: none;
}

/* headings   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000000;
}
h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* links
-----------------------------------------------------------*/

a
{
	outline: 0;
}
a:link
{
	text-decoration: none;
}
a:visited
{
}
a:hover
{
	text-decoration: underline;
}
a:active
{
}

.wrapper a
{
	color: #335599;
	font-weight: bold;
	font-size: 105%;
}

/* menu
-----------------------------------------------------------*/

.menu
{
	margin: -10px 0 0 0;
	padding: 10px 2px 8px 2px;
	list-style: none;
	text-align: right;
	overflow: hidden;
	float: right;
	background-color: #FFFFFF;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.menu li
{
	float: left;
	font-size: 16px;
}
.menu li.menuSeparator
{
	width: 3px;
	background: #AACCFF;
	padding: 0 0 12px 0;
}
.menu li.menuItem
{
	padding: 8px 0 0 0;
}
.menu li a
{
	padding: 0 16px 3px 16px;
	margin: 0 6px 0 6px;
	text-decoration: none;
	color: #335599;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.menu li a:hover
{
	text-decoration: none;
	background-color: #AACCFF;
}

/* header
-----------------------------------------------------------*/

#headerFullWidth
{
	background-color: #AACCFF;
}

#header
{
	width: 860px;
	height: 200px;
	overflow: hidden;
	padding: 0 20px;
	margin: 0 auto;
}
#header #headers
{
	float: left;
	position: relative;
	top: 12px;
	left: 120px;
}
#header h1
{
	text-align: right;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 32px !important;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	line-height: 2em;
}
#header h2
{
	text-align: right;
	color: #112233;
	font-family: Tahoma;
	font-size: x-large;
	font-weight: normal;
	margin-top: 0px;
}
#header #logo
{
	float: left;
	position: relative;
	top: 20px;
	left: 32px;
}

/* area
-----------------------------------------------------------*/

.area
{
	width: 100%;
	min-width: 900px;
	background: #778899;
	color: #FFFFFF;
	line-height: 20px;
}
.area .holder-area:after
{
	content: "";
	display: block;
	clear: both;
}
.area .contact
{
	font-style: normal;
}
.area .contact a
{
	color: #AACCFF;
	text-decoration: none;
}
.area .contact a:hover
{
	text-decoration: underline;
}
.holder-area
{
	width: 860px;
	margin: 0 auto;
	position: relative;
	padding: 12px;
}
.holder-area p, .holder-area ul
{
	margin-bottom: 12px;
	line-height: 1.6em;
}

.message
{
	font-weight: bold;
	font-style: italic;
	font-size: 105%;
}
.bullets
{
	padding-left: 30px;
}
.bullets span
{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 105%;
}

/* wrapper
-----------------------------------------------------------*/

.wrapper p
{
	text-align: left;
}

.wrapper .wide
{
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
}

.wrapper .big
{
	font-weight: bold;
	font-style: italic;
}

.wrapper tr
{
	vertical-align: top;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
	border: 1px solid #AACCFF;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend 
{
	font-size:1.2em;
	font-weight: bold;
}

textarea 
{
	min-height: 75px;
	width: 100%;
}

/*
input[type="text"], input[type="password"]
{
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
	width: 100%;
}

select
{
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
}

input[type="submit"]
{
	font-size: 1.2em;
	padding: 5px 15px;
}
*/

.editor-label 
{
	margin: 1em 0 0 0;
}

.editor-field 
{
	margin:0.5em 0 0 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* index
-----------------------------------------------------------*/

.areaCalculator
{
	float: right;
	margin-top: 16px;
	padding: 16px 16px 8px 16px;
	
	border: 2px solid #AACCFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 90%;
}

.areaCalculator td
{
	padding-bottom: 4px;
}

/* index #sections
-----------------------------------------------------------*/

#sections table
{
	border: 0;
}

#sections .seperator
{
	padding: 0 4px;
}

#sections .head
{
	width: 33%;
	padding: 8px 0;
	background-color: #778899;
	color: White;
	font-weight: bold;
	text-align: center;
}

#sections .body
{
	padding: 8px 16px;
	background-color: #AACCFF;
}

#sections .body p
{
	margin: 0 0 10px 20px;
	line-height: 150%;
}

#sections .body ul
{
	margin: -8px 0 10px 12px;
	line-height: 150%;
}

#sections .body p:first-letter
{
	margin-left: -20px;
}

/* approach
-----------------------------------------------------------*/

.approachQuoteOpen,
.approachQuoteClose
{
	vertical-align: text-top;
	width: 18px;
	height: 12px;
}

/* jenny
-----------------------------------------------------------*/

#jennyComprisesList li
{
	padding-bottom: 4px;
}

#jennyParameterList ul
{
	margin: 8px 0 0 0;
}

#jennyParameterList li
{
	padding-bottom: 4px;
}

#jennyAdvantageList ul
{
	margin: 8px 0 0 0;
}

#jennyAdvantageList li
{
	padding-bottom: 6px;
}

/* articles
-----------------------------------------------------------*/

#ArticleList
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #AACCFF;
	padding: 8px 16px 4px 16px;
	background-color: #FFFFCC;
	font-size: 100%;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#articles
{
}

#articles ul
{
	margin: 0;
}

#articles > li
{
	font-weight: bold;
	color: #000;
	padding-bottom: 42px;
}

#articles > li > ul
{
	list-style-type: disc;
	padding-top: 10px;
}

#articles > li > ul > li
{
	font-weight: normal;
	color: #036;
	padding-top: 10px;
}

#articles a
{
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
	color: #034AF3;
}

#articles a:link
{
}

#articles a:visited
{
}

#articles a:hover
{
	text-decoration: underline;
}

#articles a:active
{
}

/* contact
-----------------------------------------------------------*/

#divContactSuccess
{
	width: 100%;
	background-color: #CCFFCC;
	text-align: center;
	padding: 8px 0;
	
	border: 1px solid #66CC66;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#divContactFailure
{
	width: 100%;
	background-color: #FFCCCC;
	text-align: center;
	padding: 8px 0;
	
	border: 1px solid #CC6666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* code
-----------------------------------------------------------*/

.thinBorder
{
	border: 2px solid #AACCFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 -8px;
	padding: 8px;
}

.smallCode
{
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	--color: #778899;
}

/* license
-----------------------------------------------------------*/

.SpacedList li { padding: 5px 0px 5px 0px; }

/* DX
-----------------------------------------------------------*/

/* ASPxButton */
.dxbButton_Office2010Blue1
{
	outline: none;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* 
-----------------------------------------------------------*/
