@charset "UTF-8";
/* CSS Document */

.main-navigation a:link {color:#EDEDED;text-decoration:none;}
.main-navigation a:visited {color:#EDEDED;}
.main-navigation a:active {color:#e0d6c2;}
.main-navigation a:hover {
	color:#e0d6c2;
	text-decoration:none;	
}

body {
	background-color: #590b01;
	background-image: url(http://emreny.com/images/bg-red.jpg);
	background-repeat: repeat-x;
}
.main-navigation {
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EDEDED; letter-spacing:-0.1em;
}

body,td,th {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px; line-height:1.5em;
	color: #000;
}
.notices {
	color: #EDEDED;
	font-size: 11px;
}
.notices a:link{color:#EDEDED;}
.notices a:visited{color:#EDEDED;}
.notices a:hover {
	color:#e0d6c2;
	text-decoration:none;	
}


.spacious {background: url(http://emreny.com/images/bgtable.jpg) repeat-x #f4eee1; border-bottom:solid thick #000;}
.spacious #description {line-height:2em; text-align: justify;}

blockquote {
margin:1.25em;
padding:1.25em 1.25em 0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym,abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a,a:link,a:visited {
	text-decoration:none; 
	color: #000; -webkit-transition-property: color; -webkit-transition-duration: 0.8s;
}

a:hover {
	color:#fff;
	text-decoration:none;	
}

/***** Global Classes *****/

.clear {
clear:both;
}

.float-left {
float:left;
}

.float-right {
float:right;
}

.text-left {
text-align:left;
}

.text-right {
text-align:right;
}

.text-center {
text-align:center;
}

.text-justify {
text-align:justify;
}

.bold {
font-weight:700;
}

.italic {
font-style:italic;
}

.underline {
border-bottom:1px solid;
}

.highlight {
background:#ffc;
}

.img-left {
float:left;
margin:4px 10px 4px 0;
}

.img-right {
float:right;
margin:4px 0 4px 10px;
}

.nopadding {
padding:0;
}

.noindent {
margin-left:0;
padding-left:0;
}

.nobullet {
list-style:none;
list-style-image:none;
}

.social {
	color: #EBE0CC;
}

h1 {letter-spacing:-1px; line-height:1em;}

#addtocart {padding-left:15px;}

#sidenav {line-height:1.4em;}