/*
 * CSS reset
 * See http://meyerweb.com/eric/tools/css/reset/
 */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * BITart CSS
 */
body {
	background: #FFFFFF url('bitart.webBG.png');
	color: #000000;
	font-size: 16px;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3;
}
article {
	margin-left: 220px;
	margin-right: 20px;
}
footer {
	margin-top: 32px;
	margin-left: 220px;
	margin-right: 20px;
	margin-bottom: 8px;
	font-size: 12px;
	text-align: right;
}
#ruler {
	text-align: left;
	position:relative;
	width: 10000px;
	max-width: 99%;
	overflow: hidden;
	color: #ff5511;
	font-size: 4pt;
	height: 6px;
	margin-top: 24px;
	margin-bottom: 24px;
	word-wrap: break-word;
}

h1 {
	font-size: 28px;
	font-weight: 800;
	color: #ff5511;
	margin-top: 42px;
	margin-bottom: 22px;
}
h2 {
	font-size: 24px;
	font-weight: 800;
	color: #ff5511;
	margin-top: 42px;
	margin-bottom: 22px;
}
h3 {
	font-size: 18px;
	font-weight: 800;
	color: #ff5511;
	margin-top: 24px;
	margin-bottom: 16px;
}
strong {
	font-weight: 800;
}
a:link, a:visited {
	color: #ff5511;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}


.bitart .bit {
	color: #000000;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 500;
}
.bitart .art {
	padding-left: 0.1em;
	color: #ff5511;
	font-family: Times,serif;
	font-weight: 500;
	font-style:italic;
	font-size: 120%;
}

#banner .bitart {
	padding-left: 20px;
	font-size: 64px;
}
#banner .art {
	padding-left: 0;
}
#banner nav {
	background: #000305;
	font-size: 18px;
	height: 40px;
	line-height: 30px;
	margin: 36px 22px 2em 220px;
	padding: 0;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#banner nav ul {
	list-style: none;
	margin: 0 auto;
}
#banner nav li {
	float: left;
	display: inline;
	margin: 0;
}	
#banner nav a:link, #banner nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 1.5em;
	text-decoration: none;
}
#banner nav a:hover, #banner nav a:active,
#banner nav .active a:link, #banner nav .active a:visited {
	background: #ff5511;
	color: #fff;
	text-shadow: none !important;
}
#banner nav a:hover {
	background: #cc4408;
}
#banner nav li:first-child a {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#logo {
	position: fixed;
	top: 0px;
	left: 0%;
}

.pagenav {
	position: fixed;
	top: 128px;
	left: 16px;
	width: 180px;
}

#contacts {
	padding-top: 24px;
}
#contacts .contact {
	display: inline-block;
	padding-top: 18px;
	padding-right: 48px;
}

#showcase ul,#solutions ul {
	list-style-type: square;
	list-style-position: inside;
	margin-top: 1em;
	margin-bottom: 1em;
}

.pnull1 {
	padding-top: 24px;
}

.pnl1 {
	padding-bottom: 24px;
	font-weight: 600;
}
.pnl2 {
	margin-left: 6px;
	list-style-type: square;
	font-weight: normal;
}

#showcase img {
	display: block;
	margin-top: 1em;
	max-width: 95%;
	width: auto;
	height: auto;
	margin-left: 32px;
}

#showcase .ipad_img, #showcase .iphone_img {
/*	margin-right: 20px;*/
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	-moz-box-shadow: 	6px 6px 30px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.5);
	box-shadow: 		6px 6px 30px rgba(0, 0, 0, 0.5);
	
	max-height: 640px;
}
#showcase .ipad_h {
	max-height: 480px;
}
#showcase .iphone_img {
	display: inline;
	margin-left: 20px;
}

#index section {
	margin-top: 0.8em;
	text-indent: 1.5em;
}

.ul2 {
	margin-top: 0;
	margin-left: 16px;
}
