@import url(http://fonts.googleapis.com/css?family=Great+Vibes);

* {
	margin:0;
	padding:0;
}

body{
	margin:0;
	color:#555555;
	/*color:#81DAF5;*/
	font-family:Arial, Helvetica, sans-serif;
	/*background: url(../images/pattern.png) repeat top center,#662d91 ;*/
	background: url(../images/pattern.png) repeat top center,#00BFFF ; 
}

/* Formatting */

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 20px;
	font-size: 14px;
	padding: 10px 0;
}

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;
	text-align:left;
}



#header{
	margin:0;
	padding:0;
	height:184px;
	background:url(../images/header.png) no-repeat;
}

#copy{
	margin:0;
	padding:20px;
	text-align:left;
	line-height:20px;
	background:#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 4px rgba(91, 40, 129, 0.6);
	-moz-box-shadow: 0px 0px 3px 4px rgba(91, 40, 129, 0.6);
	box-shadow: 0px 0px 3px 4px  rgba(91, 40, 129, 0.6);
}

#copy-left {
    width: 640px;
	margin:0;
	padding:20px;
	text-align:left;
	line-height:20px;
	background:#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 4px rgba(91, 40, 129, 0.6);
	-moz-box-shadow: 0px 0px 3px 4px  rgba(91, 40, 129, 0.6);
	box-shadow: 0px 0px 3px 4px  rgba(91, 40, 129, 0.6);
}

#sidebar {
background:none;
    width: 250px;
    float: right;
	margin:0;
	margin-left: 0px;
	padding:0 10px;
	text-align:left;
	line-height:20px;
}

#sidebar p {
	line-height: 1px;
	font-size: 14px;
	color:#662d91;
}

#sidebar h6 {
	font-size: 14px;
	font-weight: 100;
	color:#662d91;
}

#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:#fff;
	font-weight:400;
	font-family: 'Great Vibes', cursive;
	text-shadow: 0px 0px 7px #662d91;
	filter: dropshadow(color=#662d91, offx=0, offy=0); 
}

#logo h6{
	text-align:right;
	margin:0;
	padding:0;
	line-height: 20px;
	font-size:16px;
	color:#fff;
	font-weight:300;
	line-height: 20px;
	text-shadow: 0px 0px 5px #662d91;
	filter: dropshadow(color=#662d91, offx=0, offy=0); 
	
}

/* Copy */
#copy h1{
	font-size:40px;
	text-align:center;
	line-height:45px;
	font-weight:400;
	color:#662d91;
	font-family:sans-serif;
}

#copy h2{
	font-size:24px;
	text-align:center;
	line-height:30px;
	font-weight:300;
	color:#555555;
}

#copy-left h1{
	font-size:40px;
	text-align:center;
	line-height:45px;
	font-weight:400;
	color:#662d91;
	font-family: sans-serif;
}

#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:#FFF;
	font-size:14px;
}