body {
	width: 100%;
	height: 100%;
	margin: 0 0 30px 0;
	padding: 0px 0px 30px 0px;
	background-color: #2B2B2B;
	background-image: url('../images/body_background.jpg');
	background-position: 0px 83px;
	background-repeat: repeat-x;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.clearboth {
	clear: both;
}

p {
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}

li {
	list-style-type: none;
	line-height: 16px;
}

img {
	border-width: 0;
}

h1, h2, h3 {
	font-family: "Myriad Web", "Myriad Pro", Myriad, Helvetica, Helv, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 100;
}

h1 {
	font-size: 35px;
}

h1 span.highlight {
	color: grey;
}

a {
	color: #FCC200;
	text-decoration: none;
}

a:visited {
	color: white;
}

a:hover {
	text-decoration: underline;
}

span.highlight {
	color: #FCC200;
}

span.highlight_blue {
	color: #00A8FF;
}

span.highlight_green {
	color: #13BD06;
}

span.highlight_lime {
	color: #C0FF00;
}

ul, ol, li {
	padding: 0;
	margin: 0;
}

div#root {
	width: 100%;
	height: 400px;
	min-height: 400px;
	background-image: url('../images/root_background_default.jpg');
	background-position: 0px 83px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

div#heading {
	height: 53px;
	background-color: black;
	background-image: url('../images/heading_background.gif');
	padding: 15px 0px 15px 30px;
	border-bottom: 1px dotted #cccccc;
}

div#heading a {
	color: #EFEFEF;
}

div#heading a.active {
	color: #FCC200;
}

div#heading h1#logo {
	padding: 0;
	margin: 0;
	margin-right: 73px;
	float: left;
	text-indent: -900em;
	background-image: url('../images/zyotism_logo.gif');
	width: 184px;
	height: 49px;
}

div#heading ul li.designersmark {
	position: absolute;
	top: 50px;
	left: 705px;
}

div#heading ul {
	list-style-type: none;
	padding-top: 33px;
}

div#heading ul li {
	float: left;
	margin-right: 11px;
}

div.fullwidth {
	margin-left: 286px;
	width: 440px;
	clear: both;
	padding-bottom: 30px;
}

div.fullwidth h1 {
	padding-top: 55px;
	padding-bottom: 30px;
}

div.leftcolumn {
	margin: 0;
	width: 210px !important;
	padding-right: 20px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 30px;
	float: left;
}

div.leftcolumn h2 {
	margin-bottom: 20px;
}

div.rightcolumn {
	width: 210px;
	float: right;
}

div.rightcolumn h2 {
	margin-bottom: 20px;
	font-weight: lighter;
}

div.rightcolumn div.iconset_micro {
	height: 75px;
	border-bottom: 1px dotted #cccccc;
}

div.rightcolumn div.iconset_micro h3 {
	font-size: 12px;
	margin: 10px 0px 5px 10px;
}

div.rightcolumn div.iconset_micro img {
	margin: 0;
}

/* ICONSET LISTING - DOWNLOADS AND PORTFOLIO */

div.iconset {
	margin-bottom: 30px;
}

div.iconset h2 {
	float: left;
	margin-bottom: 20px;
}

div.iconset p.iconset_size {
	float: right;
	padding-top: 5px;
	margin: 0;
}

div.iconbox {
	background: url('../images/iconbox_gradient.gif') repeat-x;
	height: 148px;
	border: 1px dotted #CCCCCC;
	

/* width: 43

8px; */
				clear: both;
	font-size: 12px;
}

.box {
	border: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	margin-top: 8px;
}

div.iconbox .info {
	width: 200px;
	float: left;
	padding: 10px;
}

li.description {
	margin-bottom: 10px;
}

li.download {
	background: url('../images/download_large.gif') no-repeat;
	float: left;
}

li.download ul {
	line-height: 18px;
}

li.download ul.mac {
	float: left;
	padding-left: 45px;
}

li.download ul.nonmac {
	float: left;
	padding-left: 10px;
}

div.imageholder {
	width: 209px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

div.iconset img.medium_preview {
	border: 1px dotted #CCCCCC;
	width: 438px;
	height: 228px;
}

/* CONTACT DROPDOWN */

div#contact_wrapper {
	position: absolute;
	left: 276px;
	top: 84px;
	margin: 0
}

div#contact_wrapper div#contact_inner {
	
}

div#contact_wrapper div#contact_inner div {
	width: 431px;
	height: 100px ! important;
	padding: 10px;
	background-color: black ! important;
}

div#contact_wrapper div#contact_inner div h2 {
	font-weight: lighter;
	font-size: 25px;
	margin-bottom: 5px;
}

div#contact_wrapper div#contact_inner div h2 a {
	color: #555555;
}

div#contact_wrapper div#contact_inner div span {
	display: block;
	margin: 10px 0px 10px 0px;
	color: #cccccc;
}

div#contact_wrapper div#contact_inner div div {
	padding: 0;
	width: 431px;
	height: 25px ! important;
	background: none;
	font-size: 22px;
	margin-bottom: 5px;
	padding-top: 3px;
	border-top: 1px dotted #CCCCCC;
}

div#contact_wrapper div#contact_inner div div span.highlight {
	display: inline;
	color: #FCC200;
}