@charset "UTF-8";

/* RESET */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input, input:focus, textarea:focus {
	outline-width: 0;
	outline-style:none
}

/* STANDARD ELEMENT */

body {
	background: url(../images/bg.jpg) #222 no-repeat top center;
}
body, form, input, textarea {
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
a:link, a:visited {
	text-decoration: none;
	color: #999999;
	outline:none
}
a:hover {
	background: #242424;
	color: #cc9900;
}
.center {
	text-align: center;
}
img {
	display: block;
}
strong {
	font-weight: bold;
	color: #FFF;
}
em {
	color: #FFF;
	font-style:italic;
	font-size: 13px;
}
.clear {
	clear: both;
}
.back {
	color: #666;
	font-size: 10px;
	font-style: italic;
}

/* FORM ELEMENT*/

#nav input#search-input {
	background: transparent url(../images/search-input.png) no-repeat scroll 0 0;
	padding: 9px 0 10px 10px;
	margin: 8px 0 0 15px;
	border:0;
	width:163px;
	float:right;
	font:14px/14px Arial, Helvetica, sans-serif
}
#nav input#search-submit {
	background: transparent url(../images/search-buttom.jpg) no-repeat scroll 0 0;
	border: 0;
	margin: 3px 15px 0 0;
	font-size:0;
	display:block;
	height:43px;
	width:105px;
	float:right;
}
.content input, .content textarea {
	color: #666;
	padding: 5px;
	background: #9b9b9b;
	border:1px solid #545454;
	margin:5px 0 10px
}

/* NAVIGATION */
	
#nav {
	border: 1px solid #545454;
	background: #343434;
	height: 50px;
	margin: 0 0 15px;
	overflow: hidden;
}
#nav ul li {
	float:left;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	display: block;
	padding: 0 20px 0 60px;
	font-size: 18px;
	line-height: 50px;
	color: #ccc;
	background-image: url(../images/nav_icons_bw.png);
	background-repeat: no-repeat;
}
#nav ul li a.active {
	background-image: url(../images/nav_icons.png);
}
#nav ul li a.home {
	background-position: 15px 5px;
}
#nav ul li a:hover.home {
	background: url(../images/nav_icons.png) 15px 5px no-repeat #242424;
}
#nav ul li a.textures {
	background-position: 15px -46px;
}
#nav ul li a:hover.textures {
	background: url(../images/nav_icons.png) 15px -46px no-repeat #242424;
}
#nav ul li a.support {
	background-position: 15px -100px;
}
#nav ul li a:hover.support {
	background: url(../images/nav_icons.png) 15px -100px no-repeat #242424;
}
#nav ul li a.contact {
	background-position: 15px -156px;
}
#nav ul li a:hover.contact {
	background: url(../images/nav_icons.png) 15px -156px no-repeat #242424;
}

/* PAGE CONTENT */

#container {
	margin: 0 auto;
	width: 985px;
}
#outer {
	width: 100%;
}
#top {
	position: relative;
	width: 985px;
	height: 100px;
	margin-bottom: 10px;
}
#top img.logo {
	position: absolute;
	top: 30px;
}
.sidebar {
	position: relative;
	width: 315px;
	float: right;
}
.content {
	position: relative;
	width: 670px;
	float: left;
}
#footer {
	clear: both;
	width: 983px;
	margin: 0 0 15px 0;
	background: #343434;
	border: 1px solid #545454;
}
#footer p {
	margin: 10px;
}
.content img.we {
	float: left;
	margin: 0 15px;
	border: 2px solid #252525;
}
.content div.text p img {
	margin:0;
}
.content div.text p {
	margin: 10px 15px 0;
	text-align: justify;
}
.content div.text h2 {
	margin: 20px 15px;
}
.content div.text ul {
	margin: 10px 0 0 45px;
	list-style: disc;
}
.content a.texth:link, .content a.texth:visited {
	background: #343434;
	display: block;
	float: left;
	border: 1px solid #545454;
	margin-bottom: 15px;
}
.content a.texth:hover {
	background: #1c1c1c;
}
.content a.texth img {
	margin: 9px;
}
.content div.box {
	padding: 9px;
	margin: 0 15px 15px 0;
	background: #343434;
	border: 1px solid #545454;
}
.content div.bborder {
	border: 18px solid #242424;
}
.content div.oborder {
	background:#242424;
}

.content div.text {
	padding-bottom: 30px;
}
.content blockquote {
	padding: 10px 15px 15px 70px;
	margin: 15px;
	background: url(../images/icons/lightbulb_48.png) #242424 10px 10px no-repeat;
	border-top: 1px #666 dotted;
	border-bottom: 1px #666 dotted;
	text-align: justify;
}
.content div.text blockquote h2 {
	margin: 0 0 5px;
}
.content div.text blockquote p {
	margin: 0;
}
.content blockquote.warning {
	background: url(../images/icons/warning_48.png) #242424 10px 15px no-repeat;
}
.content blockquote.contact {
	background: url(../images/icons/mail_write_48.png) #242424 10px 15px no-repeat;
}
.content blockquote.up {
	background: url(../images/icons/thumbs_up_48.png) #242424 10px 15px no-repeat;
}
.content blockquote.down {
	background: url(../images/icons/thumbs_down_48.png) #242424 10px 15px no-repeat;
}
.content h1 {
	margin: 15px;
	color: #cc9900;
}
.content h2 {
	margin-bottom: 5px;
	color: #cc9900;
}
.content div.details {
	padding: 10px 15px 15px 70px;
	margin: 15px;
	background: url(../images/icons/camera_noflash_48.png) 10px 10px no-repeat;
}
.content a.download:link, .content a.download:visited {
	display: block;
	height: 60px;
	width: 200px;
	font-size: 16px;
	line-height: 60px;
	padding-left: 65px;
	margin: 10px 25px 20px 15px;
	background: url(../images/icons/box_download_48.png) 10px 5px no-repeat;
	text-decoration: none;
	border:1px solid #343434;
}
.content a.download:hover {
	background-color: #222;
	border-top: 1px #666 dotted;
	border-bottom: 1px #666 dotted;
}
.sidebar div.box {
	background: #343434;
	border: 1px solid #545454;
	padding-bottom: 30px;
	margin-bottom: 15px;
}
.sidebar h3 {
	margin: 29px 10px 30px;
	color: #cc9900;
	font-size: 24px;
	letter-spacing: 1.5px;
	font-weight: bold;
	padding-bottom: 4px;
}
.sidebar ul.category {
	margin: 0 10px;
}
.sidebar ul.category li {
	width: 110px;
	display: block;
	float: left;
	margin: 0 14px;
}
.sidebar ul.category li a:link, .sidebar ul.category li a:visited {
	text-decoration: none;
	width: 110px;
	display: block;
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid #666666;
}
.sidebar ul.category li a:hover, #nav ul li a:hover {
	background: #242424;
	color: #cc9900;
}
.sidebar ul.twitter {
	margin: 0 25px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sidebar ul.twitter li {
	margin: 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #666666;
}
.sidebar ul.twitter li span {
	color: #666;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar div.flickr {
	width: 290px;
	margin: 0 auto;
}
.sidebar div.flickr img {
	margin: 0;
}
.sidebar div.social {
	margin: 0 auto;
	width: 290px;
}
.sidebar div.social img {
	margin: 0 5px;
	float: left;
}
div.flickr a:link, div.flickr a:visited {
	border: 2px solid #252525;
	float: left;
	margin: 9px;
}
.content div.mini a:link, .content div.mini a:visited {
	border: 2px solid #252525;
	float: left;
	margin: 8px 13px 5px 0;
	display: inline;
}
.sidebar div.colors {
	padding: 0 22px;
}
.content div.colors {
	float: right;
	margin: 20px 11px;
}
div.colors a:link, div.colors a:visited {
	margin:3px;
	float: left;
	display: block;
	width: 23px;
	height: 23px;
	border: 2px solid #252525;
}
div.colors a:hover, div.flickr a:hover, .content div.mini a:hover {
	border: 2px solid #cc9900;
}
.sidebar p {
	padding: 5px 25px;
}
.sidebar img {
	margin: 0 3px;
}
.sidebar img.icon {
	float: left;
	margin: 15px 10px 10px 15px;
}
.pagination {
	font-size: 16px;
	clear: left;
	margin: 10px 20px 20px;
}

/* MooTools.Tips */

		
.tip-top {
	color: #CCCCCC;
	width: 166px;
	z-index: 13000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.tip-title {
	width: 150px;
	font-weight: bold;
	font-size: 11px;
	text-transform: capitalize;
	margin: 0;
	color: #cc9900;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
	font-family: Arial, Helvetica, sans-serif;
}
.tip-text {
	width: 150px;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.tip-text a {
	color:#069;
}
.tip-loading {
	background: url(../images/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

/* autocompleter */

ul.autocompleter-choices {
	position:	absolute;
	margin:				0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#545454;
	border-right-color:		#545454;
	border-bottom-color:	#545454;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#9b9b9b;
}
ul.autocompleter-choices li {
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important;
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			2em;
}
ul.autocompleter-choices li.autocompleter-selected {
	background-color:		#444;
	color:					#fff;
}
ul.autocompleter-choices span.autocompleter-queried {
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:					#72a700;
}
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}
.mask1{
	position:relative;
	width:600px;
	height:150px;
	overflow:hidden;
}
.info{
	width:300px;
	height:150px;
	background: #222;
	position:absolute;
	color:#ccc;
}
.info p, .info h4{
	padding:5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.info h4{
	font-size:16px;
	color: #cc9900;
	font-weight:bold;
}
