*{
	margin: 0;
	padding: 0;
	border: 0 none;
}

html{
	font-family: arial, trebuchet, verdana;
	color: #ffffff;
	text-align: justify;
	font-size: 15px;
	font-weight: bold;
}

.homewidth{
	width: 230px;	
}

body{
	//background: #1f1a17;
	background: #000000;
}

a{
	color: #E8781A;
	cursor: pointer; 
	cursor: hand;	
}

ul{
	list-style:decimal;
	list-style-position:inside;
}

.orangeBorder{
	border: 1px solid #e8781a;
}

.whiteBorder{
	border: 1px solid #ffffff;
}

/* text markup */
.orange{
	color: #e8781a;
}

.white{
	color: #ffffff;
}

.uppercase{
	text-transform: uppercase;
}

.bold{
	font-weight: bold;
}

.center{
	text-align: center;
}

.invisiBorder{
	margin: 5px;
}

.plainLink{
	text-decoration: none;
}

h2{
	margin: 0 0 15px 0;
	font-size: 20px;
}

/* end text markup */

div.main{
	margin: 0 auto;
	width: 960px;
}

div.header a{
	text-decoration: none;
}

div.header div.menu ul{
	list-style: none;
	margin: 10px 0 0 24px;
}

div.header div.menu li{
	display: inline;
	padding: 0 10px 0 0;
	font-size: 16px;
}

div#logo{
	font-size: 40px;
}

div.content{
	padding: 30px 0 0 0;
}

div.footer{
	padding: 45px 0 0 0;
	text-align: center;
}

div.column{
	padding-top: 5px;
}

div.bigColumn{
	width: 450px;
}

div.bigColumn .pic{
	width: 250px;
}

.marginLeft{
	margin: 5px;
}

.marginRight{
	margin: 0 5px 0 0;
}

div.smallColumn{
	width: 300px;
}

div.midColumn{
	padding-left: 30px;
	padding-right: 30px;
}

div.rowSpacing{
	margin: 12px 0 0 0;
}

/* submenu */
div.submenu{
	text-align: left;
	width: 192px;
}

div.submenu ul{
	list-style: none;
	margin: 25px 0 0 0;
}

div.submenu a{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* image blocks*/
a.image{
	display: block;
	min-width: 200px;
	max-width: 200px;
	min-height: 140px;
	max-height: 145px;
	margin: 21px;
	text-decoration: none;
	text-align: center;
}

div.imageBlock{
	min-width: 760px;
	max-width: 760px;
}

a.lastImage{
	margin: 21px 0 21px 21px;
}

a.square{
	min-width: 140px;
	max-width: 140px;
}

/* detailpage */
div.detailView{
	padding: 0 20px 20px 20px;
	min-width: 400px;
	max-width: 400px;
}

div.detailPhoto{
	min-height: 300px;
	margin-right: 5px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.parentWidth{
	width: 100%;
}

.clearBoth{
	clear: both;
}

.dummyHeight{
	height: 100px;
}

a#facebook{
	float: left;
	background-image: url('/images/facebook.png');
	margin: 1px -180px 0 259px;
	padding: 4px 4px 3px 3px;
	background-repeat: no-repeat;
}

a#hyves{
	float: left;
	background-image: url('/images/hyves.png');
	margin: 1px -255px 0 275px;
	padding: 4px 4px 3px 3px;
	background-repeat: no-repeat;
}

a.productLink{
	text-decoration: none;
	text-align: center;
}

.paddingFix{
	display: block;
}

/* TAGCLOUD */
span.tag1{
	font-size: 17px;
}

span.tag2{
	font-size: 20px;
}

span.tag3{
	font-size: 22px;
}

a.sale{
	display: block;
	text-decoration: underline;
	font-size: 147px;
	font-weight: bold;
	padding: 10px 0 35px 0;
}

p.cloud{
	letter-spacing: 1px; 
	text-align: justify;
}

.small{
	font-weight: normal;
}

div.imgWithText{
	width: 100%;
	position: relative;
}

div.imgWithText h2{
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 100%;
}

div.imgWithText img{
	position: relative;
	width: 100%;
}

#breadcrumb{
	font-size: 12px;
}

.message{
	padding: 10px 0 10px 0;
	text-align:center;
	font-weigth: bold;
	font-size: 16px;
}
