@charset "UTF-8";

/* CSS Document */

body, h1, ul, li {
	margin: 0; padding: 0; border: 0;
}




.left-button {
	background-image:url("../images/left-arrow.png");	
}

.right-button {
	background-image:url("../images/right-arrow.png");
	right: 1px;
}

.left-button, .right-button {
	cursor:pointer;
	height:72px;
	position:absolute;
	width:50px;
	display: none;
	z-index: 9999;
	top:50%;
	margin-top: -36px;
}


.footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footerlnk  a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footerlnk a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.body_txt {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
}
.footerlnk a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.footerlnk a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.border_thin {
	border: 1px solid #333333;
	margin: 3px;
}
.mailinglist {
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
.countrydrop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #F1F3F5;
}
.navtexton {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

/*social media*/	
	
	
	#feedback { background: transparent; width: 3.2em; position: fixed; top: 35%; right: 1em;outline: none;
 }

#feedback a { display: block; text-indent: -9999px; height: 32px;outline: none;
}

#feedback #twitter { background: url('http://siwydenim.com/images/social/twitter.png') no-repeat 0 -32px;outline: none;
 }
#feedback #twitter:hover { background-position: 0 0; }

#feedback #facebook { background: url('http://siwydenim.com/images/social/facebook.png') no-repeat 0 -32px;outline: none;
 }
#feedback #facebook:hover { background-position: 0 0; }

#feedback #rss { background: url('http://siwydenim.com/images/social/rssicon.png') no-repeat 0 -32px; outline: none;
}
#feedback #rss:hover { background-position: 0 0; }

#feedback #email { background: url('http://siwydenim.com/images/social/twittericon.png/emailicon.png') no-repeat 0 -32px; outline: none;
}
#feedback #email:hover { background-position: 0 0;outline: none;
 }

