/* skeleton */

body {
	background: url(/images/noise.png);
	background-color: #392f2b;
    font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 13px;
	margin: 0;
}

pre, code {
	font: 12px 'Monaco', 'Courier New', Courier, fixed;
}

#page {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header, #page_body, #footer {
	width: 875px;
}

#header {
	height: 100px;
	margin: 0;
}

#header_logo {
	display: block;
	float: left;
	width: 276px;
	height: 52px;
    background: url(/images/dimzzy.png) no-repeat;
	margin: 10px 0 0 10px;
}

#header_links {
    float: right;
	width: 488px;
	height: 128px;
    margin: 0 -84px 0 0;
    background: url(/images/itop.png) no-repeat;
	color: #fff;
}

ul#site_links {
	list-style: none;
	display: block;
	width: 320px;
	height: 96px;
	margin: 0 84px 0 84px;
	padding: 0 0 0 21px;
    background: url(/images/igrid.png) no-repeat;
}

ul#site_links li {
	float: left;
	position: relative;
	margin: 0 25px 0 0;
}

ul#site_links li a {
	display: block;
	margin: 0;
	padding: 0;
	color: white;
	text-decoration: none;
}

ul#site_links li a span {
	display: block;
	margin: 15px 0 0 0;
	text-align: center;
}

#software_link {
	width: 48px;
	height: 48px;
	background: url(/images/links/software.png) no-repeat;
}

#software_link_cover {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	background: url(/images/links/software_h.png) no-repeat;
	opacity: 0;
	filter: alpha(opacity = 0);
}

#software_link_cover:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#services_link {
	width: 48px;
	height: 48px;
	background: url(/images/links/services.png) no-repeat;
}

#services_link_cover {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	background: url(/images/links/services_h.png) no-repeat;
	opacity: 0;
	filter: alpha(opacity = 0);
}

#services_link_cover:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#blog_link {
	width: 48px;
	height: 48px;
	background: url(/images/links/blog.png) no-repeat;
}

#blog_link_cover {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	background: url(/images/links/blog_h.png) no-repeat;
	opacity: 0;
	filter: alpha(opacity = 0);
}

#blog_link_cover:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#about_link {
	width: 48px;
	height: 48px;
	background: url(/images/links/about.png) no-repeat;
}

#about_link_cover {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	background: url(/images/links/about_h.png) no-repeat;
	opacity: 0;
	filter: alpha(opacity = 0);
}

#about_link_cover:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#page_body {
	margin: 0;
	padding: 0 0 20px 0;
	background: url(/images/stripes.png);
	background-color: #eae5c4;
	color: #222;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#content {
	float: left;
    margin: 5px 20px 10px 20px;
    padding: 0;
}

#footer {
    padding: 15px 0;
    color: #888;
    text-align: center;
    font-size: 0.8em;
}

#footer p {
	padding: 3px 0;
}

#footer a {
	padding: 0 5px;
	color: #f9a908;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* common */

img {
	border: none;
}

h1, h2 {
	font-family: Optima, 'Trebuchet MS', sans-serif;
    font-weight: normal;
	padding: 5px 0;
	margin: 0;
}

h3 {
	font-family: Optima, 'Trebuchet MS', sans-serif;
	font-weight: normal;
	text-shadow: 0px 2px 2px #aaa;
	padding: 10px 0;
	margin: 0;
}

h4 {
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 13px;
}

ul {
	margin: 0;
	padding: 10px 0 10px 1.5em;
}

p {
	padding: 10px 0;
	margin: 0;
}

img.icon {
    vertical-align: middle;
    margin: 0 2px 0 0;
}

img.link {
	vertical-align: middle;
	margin: 0 5px;
}

a.xtext {
	color: #222;
	border-bottom: 1px dotted #888;
}

a.xtext:hover {
	text-decoration: none;
	color: #222;
	border-bottom: 1px solid #888;
}

a {
	outline: none;
	text-decoration: none;
	color: rgb(51, 102, 204);
}

a:hover {
	text-decoration: underline;
}

#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a {
	color: #222;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover {
	text-decoration: none;
	color: rgb(51, 102, 204);
}

.clear {
    clear: both;
    width: 100%;
    height: 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.divider {
    height: 4px;
    border-width: 4px 0 0 0;
    border-color: #888;
    border-style: dotted;
}

div.screenshots {
	background-color: white;
	border: 1px solid #888;
}

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

/* features */

.feature_boxes {
    margin: 10px 0;
    padding: 0;
}

.feature_box {
    width: 245px;
    margin: 10px 0 10px 30px;
    float: left;
}

.feature_box_icon {
    float: left;
    width: 32px;
    height: 32px;
}

.feature_box_text {
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
    width: 202px;
}

.feature_box h3 {
    padding: 0;
    margin: 0 0 5px 0;
}

.feature_note {
    width: 490px;
    margin: 20px 0;
    float: left;
}

.feature_note_icon {
    float: left;
    width: 48px;
    height: 48px;
}

.feature_note_text {
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
    width: 432px;
}

.feature_note h3 {
    padding: 0;
    margin: 0 0 5px 0;
}

.feature_drawer {
    width: 390px;
    margin: 5px 0 20px 0;
    float: left;
}

.feature_drawer_icon {
    float: left;
    width: 48px;
    height: 48px;
}

.feature_drawer_text {
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
    width: 172px;
}

.feature_drawer h3 {
    padding: 0;
    margin: 0 0 5px 58px;
}

.feature_box p, .feature_drawer p, .feature_note p {
    margin: 0 0 10px 0;
	padding: 0;
}

.feature_box_extra {
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
	width: 150px;
}

.feature_spacer {
	float: left;
	width: 50px;
	height: 30px;
}

.profile_box {
    width: 228px;
    float: left;
	margin: 10px 0 0 0;
}

.profile_box_icon {
    float: left;
    width: 48px;
    height: 48px;
}

.profile_box_text {
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
    width: 170px;
}

/* button3 */

.button3 {
	text-decoration: none;
	border-color: transparent transparent #ECECEC; /** rgba fallback **/
	border-color: transparent transparent rgba(255, 255, 255, 0.63);
	cursor: pointer;
	outline: none;
}

.button3:hover {
	text-decoration: none;
}

.button3,
.button3 b.o,
.button3 b.m {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	display: block;
}

.button3 b.o {
	border-color: #5A5A5A; /** rgba fallback **/
	border-color: rgba(0, 0, 0, 0.56);
}

.button3 b.m {
	background: transparent url(/images/button3.png) repeat-x 0 0;
	border-color: #FFF transparent #C7C7C7; /** rgba fallback **/
	border-color: #FFF rgba(255, 255, 255, 0.33) rgba(255, 255, 255, 0.33);
}

.button3:hover b.m {
	background-position: 0 -80px;
}

.button3:active b.m {
	background-position: 0 -160px;
	border-color: #B7B7B7 transparent #D4D4D4; /** rgba fallback **/
	border-color: rgba(255, 255, 255, 0.11) rgba(255, 255, 255, 0.23) rgba(255, 255, 255, 0.27);
}

.button3 b.m b {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 4px 8px;
	text-shadow: 0 1px 0 #DDD;
	color: #262626;
	/** Make the text unselectable **/
	-moz-user-select: none;
	-webkit-user-select: none;
}

.button3 input {
	background: none;
	border: none;
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 4px 8px;
	text-shadow: 0 1px 0 #DDD;
	color: #262626;
	/** Make the text unselectable **/
	-moz-user-select: none;
	-webkit-user-select: none;
}

/* button */

a.button {
	display: block;
}

div.button {
	display: inline;
}

a.button, div.button {
	background: url(/images/button_left.png) no-repeat 0 50%;
	padding: 5px 0px 6px 10px;
	margin: 0;
	border: none;
	text-decoration: none;
}

a.button span, div.button input {
	background: url(/images/button_right.png) no-repeat 100% 50%;
	display: inline;
	padding: 5px 18px 6px 8px;
	margin: 0;
	border: none;
	text-decoration: none;

	color: #333;
	text-align: center;
	font-size: 1em;
    font-family: 'Lucida Grande', Verdana, sans-serif;
}

a.button:hover span, div.button:hover input {
	color: black;
	cursor: pointer;
}
