@import url(http://fonts.googleapis.com/css?family=Anton);

* {
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background: url(../images/pattern.png) repeat top center,
							#000000 ; 
}

/* Formatting */

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 20px;
	padding: 10px 0;
	font-size: 14px;
}

h1, h2, h3, h4, h5 {
	padding: 8px 0;
}

ul, ol {
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote p {
	padding: 5px 0;
}

/* Container */

#wrapper{
	margin:0 auto;
	padding:0;
	width:808px;
	text-align:left;
}

#wrapper-left{
        margin:0 auto;
	padding:0;
	width:960px;
	height: 1200px;
	text-align:left;
}



#header{
	margin:0;
	padding:0;
 	height:198px;
 	background:url(../images/header.gif) no-repeat top left;
}

#copy{
	margin:0;
	padding:20px;
	text-align:left;
	line-height:20px;
	background :url(../images/copy-border.png)  no-repeat left top,
							url(../images/copy-border.png)  no-repeat right top,
							url(../images/copy-border.png)  no-repeat left bottom,
							url(../images/copy-border.png)  no-repeat right bottom,
							url(../images/copy-top.png)  repeat-x top center,
							url(../images/copy-bottom.png)  repeat-x bottom center,
							url(../images/copy-right.png)  repeat-y right center,
							url(../images/copy-left.png)  repeat-y left center,
							#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

#copy-left {
    width: 640px;
	margin:0;
	padding:20px;
	text-align:left;
	line-height:20px;
	background :url(../images/copy-border.png)  no-repeat left top,
							url(../images/copy-border.png)  no-repeat right top,
							url(../images/copy-border.png)  no-repeat left bottom,
							url(../images/copy-border.png)  no-repeat right bottom,
							url(../images/copy-top.png)  repeat-x top center,
							url(../images/copy-bottom.png)  repeat-x bottom center,
							url(../images/copy-right.png)  repeat-y right center,
							url(../images/copy-left.png)  repeat-y left center,
							#ffffff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

#sidebar {
background:none;
    width: 250px;
    float: right;
	margin:0;
	margin-left: 0px;
	padding:0 10px;
	text-align:center;
	line-height:20px;
}

#sidebar p {
	line-height: 1px;
	font-size: 14px;
	color: #fbe106;
}

#sidebar h6 {
	font-weight: 100;
	font-size: 14px;
	color: #fbe106;
}

#sidebar table {
	margin-top: 20px;
}

#sidebar td {
height: 43px;
}


#sidebar input[type=text]{
	width: 250px;
	height: 25px;
	padding: 5px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidebar input[type=email]{
	width: 250px;
	height: 25px;
	padding: 5px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidebar input[type=submit] {
width: 240px;
height: 103px;
	background: #f5f5f5 url('../images/order.png') no-repeat center;
	border: none;
}

/* Logo */

#logo{
	margin:auto;
	text-align:center;
	color:#fff;
	float:right;
}

#logo h5{
	text-align:right;
	margin-top:20px;
	padding:0;
	font-size:70px;
	color:#fbe106;
	font-weight:400;
	font-family: 'Anton', sans-serif;
}

#logo h6{
	text-align:right;
	margin:0;
	padding:0;
	font-size:16px;
	color:#fff;
	font-weight:100;	
	letter-spacing: 0.6px;
	font-family: 'Anton', sans-serif;
	text-shadow: 2px 2px 3px #000000;
filter: dropshadow(color=#000000, offx=2, offy=2);
}

/* Copy */
#copy h1{
	font-size:44px;
	text-align:center;
	line-height:45px;
	font-weight:600;
	color:#555555;
}

#copy h2{
	font-size:24px;
	text-align:center;
	line-height:30px;
	font-weight:300;
	color:#333;
}

#copy-left h1{
	font-size:44px;
	text-align:center;
	line-height:45px;
	font-weight:600;
	color:#333;
}

#copy-left h2{
	font-size:24px;
	text-align:center;
	line-height:30px;
	font-weight:300;
	color:#555555;
}

/* Footer Info */

#footer{
	margin:0;
	padding:0;
	width:759px;
	height:25px;
}

#info{
	width:707px;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	color:#FFF;
	font-size:14px;
}

#info a{
	color:#fbe106;
	font-size:14px;
}

ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.tab { margin-left: 40px; }
