/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure,
footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video
{ display:block }

mark, rp, rt, ruby, summary, time
{ display:inline }

/* Left & Right alignment */
.left { 
	float: left;
	width: 400px;
}
.right {
	float:right;
	width: 400px;
}
.wrapper {
	width:100%;
        overflow:hidden
}

/* Global properties */
body
{
	background:#f0f1f0;
	border:0;
	font:14px Arial, Helvetica, sans-serif;
	color:#6b6b6b;
	line-height:20px
}

.ic, .ic a
{
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

.block { height:78px }

.extra
{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -78px;
	background:url(../images/bg2.gif) bottom repeat-x
}

body, html { height:100% }

.block2 { height:130px }

.extra2
{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -130px;
	background:url(../images/bg.gif) bottom repeat-x
}

.body1
{}

.css3
{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	position:relative
}

/* Global Structure */
.main 
{
	margin:0 auto;
	width:804px
}

/* main layout */
a
{
	color:#6b6b6b;
	text-decoration:underline;
	outline:none
}

a:hover { text-decoration:none }

p { padding-bottom:20px; width: 80% }

h2
{
	font-size:26px;
	color:#000;
	line-height:1.2em;
	padding:8px 0 18px 0;
	letter-spacing:-1px
}

/* header */
header
{
	width:100%;
	overflow:hidden
}

h1
{
	font-size:74px;
	line-height:1.2em;
    /*padding:78px 0 0 0;*/
    padding:18px 0 10px 0;
	/*text-transform:uppercase;*/
	margin-left:-5px;
	letter-spacing:-1px;
	margin-bottom:-17px
}

h1 a { text-decoration:none }

* +html h1
{
	padding-top:82px;
	margin-bottom:-21px
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	h1
	{
		padding-top:81px;
		margin-bottom:-20px
	}
}

/* Menu and navigation set up */
.menu
{
	padding:0 25px;
	overflow:hidden
}

.menu li { float:left }

.menu li a
{
	display:block;
	padding:0 18px;
	font-size:40px;
	color:#fff !important;
	text-decoration:none;
	line-height:54px;
	height:57px;
	letter-spacing:-1px
}

.menu li a:hover, .menu .active a { background:#f0f1f0 }

#logo
{
	margin:80px 0 0 150px;
	display:block;
	background:url(../images/logo.png) 0 0 no-repeat;
	width:500px;
	height:171px;
	text-indent:-9999px
}

#menu
{
	background:url(../images/menu_bg.png) 0 0 no-repeat;
	width:643px;
	height:100px;
	margin:61px 0 0 78px;
	padding-top:100px
}

#menu li { float:left }

#menu a
{
	font-size:30px;
	color:#000;
	line-height:1.2em;
	text-decoration:none;
	letter-spacing:-1px
}

.nav1 { padding:26px 0 0 57px }

/*.nav2 { padding:16px 0 0 30px }*/

.nav3 { padding:36px 0 0 135px }

/*.nav4 { padding:16px 0 0 29px }*/

.nav5 { padding:26px 0 0 128px }

/*.nav1 { padding:26px 0 0 57px }

.nav2 { padding:16px 0 0 30px }

.nav3 { padding:36px 0 0 27px }

.nav4 { padding:16px 0 0 29px }

.nav5 { padding:26px 0 0 30px }*/

#menu .nav1 a:hover { color:#bb0e0e }
#menu .nav2 a:hover { color:#ca6509 }
#menu .nav3 a:hover { color:#3f9711 }
#menu .nav4 a:hover { color:#0ca0ce }
#menu .nav5 a:hover { color:#8606c5 }

/* content */
.content
{
	padding-top:40px;
	width:100%;
	overflow:hidden
}

.pad_left1 { padding-left:39px }
.marg_right1 { margin-right:19px }
.pad_bot1 { padding-bottom:10px }
.pad_bot2 { padding-bottom:40px }
.pad_bot3 { padding-bottom:15px }
.pad_top1 { padding-top:20px }
.color1 { color:#000 }
.font1 { font-size:16px;color:#000 }
.list1 { margin-top:-4px }
.list1 li { line-height:30px }
.list1 li a
{
	color:#6b6b6b !important;
	padding-left:13px;
	background:url(../images/marker_1.gif) 0 4px no-repeat
}

.button
{
	display:inline-block;
	color:#fff !important;
	text-decoration:none;
	line-height:34px;
	padding:0 17px;
	background:#000
}

.button:hover
{
	background:#fff !important;
	color:#000 !important
}

/* footer */
footer
{
	min-height:78px;
	text-align:center;
	width:100%;
	overflow:hidden
}

.footer_end { height:130px }
.footer_end a { color:#8606c5 }
.footer_end a:hover
{}

.icons
{
	display:inline-block;
	padding:30px 0 10px 0
}

.icons li { float:left;padding:0 3px }

* +html .icons
{
	display:inline
}

/* Tooltips */
.aToolTip
{
	border:1px solid #000;
	background:url(../images/opacity_50_black.png) repeat;
	color:#fff;
	margin:0;
	padding:0px 5px;
	font-size:11px;
}

.aToolTip .aToolTipContent
{
	position:relative;
	margin:0;
	padding:0
}

a.aToolTipCloseBtn
{
	display:block;
	height:20px;
	width:20px;
	overflow:hidden;
	background:url(../images/loading/close.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-15px;
	right:-20px
}

/* forms */
#ContactForm
{}

#ContactForm .wrapper { min-height:40px }
#ContactForm .textarea_box
{
	height:145px;
	padding-bottom:6px;
	width:100%;
	overflow:hidden
}

#ContactForm
{}

#ContactForm a { margin-right:10px;float:left }

#ContactForm .input
{
	width:224px;
	border:1px solid #e3e4e3;
	background:#fff;
	padding:6px 8px;
	/*color:#bebebe;*/
	font:14px Arial, Helvetica, sans-serif;
	height:16px
}

#ContactForm textarea
{
	overflow:auto;
	min-width:224px;
	border:1px solid #e3e4e3;
	background:#fff;
	padding:6px 8px;
	/*color:#bebebe;*/
	font:14px Arial, Helvetica, sans-serif;
	height:127px;
	margin:0
}


/**********************************************************/
ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 25px;
}

ol li {
    padding-left: 14px;
}

ul {
    list-style-type: none;
    list-style-position: inside;
}

ul li {
    padding-left: 14px;
}

.numbered-list {
    margin-bottom: 20px;
}

.numbered-list li {
    line-height:30px;
}

.numbered-list li a {
    color:#6b6b6b !important;
    padding-left:13px;
    background:url(../images/marker_1.gif) 0 4px no-repeat
}

.note {
    display: block;
	/*#33B4E4*/
    border-left: 5px solid #ca6509;
	background: #dddddd;
    margin: 20px 5px 20px 5px;
    padding: 5px;
    width: 80%;
}

.note-important-blue
{
    display: block;
	/*#ca6509*/
    border-right: 5px solid #33B4E4;
    border-left: 5px solid #33B4E4;
	background: #dddddd;
    margin: 20px 5px 20px 5px;
    padding: 5px;
    text-align: center;
	/*float: right;*/
}

.note-important-orange
{
    display: block;
	/*#33B4E4*/
    border-right: 5px solid #ca6509;
    border-left: 5px solid #ca6509;
	background: #dddddd;
    margin: 20px 5px 20px 5px;
    padding: 5px;
    text-align: center;
	/*float: right;*/
}

.screenshots {
    width: 100%;
    padding-bottom: 20px;
}

.screenshots img {
    margin: 0px 5px;
}

.carousel-canvas {
    width: 804px;
    height: 450px;
    min-width: 804px;
    min-height: 450px;
    max-width: 804px;
    max-height: 450px;
}

.carousel-center {
    margin: 0 auto;
    display: block;
    /*display: inline;*/
    /*float: none;*/
}

.title {
    font-weight: bold;
}

.question {
    padding-bottom:10px;
    padding-top:20px;
    font-size:16px;
    color:#000;
    font-weight: bold;
}

.answer {
    width: 80%;
}

.one-line {
    white-space: nowrap;
    overflow: hidden;
    /*text-align: right;*/
    margin-bottom: 30px;
}

.display-inline {
    display: inline;
    vertical-align: middle;
}

.important-text-orange {
    color: #ca6509;
}

.important-text-blue {
    color: #33B4E4;
}

.blurred {
    color: #bebebe;
}

.focused {
    color: #222222;
}

.black {
    color: #000000;
}

.console-font {
    font-family: monospace;
}

.list-with-margins {
    padding-bottom: 20px;
}

.list-with-lower-roman-markers {
    list-style-type: lower-roman;
}

.list-with-lower-latin-markers {
    list-style-type: lower-latin;
}

.copyright-note {
	background-color: #dddddd;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.1em;
	display: block;
}