/* Global styles: */


body
{
	margin: 0;
/*	background-color: #f8f8f8;  */
	background-color: #f0f0f0;
	color: #333333;
	line-height: 1.4;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, serif;
	font-size: 10pt;
	width: 900px;
	min-width: 900px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a
{
	text-decoration: none;
}

a:link
{
	color: #037;
}

a:visited
{
	color: #4682b4;
}

a:hover
{
	color: #0057cb;
	text-decoration: underline;
}

a:active
{
	color: #037;
}

:link img,
:visited img
{
	border: 0;
}

table.center
{
	margin-left: auto;
	margin-right: auto;
}

.hide
{
	display: none;
}

.clearer
{
	clear: both;
	width: 900px;
	height: 1px;
}


/* Page division IDs: */

#header
{
/*	border: 1px solid #FF0000;		*/
/*	background-color: green;		*/
	clear: both;
	width: 900px;
	height: 91px;
	margin-bottom: 10px;
	text-align: left;
	
/*
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
*/
}

#header-left
{
/*	border: 1px solid #00FF00;		*/
	width: 280px;
	float: left;
	position: relative;
	text-align: left;
	padding: 0px;
}

#header-right
{
/*	border: 1px solid #0000FF;		*/
	width: 590px;
	float: right;
	text-align: left;
	padding-bottom: 10px;
}

.contents
{
/*	background: white url(/images/contents-bottom.png) no-repeat scroll bottom left; */
	background-color: white;
	clear: both;
	width: 860px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*.contents-top
{
	background: url(/images/contents-top.png) no-repeat scroll top left;
	margin-left: -21px;
	margin-top: -30px;
	float: left;
	height: 10px;
	width: 900px;
	
	border-top: 1px solid #0;
	border-bottom: 1px solid #0;
	border-left: 1px solid #0;
	border-right: 1px solid #0;
}

.contents-bottom
{
	content: url(/images/contents-bottom.png) no-repeat scroll bottom left;
	margin-left: -21px;
	margin-bottom: 0px;
	height: 10px;
	width: 900px;
	
	border-top: 1px solid #0;
	border-bottom: 1px solid #0;
	border-left: 1px solid #0;
	border-right: 1px solid #0;
}
*/

#footer
{
	clear: both;
	width: 900px;
	margin-top: 10px;
/*	border-top: 1px solid #a1a5a9; */
	
/*
	border: 1px solid #008080;
*/
}

#footer form
{
	margin-top: 20px;
	margin-bottom: 10px;
}

#footer form input
{
	vertical-align: bottom;
}


/* Contents can contain main-left + sidebar-right, or sidebar-left + main-right, or neither: */

.full-width
{
	width: 860px;
}

.main-left, .main-left-wide
{
	float: left;
	text-align: left;
/*	border-right: 1px solid #ddd;	*/
	padding-bottom:20px;
}

.main-left
{
/*	border: 1px solid #0000FF;		*/
	width: 580px;
}

.sidebar-right, .sidebar-right-narrow
{
	float: right;
	position: relative;
	text-align: left;
	padding: 0px;
	margin-left: 20px;
	background: white;
}

.sidebar-right
{
/*	border: 1px solid #00FF00;		*/
	width: 250px;
}

.main-right
{
	width: 520px;
	float: right;
	text-align: left;
/*	border-left: 1px solid #ddd;	*/
	padding-bottom: 20px;
}

.sidebar-left
{
	width: 250px;
	float: left;
	position: relative;
	text-align: left;
	padding: 0px;
	margin-right: 20px;
}

.main-left-wide
{
/*	border: 1px solid #0000FF;		*/
	width: 710px;
}

.sidebar-right-narrow
{
/*	border: 1px solid #00FF00;		*/
	width: 125px;
}

.sidebar-middle
{
	width: 250px;
	float: left;
	position: relative;
	text-align: left;
	margin-left: 35px;
	margin-right: 35px;
}

.half-left
{
	width: 420px;
	float: left;
	text-align: left;
/*	border-right: 1px solid #ddd;	*/
	margin-right: 10px;
	margin-bottom: 10px;
	
/*
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
*/
}

.half-left img
{
	padding-top: 15px;
}

.half-right
{
	width: 420px;
	float: right;
	position: relative;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 20px;
	
/*
	border-top: 1px solid #00FF00;
	border-bottom: 1px solid #00FF00;
	border-left: 1px solid #00FF00;
	border-right: 1px solid #00FF00;
*/
}


/* Header-specific classes: */

ul#menu-navigation
{
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px; 
	padding: 0; 
	list-style: none; 
	clear: both;
}

.menu-navigation
{
	width: 98px;
	height: 22px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	float: left; 
}

.menu-navigation a
{
	display: block;
	width: 98px;
	height: 22px;
}

.menu-navigation a:hover
{
	text-decoration: none;
}

#navigation-about { background-image: url(/header/nav-about-off.png); width: 99px; }
#navigation-about-sel { background-image: url(/header/nav-about-sel.png); width: 99px; }
#navigation-about > a:hover { background-image: url(/header/nav-about-on.png); width: 99px; }

#navigation-blog { background-image: url(/header/nav-blog-off.png); }
#navigation-blog-sel { background-image: url(/header/nav-blog-sel.png); }
#navigation-blog > a:hover { background-image: url(/header/nav-blog-on.png); }

#navigation-forums { background-image: url(/header/nav-forums-off.png); }
#navigation-forums-sel { background-image: url(/header/nav-forums-sel.png); }
#navigation-forums > a:hover { background-image: url(/header/nav-forums-on.png); }

#navigation-faq { background-image: url(/header/nav-faq-off.png); }
#navigation-faq-sel { background-image: url(/header/nav-faq-sel.png); }
#navigation-faq > a:hover { background-image: url(/header/nav-faq-on.png); }

#navigation-developer { background-image: url(/header/nav-developer-off.png); }
#navigation-developer-sel { background-image: url(/header/nav-developer-sel.png); }
#navigation-developer > a:hover { background-image: url(/header/nav-developer-on.png); }

#navigation-store { background-image: url(/header/nav-store-off.png); width: 99px; }
#navigation-store-sel { background-image: url(/header/nav-store-sel.png); width: 99px; }
#navigation-store > a:hover { background-image: url(/header/nav-store-on.png); width: 99px; }


ul#menu-products
{
	height: 63px;
	margin: 0;
	margin-top: -5px;
	margin-left: 2px;
	padding: 0;
	list-style: none;
	clear: both;
}

.menu-product
{
	width: 76px;
	height: 63px;
	margin: 0;
	margin-right: 26px;
	padding: 0;
	background-repeat: no-repeat;
	float: left; 
}

.menu-product a
{
	display: block;
	width: 76px;
	height: 63px;
}

.menu-product a:hover
{
	text-decoration: none;
}

#product-simon { background-image: url(/header/product-simon-off.png); }
#product-simon-sel { background-image: url(/header/product-simon-sel.png); }
#product-simon > a:hover { background-image: url(/header/product-simon-on.png); }

#product-timeout { background-image: url(/header/product-timeout-off.png); }
#product-timeout-sel { background-image: url(/header/product-timeout-sel.png); }
#product-timeout > a:hover { background-image: url(/header/product-timeout-on.png); }

#product-caboodle { background-image: url(/header/product-caboodle-off.png); }
#product-caboodle-sel { background-image: url(/header/product-caboodle-sel.png); }
#product-caboodle > a:hover { background-image: url(/header/product-caboodle-on.png); }

#product-narrator { background-image: url(/header/product-narrator-off.png); }
#product-narrator-sel { background-image: url(/header/product-narrator-sel.png); }
#product-narrator > a:hover { background-image: url(/header/product-narrator-on.png); }

#product-blogassist { background-image: url(/header/product-blogassist-off.png); }
#product-blogassist-sel { background-image: url(/header/product-blogassist-sel.png); }
#product-blogassist > a:hover { background-image: url(/header/product-blogassist-on.png); }

#product-macfilink { background-image: url(/header/product-macfilink-off.png); margin: 0px; }
#product-macfilink-sel { background-image: url(/header/product-macfilink-sel.png); margin: 0px; }
#product-macfilink > a:hover { background-image: url(/header/product-macfilink-on.png); margin: 0px; }


/* Contents-specific classes: */

.page-heading
{
	text-align: center;
	color: black;
	font-size: 36px;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	text-shadow: #A9A9A9 2px 2px 4px;
}

.page-slogan
{
	text-align: center;
	color: gray;
	font-size: 24px;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
}

.sub-heading, .release-version
{
	color: black;
	font-size: 18px;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	text-shadow: #A9A9A9 2px 2px 4px;
}

.product-name
{
	color: black;
	font-size: 50px;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	text-shadow: #A9A9A9 4px 4px 6px;
}

.product-slogan
{
	color: #aaa;
	font-size: 22px;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	margin-top: 20px;
}

.product-quote
{
	text-align: right;
	font-size: 11pt;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	margin-top: 30px;
}

.product-quote-rating
{
	text-align: right;
	font-style: italic;
	font-size: 10px;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
}

.product-quote-author
{
	text-align: right;
	color: gray;
	font-style: italic;
	font-size: 10px;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
}

.sidebar-quote
{
	text-align: left;
	font-size: 11pt;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
}

.sidebar-quote-rating
{
	text-align: right;
	font-style: italic;
	font-size: 10px;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
}

.sidebar-quote-author
{
	text-align: right;
	color: gray;
	font-style: italic;
	font-size: 8pt;
}

.comment
{
	color: gray;
	font-style: italic;
	font-size: 9pt;
}

.debug
{
	color: red;
	background: #ffffcc;
}

.table-date
{
	white-space: nowrap;
}

.recent-title
{
	font-weight: bold;
}

.beta-version
{
	color: gray;
}

.faq-question
{
	background: url(/images/faq-question.gif) left top no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding-left: 40px;
	list-style-position: inside;
}

.faq-answer
{
	background: url(/images/faq-answer.gif) left top no-repeat;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	padding-left: 40px;
	list-style-position: inside;
}

.faq-answer-top
{
	background: url(/images/faq-answer.gif) left top no-repeat;
	padding-left: 40px;
	list-style-position: inside;
}

.faq-answer-middle
{
	padding-left: 40px;
	list-style-position: inside;
}

.faq-answer-bottom
{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	padding-left: 40px;
	list-style-position: inside;
}

.buttons
{
	width: 250px;
	height: 165px;
	clear: both;
}

.download-now
{
	width: 125px;
	height: 165px;
	text-align: center;
	float: left;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	font-size: 9pt;
	line-height: 1.4;
}

.download-now-button
{
	background: url(/images/download-now-off.png) center top no-repeat;
	display: block;
	width: 75px;
	height: 75px;
	margin-left: 25px;
	margin-right: 25px;
}

.download-now-button a
{
	display: block;
	width: 75px;
	height: 75px;
}

.download-now-button > a:hover
{
	background: url(/images/download-now-on.png) center top no-repeat;
}

.buy-now
{
	width: 125px;
	height: 165px;
	text-align: center;
	float: right;
	position: relative;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	font-size: 9pt;
	line-height: 1.4;
}

.buy-now-button
{
	background: url(/images/buy-now-off.png) center top no-repeat;
	display: block;
	width: 75px;
	height: 75px;
	margin-left: 25px;
	margin-right: 25px;
}

.buy-now-button a
{
	display: block;
	width: 75px;
	height: 75px;
}

.buy-now-button > a:hover
{
	background: url(/images/buy-now-on.png) center top no-repeat;
}

.button-minor
{
	color: gray;
	font-size: 7pt;
}

.release-date
{
	color: gray;
	font-size: 9pt;
	border-bottom: 1px dashed #ddd;
}

.release-heading
{
	font-style: italic;
}

.sidebar-small-heading
{
	color: black;
	font-size: 11pt;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
}

.sidebar-small-content
{
	font-size: 8pt;
}

.sidebar-small-list
{
	font-size: 8pt;
	list-style-image: url(/images/bullet.png);
	margin-left: 0;
	padding-left: 17px;
}

.sidebar-list
{
	list-style-image: url(/images/bullet.png);
	margin-left: 0;
	padding-left: 17px;
}

.sidebar-ordered-list
{
	margin-left: 0;
	padding-left: 17px;
}

.sidebar-small-ordered-list
{
	font-size: 8pt;
	margin-left: 0;
	padding-left: 17px;
}

.pic-left
{
	float: left;
	padding-right: 10px;
}

.pic-center
{
	text-align: center;
}

.pic-right
{
	float: right;
	padding: 10px 0px 10px 10px;
}

.pic-spaced-right
{
	float: right;
	padding: 30px 0px 30px 30px;
}

.new-right
{
	float: right;
	padding: 10px 0px 0px 0px;
	margin-top: -10px;
}


#submenu
{
/*	margin-top: -5px; */
	line-height: 1.4;
	font-family: Futura, "Lucida Grande", Arial, Helvetica, serif;
	font-size: 9pt;
	text-align: center;
	padding: 6px 10px;
}

#submenu span#left
{
	padding: 3px 0px;
	background: #ccc;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#submenu span#right
{
	padding: 3px 0px;
	background: #ccc;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#submenu span#selected
{
	padding: 3px 10px;
/*	background: #c3d9e4;	*/
/*	background: #98d0ff;	*/
	background: #99c2e4;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#submenu a
{
	padding: 3px 10px;
	background: #f8f8f8;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-decoration: none;
}

#submenu a:hover
{
	background: #ddd;
}

.form
{
	font-size: 8pt;
}

.form span.optional
{
	color: gray;
}

.form span.comment
{
	color: gray;
	font-style: italic;
	font-size: 7pt;
}

.beta-box
{
	background: #ffffcc url(/images/beta.png) no-repeat 12px 12px;
	color: #6c1d1d;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 70px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 4px dashed #ff4444;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.alert-box
{
	background: #ffffcc url(/images/info.png) no-repeat 12px 12px;
	color: #555;
	font-size: 12pt;
	text-align: left;
	margin-right: -2px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.error-box
{
	background: #ffffcc url(/images/warning.png) no-repeat 12px 12px;
	color: #6c1d1d;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 60px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px dotted #ff4444;
}

.success-box
{
	background: #ffffe5 url(/images/success.png) no-repeat 12px 12px;
	color: #275925;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 90px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px dotted green;
}

.french-box
{
	background: #fffeb2 url(/images/flag-french.png) 20px center no-repeat;
	color: #3f3f3f;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 90px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #dcd100;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.german-box
{
	background: #fffeb2 url(/images/flag-german.png) 20px center no-repeat;
	color: #3f3f3f;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 90px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #dcd100;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.border-box
{
	background-color: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
/*	border-top: 1px solid #00ff00;
	border-bottom: 1px solid #00ff00;
	border-left: 1px solid #00ff00;
	border-right: 1px solid #00ff00;	*/
}

/*
.border-box:before
{
	content: url(/images/box-top.png);
	margin-left: -11px;
	margin-top: -13px;
	float: left;
	height: 10px;
	width: 250px;
	
/	border-top: 1px solid #0;
	border-bottom: 1px solid #0;
	border-left: 1px solid #0;
	border-right: 1px solid #0;	/
}

.border-box:after
{
	content: url(/images/box-bottom.png);
	margin-left: -11px;
	margin-top: -10px;
	height: 10px;
	width: 250px;
	display: block;
	
	border-left: 0px;
	border-right: 0px;
	
/	border-top: 1px solid #0;
	border-bottom: 1px solid #0;
	border-left: 1px solid #0;
	border-right: 1px solid #0;	/
}
*/

.border-left
{
	border-left: 1px solid #ddd;
	padding-left: 10px;
}

.border-right
{
	border-right: 1px solid #ddd;
	padding-right: 10px;
}

.border-top
{
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.border-bottom
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.border-bottom-dashed
{
	clear: both;
	border-bottom: 1px dashed #ddd;
}

#iphone-overview
{
	text-align: center;
	background: transparent url(/iphone/images/iphone.png) center center no-repeat;
	margin-top: 15px;
}

#iphone-overview #movie
{
	position: relative;
	left: 143px;
	top: 94px;
	width: 295px;
	height: 614px;
}

#watermark
{
	background: url(/images/dejal-logo-watermark.png) center center no-repeat;
}


/* Footer-specific classes: */

.search
{
	font-size: 10pt;
}

.copyright
{
	font-size: 8pt;
	color: gray;
	text-align: center;
}

