/**
*	IXUS Default Style Sheet
*	Created by Clay Ant Creative - http://www.clayant.co.za/
*/

/**
* Defaults
************************************************************************************************************************************/
* { margin: 0; padding: 0; }

body {
	background: #333 url(../images/_template/background.jpg) repeat-x 0% 0%;
	color: #fff;
	font-family: Arial,Verdana,sans-serif;
	font-size: 0.75em;
	text-align: center;
}

a {
	color: #dc661d;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #dc661d;
	text-decoration: none;
}

a.inst-guide {
	background: #fff url(../images/_icons/file.jpg) no-repeat 0% 0%;
	color: #dc661d;
	display: block;
	padding-left: 50px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

a.next {
	background: #fff url(../images/_buttons/arrow_but.jpg) no-repeat 0% 50%;
	color: #dc661d;
	display: block;
	padding-left: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

a:hover.next {
	color: #dc661d;
	text-decoration: underline;
}

a img { border: none; }

form {
	background: #e6f4f7;
	margin: 5px 0;
}


span.orange { color: #dc661d; font-size: 14px; font-weight: bold; }
span.blue { color: #0d93b2; font-size: 14px; font-weight: bold; }

/**
* Classes
************************************************************************************************************************************/

.screenshot-border {
	background-color: #fff;
	color: #000;
	border: solid 1px #696969;
	padding: 1px;
}

div.clear { clear: both; }
div.clear-box { border-top: dotted 1px #747474; margin: 0px 40px 0px 40px; height: 0px; line-height: 0px; clear: both; }

/* Check List */
.check-list { margin: 20px 0; }
.check-list li {
	background: #fff url(../images/_template/check.gif) no-repeat 0px 0px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size:1.2em;
}

/* Blue Lists */
.blue-list, .blue-list2 { margin: 10px 0; }
.blue-list li {
	background: url(../images/_template/blue-arrow.gif) no-repeat 0px 3px;
	color: #777;
	margin-bottom: 5px;
	padding-left: 12px;
}

.blue-list2 li {
	background: url(../images/_template/blue-arrow.gif) no-repeat 0px 3px;
	color: #333;
	margin-bottom: 5px;
	padding-left: 12px;
}

/* Blue List Large */
.blue-list3 { margin: 0 0 15px 0; }
.blue-list3 li {
	background: url(../images/_template/blue-arrow-large.gif) no-repeat 0px 0px;
	margin-bottom: 15px;
	padding-left: 15px;

}

.blue-list3 { margin: 0 0 15px 0; }
.blue-list3 li {
	background: url(../images/_template/blue-arrow-large.gif) no-repeat 0px 0px;
	margin-bottom: 15px;
	padding-left: 15px;

}


/* Green List */
.green-list { margin: 10px 0; }
.green-list li {
	background: #fff url(../images/_template/green-arrow.gif) no-repeat 0px 3px;
	color: #777;
	margin-bottom: 5px;
	padding-left: 12px;
}

/* Quote Box */
.quote-box {
	background: #e6f4f7;
	color: #333;
	padding: 20px 15px;
	margin: 20px 0;
	font-size: 120%;
	line-height:150%;
}

.quote-box .quote { color: #9e4923; font-weight: bold; }
.quote-box .author { font-size: 10px; }

/* Floating Inner Containers */
.float-left { float: left; width: 210px; }
.float-right { float: right; width: 210px; }

/* Feature Table */
.feature-tbl {
	border-collapse: collapse;
	margin: 20px 40px;
	width: 920px;
}

.feature-tbl img { border: solid 1px #696969;}
.feature-tbl td { padding: 5px 0;}
.feature-tbl td.img { padding: 5px 0;}
.feature-tbl td.gap { padding: 0; width: 30px; }
.feature-tbl td.txt { padding: 5px 0; width: 251px; }
.feature-tbl td.img2 img { padding: 5px 0; border: none; border: solid 1px #fff;}

/* Download Table */
.download-tbl {
	border-collapse: collapse;
	margin: 10px 40px;
	font-weight: bold;
	width: 920px;
}

.download-tbl td {
	padding: 10px 5px;
}

.download-tbl td.link {
	background: #fff url(../images/_icons/download.jpg) no-repeat 0% 50%;
	padding: 10px 5px 10px 50px;
	width: 400px;
}

.download-tbl td.link-eval{
	background: #fff url(../images/_icons/evaluate.png) no-repeat 0% 50%;
	padding: 10px 5px 10px 50px;
	width: 400px;
}


.download-tbl td.desc {
	padding: 10px 10px 10px 50px;
	font-weight: normal;
	width: 400px;
}

.download-tbl td.disc {
	background: #fff url(../images/_icons/disc.jpg) no-repeat 0% 50%;
	padding: 10px 5px 10px 50px;
	width: 400px;
}

.download-tbl td.line-v {
	background: #fff url(../images/_template/dot-v.gif) repeat-y 0% 0%;
	padding: 0px;
	width: 11px;
}

.download-tbl td.line-h {
	background: #fff url(../images/_template/dot-h.gif) repeat-x 0% 0%;
	height: 11px;
	line-height: 11px;
	padding: 0px;
}

.download-tbl td.os {
	background: #fff url(../images/_icons/win.jpg) no-repeat 0% 50%;
	color: #666;
	font-size: 10px;
	padding: 10px 5px 10px 50px;
}

.download-tbl td.help { padding: 15px 0; }

.download-tbl a {
	color: #dc661d;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}

.download-tbl a:hover { color: #dc661d; text-decoration: none; }
.download-tbl a span { color: #0d93b2; text-decoration: underline; }
.download-tbl a:hover span { color: #0d93b2; text-decoration: none; }

.download-tbl a.gray {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.download-tbl a:hover.gray { color: #333; text-decoration: none; }

/* Blue Box */
.blue-box {
	background: #f3f9fb;
	padding: 20px;
}

.blue-box span { color: #333; font-size: 14px; font-weight: bold; }
.blue-box span.green { color: #77bc43; font-size: 14px; font-weight: bold; }
.blue-box span.blue { color: #0d93b2; font-size: 14px; font-weight: bold; }
.blue-box ul { list-style-type: none; margin: 10px; }
.blue-box li { margin-bottom: 10px; }

/* Blue Box 2 */
.blue-box2 {
	background: #e6f4f7;
	padding: 20px;
	font-weight: bold;
}

.blue-box2 .title { font-weight: bold; font-size: 14px; color: #333; }
.blue-box2 span.orange { color: #dc661d; font-size: 14px; font-weight: bold; }
.blue-box2 span.blue { color: #0d93b2; font-size: 14px; font-weight: bold; }

/* Box Holder */
.box-holder {
	padding: 20px 0;
	border-bottom: dotted 1px #747474;
	margin-bottom: 5px;
}

/* Box Holder 2 */
.box-holder2 {
	padding: 20px 0;
	border-bottom: solid 1px #fff;
	margin-bottom: 5px;
}


/* Contact Table */
.contact-tbl {
	border-collapse: collapse;
	margin: 5px 20px;
	width: 400px;
}

.contact-tbl td { padding: 10px 5px; }
.contact-tbl .txt { width: 235px; }
.contact-tbl textarea { height: 100px; width: 235px; }

/* Contact Table 2 */
.contact-tbl2 {
	border-collapse: collapse;
	margin: 5px 20px;
	width: 510px;
}

.contact-tbl2 td { padding: 10px 5px; }
.contact-tbl2 .txt { width: 300px; }
.contact-tbl2 textarea { height: 100px; width: 300px; }

/* Info Box */
.info-box {
	background: #d6ebbe;
	border: solid 1px #77bc43;
	padding: 10px;
}

.info-box  p { color: #333; padding: 5px 0px; }
.info-box h3 {background: #d6ebbe url(../images/_template/info.gif) no-repeat 0% 0%; font-size: 14px; font-weight: bold; color: #3f6300; padding: 0px 0px 0px 20px;}
.info-box p.info { background: #d6ebbe url(../images/_template/info.gif) no-repeat 0% 0%; font-size: 14px; font-weight: bold; color: #3f6300; padding-left: 20px; }


/* problem Box */
.problem-box {
	background: #FFC5C5;
	border: solid 1px #C47272;
	padding: 10px;
}

.problem-box  p { color: #AE0000; padding: 5px 0px; }
.problem-box h3 {background: #FFC5C5 url(../images/_template/problem.gif) no-repeat 0% 0%; font-size: 14px; font-weight: bold; color: #AE0000; padding: 0px 0px 0px 20px;}
.problem-box p.info { background: #d6ebbe url(../images/_template/problem.gif) no-repeat 0% 0%; font-size: 14px; font-weight: bold; color: #AE0000; padding-left: 20px; }


.optional {
font-style:italic;
color:#666666
}

/**
* Masthead
************************************************************************************************************************************/
#masthead {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1000px;
}

/**
* Masthead - Logo
************************************************************************************************************************************/
#masthead #logo {
	background: transparent url(../images/_template/logo.png) no-repeat 0% 0%;
	height: 64px;
	width: 1000px;
}

#masthead #logo h1 { display: none; }

/**
* Masthead - Navigation
************************************************************************************************************************************/
#masthead #navigation {
	background: #333 url(../images/_template/navigation.gif) no-repeat 100% 0%;
	border-bottom: solid 1px #fff;
	color: #fff;
	height: 35px;
	line-height: 35px;
	width: 1000px;
}

#masthead #navigation li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#masthead #navigation li a {
	background-color: inherit;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px;
	text-decoration: none;
}

#masthead #navigation a:hover{
	background-color: inherit;
	color: #dc661d;
	text-decoration: none;
}

#masthead #navigation .selected {
	background: transparent url(../images/_template/selected.gif) no-repeat 50% 100%;
	color: #dc661d;
	text-decoration: none;
}

/**
* Masthead - Banner
************************************************************************************************************************************/
#masthead #banner {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: block;
	height: 251px;
	width: 998px;
}

#masthead #banner table {
	border-collapse: collapse;
	border-bottom: solid 1px #fff;
	height: 251px;
	width: 998px;
}

#masthead #banner h1 {
	font-size: 32px;
	color: #fff;
	padding: 85px 20px 0px 20px;
	z-index: 1;
}

#masthead #banner h2 {
	font-size: 24px;
	color: #fff;
	padding: 95px 20px 0px 20px;
	z-index: 1;
}

#banner #ddbubble {
	background: transparent url(../images/_template/bubble.gif) no-repeat 0% 0%;
	position: absolute;
	display: none;
	height: 139px;
	margin-top: 5px;
	top: 99px;
	left: 190px;
	width: 400px;
	z-index: 2;
}

#banner #ddbubble ul { list-style-type: none; margin: 10px; }

#banner #ddbubble li a {
	background: transparent url(../images/_template/orange-arrow.gif) no-repeat 0% 50%;
	border-bottom: dotted 1px #5f5f5f;
	color: #fff;
	display: block;
	padding: 0px 10px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
}

#banner #ddbubble a:hover, #banner #ddbubble .active {
	color: #dc661d;
	text-decoration: none;
}

/**
* Masthead - Banner - Images
************************************************************************************************************************************/
#masthead .home { background: #fff url(../images/_banners/home.jpg) no-repeat 0% 0%; }
#masthead .features-1 { background: #fff url(../images/_banners/features-1.jpg) no-repeat 0% 0%; }
#masthead .features-2 { background: #fff url(../images/_banners/features-2.jpg) no-repeat 0% 0%; }
#masthead .features-3 { background: #fff url(../images/_banners/features-3.jpg) no-repeat 0% 0%; }
#masthead .features-4 { background: #fff url(../images/_banners/features-4.jpg) no-repeat 0% 0%; }
#masthead .download { background: #fff url(../images/_banners/download.jpg) no-repeat 0% 0%; }
#masthead .order { background: #fff url(../images/_banners/order.jpg) no-repeat 0% 0%; }
#masthead .license { background: #fff url(../images/_banners/license.jpg) no-repeat 0% 0%; }
#masthead .support { background: #fff url(../images/_banners/support.jpg) no-repeat 0% 0%; }
#masthead .contact { background: #fff url(../images/_banners/contact.jpg) no-repeat 0% 0%; }
#masthead .news { background: #fff url(../images/_banners/news.jpg) no-repeat 0% 0%; }

/**
* Wrapper
************************************************************************************************************************************/
#wrapper {
	background: #fff;
	color: #333;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1000px;
}

#wrapper h1 {
	background: #333 url(../images/_template/heading.gif) no-repeat 0% 50%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 60px;
	height: 60px;
	padding: 0 20px;
}

#wrapper h1 span { color: #ccc; }
#wrapper h1 span.orange { color: #dc661d; }
#wrapper h1.none { background: #333; height: 18px; line-height: 18px; }

#wrapper h2 {
	color: #0d93b2;
	font-size: 18px;
	padding: 5px 0 10px 0;
}

#wrapper p { padding: 5px 0; }
#wrapper p.title { font-size: 1.2em; font-weight: bold; }
#wrapper p.spaced { line-height:150%;  }
#wrapper p.title-blue { color: #0d93b2; font-size: 14px; font-weight: bold; }
#wrapper p.title-orange { color: #dc661d; font-size: 14px; font-weight: bold; }
#wrapper p.img-holder { padding: 0; }
#wrapper ul { list-style-type: none; }
#wrapper ol {
	list-style-type: decimal;
	margin: 10px 0;
	margin-left: 10px;
}
#wrapper ol li {
	margin-left: 20px;
	padding-bottom: 10px;
}


/**
* Columns
************************************************************************************************************************************/
#column-left-half {
	float: left;
	margin: 20px 0 0 40px;
	/*_margin-left: 20px; /* Curse you IE 6 */
	width: 440px;
}

#column-right-half {
	float: right;
	margin: 20px 40px 0 0;
	/*_margin-right: 20px; /* Curse you IE 6 */
	width: 440px;
}

#column-left-narrow {
	float: left;
	margin: 20px 0 0 40px;
	/*_margin-left: 20px; /* Curse you IE 6 */
	width: 350px;
}

#column-right-wide {
	float: right;
	margin: 20px 40px 0 0;
	/*_margin-right: 20px; /* Curse you IE 6 */
	width: 550px;
}

#column-left-narrow2 {
	float: left;
	margin: 20px 0 0 40px;
	/*_margin-left: 20px; /* Curse you IE 6 */
	width: 350px;
}

#column-right-wide2 {
	float: right;
	margin: 20px 40px 0 0;
	/*_margin-right: 20px; /* Curse you IE 6 */
	width: 550px;
}

#column-wide {
	clear: both;
	margin: 20px 40px 0px 40px;
}

/**
* Icon Menu
************************************************************************************************************************************/
#icon-menu {
	background: #fff url(../images/_template/dot.gif) repeat-x 0% 0%;
	border-top: solid 20px #fff;
	clear: both;
	height: 60px;
	line-height: 60px;
	margin: 0px 40px 10px 40px;
	padding-top: 1px;
	width: 920px;
}

#icon-menu li {
	float: right;
	list-style-type: none;
	white-space: nowrap;
}

#icon-menu li a {
	background-color: inherit;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 60px 0px 50px;
	text-decoration: none;
}

#icon-menu a:hover{
	background-color: inherit;
	color: #333;
	text-decoration: underline;
}

#icon-menu .download { background: #fff url(../images/_icons/download.jpg) no-repeat 0% 50%; }
#icon-menu .disc { background: #fff url(../images/_icons/disc.jpg) no-repeat 0% 50%; }
#icon-menu .key { background: #fff url(../images/_icons/key.jpg) no-repeat 0% 50%; }
#icon-menu .support { background: #fff url(../images/_icons/support.jpg) no-repeat 0% 50%; }
#icon-menu .evaluate { background: #fff url(../images/_icons/evaluate.png) no-repeat 0% 50%; }

/**
* Footer
************************************************************************************************************************************/
#footer {
	background: #acacac url(../images/_template/footer.jpg) repeat-x 0% 0%;
	border-top: solid 1px #333;
	color: #fff;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	height: 75px;
	padding-top: 25px;
	text-align: center;
	width: 1000px;
}

#footer p { padding: 5px 0; }
#footer p.footmenu { color: #333; font-size: 12px; }
#footer a { color: #333; text-decoration: none; }
#footer a:hover { color: #333; text-decoration: underline; }

#orange-link-list a {
	color: #dc661d;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

#orange-link-list li {
	background: #fff url(../images/_buttons/arrow_but.jpg) no-repeat 0% 50%;
	padding-left: 30px;
	margin-top: 10px;
	height: 15px;
}

.news-tbl td {
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}

.news-tbl-first-col { width: 80px; }

a.document-download {
	background: #fff url(../images/_icons/file.jpg) no-repeat 0% 0%;
	color: #dc661d;
	display: block;
	font-weight: bold;
	height: 40px;
	text-decoration: none;
	padding-left: 50px;
	padding-top: 12px
}
