/* @group Reset! */

/* remember to define focus styles! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

img#phone_number { behavior: url(styles/iepngfix.htc) }
/* @override http://devour.local/aad/styles/styles.css */

body {
	font: 11px/1.5em Tahoma, Helvetica, Geneva, sans-serif;
	background-color: #f0f0f0;
	color: #666666;
}
#page {

	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff', startColorstr='#000000', gradientType='0');
	
}
.container {
	width: 970px;
	margin: 0pt auto;
	border-width: 0pt;
	overflow: hidden;
}

div {
	/* border: 1px dotted white; DEBUG */
}

/* @group Menu */

#menu {
	background: white url(../images/background_aurora.gif) no-repeat;
	width: 965px;
	height: 72px;
	font-size: 1.2em;
	padding-right: 5px;
}
#menu li {
	float: right;
}

#menu li a {
	display: block;
	height: 72px;
	padding: 30px 10px 20px;
	border-right: 1px solid #d3d3d3;
	border-color: #e8e8e8;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

#menu li#home a { width: 3em; }
#menu li#aboutus a { width: 7em; }
#menu li#gallery a { width: 7em; }
#menu li#directory a { width: 5em; }
#menu li#faq a { width: 5em; }
#menu li#contact a { width: 4em; }

#menu li.last a {
	border-right: 0px none #d3d3d3;
	border-color: #fff;
}

#menu li:hover, #menu li:active {
	background: #900 url(../images/background_menuhighlight.gif) no-repeat;
	color: white;
}

#menu li a:hover, #menu li a:active {
	background: transparent url(../images/background_menuhighlight.gif) no-repeat right -72px;
	color: white;
}

#menu li.active {
	background: #900 url(../images/background_menuhighlight.gif) no-repeat;
	color: white;
	text-decoration: none;
}

#menu li.active a {
	background: transparent url(../images/background_menuhighlight.gif) no-repeat right -72px;
	color: white;
	text-decoration: none;
}

#menu li.active a span.underline {
	padding-bottom: 2px;
	border-bottom: 1px dotted white;
}

/* @end */

/* @group Banner */

#banner {
	background: transparent url(../images/banners.jpg) no-repeat;
	width: 970px;
	height: 198px;
	margin: 0pt auto;
}

#banner a {
	float: right;
}

#banner.home { background-position: 0pt 0pt; }
#banner.aboutus { background-position: 0 -199px; }
#banner.gallery { background-position: 0 -398px; }
#banner.directory { background-position: 0 -597px; }
#banner.faq { background-position: 0 -796px; }
#banner.testimonials { background-position: 0 -995px; }
#banner.contact { background-position: 0 -1194px; }

/* @end */

/* @group Submenu */

#submenu {
	width: 970px;
	height: 90px;
	margin: 0pt auto;
	background-color: #262626;
	overflow: hidden;
	border-width: 10px 0pt;
	border-color: #262626;
	border-style: solid;
}
#submenu li {
	float: left;
	overflow: hidden;
}

#submenu li a {
	display: block;
	width: 0pt;
	height: 90px;
	border-right: 1px solid #666666;
	overflow: hidden;
	background: #262626 url(../images/background_submenu.jpg);
}

#logo a {padding-left: 240px;}
#logo a:link, #logo a:visited {background-position: left top;}
#logo a:hover, #logo a:active {background-position: -218px top;}

#graphic a {padding-left: 240px;}
#graphic a:link, #graphic a:visited {background-position: left -134px;}
#graphic a:hover,#graphic a:active {background-position: -218px -134px;}

#web a {padding-left: 227px;}
#web a:link, #web a:visited {background-position: left -268px;}
#web a:hover, #web a:active {background-position: -218px -268px;}

#threed a {padding-left: 250px;}
#threed a:link, #threed a:visited {background-position: left -401px;}
#threed a:hover, #threed a:active {background-position: -218px -401px;}

#submenu li.last a {
	border-right: 0px none #666666;
}

#submenu li a strong {
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
	font-weight: bold;
	font-size: 18px;
}

/* @end */

/* @group Content */

#content {
	width: 970px;
	background-color: white;
	margin: 0pt auto;
	overflow: hidden;
	margin-bottom: 10px;
	color: #666;
	padding-top: 20px;
}

/* @group Sidebox */

#content div.sidebox {
	width: 241px;height: 261px; float: left;
}

/* @group Download (Sidebox) */

#content div#download {
	background: transparent url(../images/background_sidebox.gif) no-repeat 20px 0;
	overflow: hidden;
}

#content div#download a {
	display: block; width: 195px;height: 260px; margin-left: 23px; margin-bottom: 10px;	background: transparent url(../images/text_sidebox.gif) no-repeat;
}

#content div#download a:link,
#content div#download a:visited {
	background-position: 0 18px;
}

#content div#download a:hover,
#content div#download a:active {
	background-position: -200px 18px;
}

/* @end */

/* @group Testimonials (Sidebox) */

#content div#testimonials {
	background: transparent url(../images/background_sidebox.gif) no-repeat -219px 0;
	width: 221px;
	height: 298px;
	color: #666666;
}

#content div#testimonials h2 {
	display: block;
	overflow: hidden;
	width: 0px;
	padding-left: 195px;
	height: 80px;
	background: transparent url(../images/text_sidebox.gif) no-repeat -387px 18px;
	margin-bottom: 10px;
}

#content div#testimonials h3 {
	font-weight: bold;
	margin: 0pt 5px 0pt 40px;
}

#content div#testimonials p {
	margin: 10px 15px 0pt 40px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#content div#testimonials p.more {
	position: absolute;
	margin-top: 235px;
	width: 165px;
	text-align: right;
}

#content div#testimonials p.more a {
	background: transparent url(../images/bullets.gif) no-repeat right -53px;
	color: #900;
	padding: 1px 10px 1px 2px;
	font-weight: bold;
	
}

#content div#testimonials p.more a:link,
#content div#testimonials p.more a:visited {
	text-decoration: none;
}

#content div#testimonials p.more a:link span.underline,
#content div#testimonials p.more a:visited span.underline {
	text-decoration: none;
	border-bottom: 1px none #900;
}

#content div#testimonials p.more a:hover span.underline,
#content div#testimonials p.more a:active span.underline {
	text-decoration: none;
	border-bottom: 1px dotted #900;
}

/* @end */

/* @end */

/* @group Text Area */

#content div#text {
	float: left; padding: 0pt 20px;width: 680px;
	
}

#content.home div#text { width: 423px; }
#content.contact div#text { width: 388px; }

#content div#text p {
	margin-bottom: 1em;
}

#content div#text h1 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1.2em;
}

#content div#text h2 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1em;
}

#content div#text ul {
	margin-bottom: 1em;
}

#content div#text ul li {
	background: transparent url(../images/bullets.gif) no-repeat 0 -93px;
	padding-left: 0px;
	padding-left: 15px;
}

#content div#text a.more_info {
	display: block;
	overflow: hidden;
	float: right;
	width: 245px;
	height: 0pt;
	padding-top: 104px;
	background: #efefef url(../images/background_buttons.gif) no-repeat -228px 6px;
	margin-left: 20px;
}

#content div#text a.more_info:link,
#content div#text a.more_info:visited {
	background-color: #efefef;
}

#content div#text a.more_info:hover,
#content div#text a.more_info:active {
	background-color: #ddd;
}


/* @end */

/* @group Testimonials */

#content.testimonials div#text ul li {
	background: transparent none no-repeat 0 -93px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin-bottom: 40px;
	border-bottom: 2px solid #cccccc;
}

#content.testimonials div#text h2 {
	font-size: 1.4em;
	color: #900;
}

/* @end */

/* @group Resources */

#content.resources div#text dl {
	margin-bottom: 1em;
}

#content.resources div#text dt {
	color: #cccccc;
	font-size: 0.9em;
}

#content.resources div#text dl a {
	color: #666666;
	text-decoration: none;
}

#content.resources div#text dl dt a.title {
	font-size: 1.2em;
	font-weight: bold;
	color: #900;
	background: transparent url(../images/bullets.gif) no-repeat right -94px;
	padding-right: 10px;
}

#content.resources div#text dl a.title:link,
#content.resources div#text dl a.title:visited {
	border-bottom: 0px none #900;
}

#content.resources div#text dl a.title:hover,
#content.resources div#text dl a.title:active {
	border-bottom: 1px dotted #900;
}

#content.resources div#text dl a.url {
	color: #999;
}

#content.resources div#text dd {
}

/* @end */

/* @group Sidebar */

#content ul#sidebar {
	float: left;
	width: 228px;
	margin-right: 10px;
}

#content ul#sidebar li {
	border-bottom: 1px solid white;
}

#content ul#sidebar li a {
	display: block;
	overflow: hidden;
	height: 28px;
	padding-top: 15px;
	padding-left: 58px;
	color: #333333;
	background: #efefef url(../images/bullets.gif) no-repeat 34px 15px;
}

#content ul#sidebar li a:link,
#content ul#sidebar li a:visited {
	text-decoration: none;
}

#content ul#sidebar li a:hover,
#content ul#sidebar li a:active {
	text-decoration: none;
	background-color: #ddd;
}

#content ul#sidebar li.view_portfolio a {
	background: #efefef url(../images/background_buttons.gif) no-repeat;
	height: 0;
	padding-top: 98px;
}

/* @end */

/* @group Contact */

/* @group Address */

#content div#address {
	float: left;
	width: 230px;
	padding-left: 23px;
	padding-bottom: 10px;
	padding-right: 30px;
}

#content div#address h2 {
	font-size: 1.3em;
	color: #900;
	margin-bottom: 1em;
}

#content div#address p {
	margin-bottom: 1em;	
	overflow: hidden;
}

#content div#address p.contact_details {
	margin-bottom: 0.4em;	
	font-size: 1.1em;
}

#content div#address p a {
	color: #999;
}

#content div#address p a:link,
#content div#address p a:visited {
	text-decoration: none;
	border-bottom: 0px none #666666;
}

#content div#address p a:hover,
#content div#address p a:active {
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

#content div#address p span.phone_number {

}

#content div#address p strong {
	font-weight: bold;
	color: black;
	padding-right: 6px;
	margin-right: 3px;
	float: left;
	width: 3.6em;
	background: transparent url(../images/bullets.gif) no-repeat right -94px;
}

/* @end */

/* @group contact */

#content.contact form {
	font: 1.1em "Helvetica Neue", Tahoma, Helvetica, Geneva, sans-serif;
}

#content.contact fieldset legend {
	font-weight: bold;
	color: #900;
	padding-bottom: 20px;
}

#content.contact fieldset#contact_information label {
	float: left;
	color: black;
	font-weight: bold;
	text-transform: capitalize;
	width: 70px;
	padding: 4px 0;
}

#content.contact fieldset#contact_information label span.mandatory {
	color: #900;
	font-size: 1.2em;
	margin-left: 3px;
}

#content.contact fieldset#contact_information input {
	border: 1px solid #efefef;
	background-color: #efefef;
	padding: 4px;
	width: 250px;
	margin-bottom: 20px;
}

#content.contact fieldset#contact_information input.invalid {
	border: 1px solid red;
	padding-right: 23px;
	background: #fdd url(../images/background_formerror.gif) no-repeat right -4px;
}

#content.contact fieldset#contact_categories input {
	float: left;
	margin: 0px 10px;
}

#content.contact fieldset#contact_categories label {
	overflow: hidden;
	display: block;
	color: black;
	font-weight: bold;
	padding: 5px 0;
	text-transform: capitalize;
	cursor: pointer;
	width: 330px;
}

#content.contact fieldset#contact_categories label:hover {
	background-color: #efefef;
}

#content.contact fieldset#contact_categories label.secondary {
	text-transform: lowercase;
	font-weight: normal;
	padding-left: 23px;
	width: 307px;
}

#content.contact fieldset#contact_categories label.last {
	margin-bottom: 5px;
}

#content.contact fieldset#other_information {
	padding-top: 15px;
}

#content.contact fieldset#other_information label {
	font-weight: bold;
	color: black;
}

#content.contact fieldset#other_information textarea {
	width: 310px;
	height: 70px;
	border: 1px solid #efefef;
	background-color: #efefef;
	padding: 10px;
	margin: 5px 0pt;
}

#content.contact form#contact_form p {
	width: 340px;
}

#content.contact form#contact_form p input#submit {
	font-weight: bold;
}

#content.contact div#download {
	height: 261px;
	background-position: 20px 0;
	margin-left: 0;
	width: 230px;
}

#content.contact div.confirmation {
	padding: 10px 20px 10px 110px;
	margin: 20px 0pt;
	border: 2px dashed white;
	color: #555;
	background: transparent url(../images/icon_confirmation.gif) no-repeat;
}

#content.contact div.confirmation p {
	margin: 1em;
}

#content.contact div.confirmation ol {
	list-style-type: lower-roman;
	list-style-position: outside;
	margin-bottom: 1.5em;
}

#content.contact div.confirmation li {
	margin-left: 35px;
	margin-bottom: 0.4em;
}

#content.contact div.confirmation li span {
	color: red;
	font-weight: bold;
}

#content.contact div#send_success {
	background-color: #d8d8ff;
	background-position: 20px center;
}

#content.contact div#send_success p {
	margin-left: 25px;
	font-size: 1.3em;
}

#content.contact div#send_fail {
	background-color: #ffd8d9;
	background-position: -430px center;
}

#content.contact div#send_fail li {
	font-size: 1.2em;
}

#content.contact div#send_fail h2,
#content.contact div#send_success h2 {
	font-size: 3em;
	margin: 20px;
}

/* @end */

/* @end */

/* @group Site Map */

#content.sitemap dl dt a {
	font-weight: bold;
	color: #900;
	font-size: 1.2em;
}

#content.sitemap dl dt a:link,
#content.sitemap dl dt a:visited {
	text-decoration: none;
	border-bottom: 1px none #900;
}

#content.sitemap dl dt a:hover,
#content.sitemap dl dt a:active {
	text-decoration: none;
	border-bottom: 1px dotted #900;
}

#content.sitemap dl {
	padding-bottom: 1em;
}

/* @end */



/* @group Folio */

#content div#folio {
	float: left;
	background: transparent url(../images/background_folio.gif) no-repeat -290px 37px;
	width: 900px;
	padding-top: 30px;
	padding-left: 60px;
}

#content div#folio h2 {
	display: block;
	overflow: hidden;
	background: transparent url(../images/background_folio_title.gif) no-repeat;
	width: 353px;
	height: 0pt;
	padding-top: 16px;
	padding-left: 20px;
}

#content.aboutus div#folio h2 { background-position: 0 0; }
#content.gallery div#folio h2 { background-position: 0 -20px; }
#content.directory div#folio h2 { background-position: 0  -40px; }
#content.faq div#folio h2 { background-position: 0  -60px; }

#content div#folio li {

}

#content div#folio li.sample {
	margin: 30px 0pt 20px;
	overflow: hidden;
	float: left;
}

#content div#folio li.sample img.image {
	padding: 6px;
	margin-right: 20px;
	border: 6px solid #efefef;
	float: left;
	overflow: hidden;
	height: 267px;
}

#content div#folio li.sample h3,
#content div#folio li.sample p.description,
#content div#folio li.sample ul.features,
#content div#folio li.sample p.link,
#content div#folio li.sample p.no-link {
	width: 290px;
	overflow: hidden;
	float: right;
}

#content div#folio li.sample h3 {
	color: #900;
	font: bold 1.6em "Helvetica Neue", Tahoma, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

#content div#folio li.sample p.description {
	color: black;
	padding: 10px 0pt;
	border-width: 1px;
	border-style: solid none;
	border-color: #ccc;
}

#content div#folio li.sample ul.features {
	color: black;
	padding-top: 10px;
}

#content div#folio li.sample ul.features li {
	font-weight: bold;
	font-size: 1.1em;
	background: transparent url(../images/bullets.gif) no-repeat 4px -52px;
	padding-left: 20px;
	padding-bottom: 3px;
	width: 260px;
}

#content div#folio li.sample p.link a,
#content div#folio li.sample p.no-link {
	margin-top: 10px;
	display: block;
	width: 280px;
	text-align: center;
	padding: 8px 0pt;
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 1.2em;
}

#content div#folio li.sample p.link a:link,
#content div#folio li.sample p.link a:visited {
	background-color: #666;
}

#content div#folio li.sample p.link a:hover,
#content div#folio li.sample p.link a:active {
	background-color: #ccc;
}

#content div#folio li.sample p.no-link {
	background-color: #ccc;
	text-transform: uppercase;
}

#content div#folio a.more_logos {
	display: block;
	overflow: hidden;
	float: right;
	width: 245px;
	height: 0pt;
	padding-top: 104px;
	background: #efefef url(../images/background_buttons.gif) no-repeat -473px 6px;
	margin-right: 30px;
}

#content div#folio a.more_logos:link,
#content div#folio a.more_logos:visited {
	background-color: #efefef;
}

#content div#folio a.more_logos:hover,
#content div#folio a.more_logos:active {
	background-color: #ddd;
}


/* My Comment

#content div#folio ul.sample {
	padding-top: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid red;
	display: block;
}

#content div#folio ul.sample li {
	float: right;
	width: 260px;
	margin-left: 30px;
}

#content div#folio ul.sample li.image {
	float: left;
	border: 6px solid #efefef;
	width: 571px;
	height: 278px;
	margin-left: 0px;
}

#content div#folio ul.sample li.image img {
	background: transparent url(../images/background_folio_image.gif);
	border: 5px solid white;
}

#content div#folio ul.sample li.name,
#content div#folio ul.sample li.description {
	color: black;
	padding-bottom: 8px;
	margin-bottom: 4px;
	border-bottom: 1px solid #cccccc;
}

#content div#folio ul.sample li.name {
	font-weight: bold;
	font-size: 1.5em;
	color: #900;
}

#content div#folio ul.sample li.features {
	color: black;
	font-weight: bold;
	padding: 1em;
}

#content div#folio ul.sample li.features {
	overflow: hidden;
}

#content div#folio ul.sample li.features ul {
	overflow: hidden;
}

#content div#folio ul.sample li.features ul li {
	background: transparent url(../images/bullets.gif) no-repeat 0 -53px;
	padding-left: 15px;
	padding-bottom: 2px;
	margin-left: 0px;
	font-size: 1.1em;
	width: 220px;
}

#content div#folio ul.sample li.link {
	overflow: hidden;
}

#content div#folio ul.sample li.link p,
#content div#folio ul.sample li.link a {
	display: block;
	background-color: #575758;
	text-align: center;
	padding: 7px;
	font-weight: bold;
	color: white;
	font-size: 1.2em;
	text-decoration: none;
}

#content div#folio ul.sample li.link a:hover,
#content div#folio ul.sample li.link a:active {
	background-color: silver;
}

#content div#folio ul.sample li.link p {
	background-color: silver;
	text-transform: uppercase;
}

 */

/* @end */

/* @end */

/* @group Footer */

#footer {
	width: 100%;
	height:80px;
	background-color: #000000;
	margin: 0pt auto;
	color: #ffffff;
	padding: 0px 0px 0px;
	font-size: 11px;
	font-family:tahoma;
	vertical-align:middle
	line-height: 100%
}
#footer p {
	color: #ffffff;
	padding: 3px 0pt 6pt 0px;
}

#footer a {
	color: #FFFF00;
	
	
	
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	text-decoration: none;
	border-bottom: 1px dotted #ffffff
}

#footer a:link span.underline,
#footer a:visited span.underline {
	border-bottom: 1px none #ffffff;
}

#footer a:hover span.underline,
#footer a:active span.underline {
	border-bottom: 1px dotted #ffffff;
}

a{
color:#666666;
text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
	border-bottom: 1px dotted #ff0000
}
a:visited  {
color:#666666;
text-decoration: none;
}
/* @end */