/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img, div, input, h1{ 
	behavior: url('css/img/iepngfix.htc');
}

html {
	height: 100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 1;
	font-family: Georgia;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration: none;
}

#header{
	height: 90px;
}
#header_content,
#nav_content,
#main_content,
#footer_content{
	width: 840px;
	padding: 0 60px;
	margin: 0 auto;
}

#nav_content,
#nav_content a,
#footer_content a,
#footer_content{
	color: rgb(240,240,240);
}

#header h1 span{
	display: none;
}

#header h1 a{
	display: block;
	background: url('img/header_logo.png') no-repeat top left;
	height: 90px;
	width: 150px;
}

#nav{
	height: 35px;
	background: rgb(15,15,15);
	display: block;
}

#nav a{
    background: url("img/sep.png") no-repeat scroll left center transparent;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 35px;
    padding: 0 10px;
}

#nav li:first-child a{
    background: none;
	padding: 0 10px 0 0;
}

#nav a.shop:hover,
#nav a.shop-selected,
#footer a.shop:hover,
#footer a.shop-selected{
	color: rgb(35,204,193);
}
#nav a.user:hover,
#nav a.user-selected,
#footer a.user:hover,
#footer a.home:hover,
#footer a.user-selected{
	color: rgb(255,86,0);
}

#main{
}

#main_content{
	padding: 60px;
	background: url('img/bg_circles.png') no-repeat bottom right;
	position: relative;
}
#user_color,
#shop_color,
#home_user_color,
#home_shop_color{
	height: 33px;
	margin-bottom: 37px;
}
#shop_color,
#home_shop_color{
	background: rgb(35,204,193);
}
#user_color,
#home_user_color{
	background: rgb(255,86,0);
}

#home_user_color,
#home_shop_color{
	width: 533px;
}


#aboutus p,
#main_content p,
#main_content a{
	color: rgb(15,15,15);
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 30px;
    padding-left: 33px;
    text-align: justify;
    width: 500px;
}

#main_content a.home-user ,
#main_content a.home-shop {
	color: rgb(15,15,15);
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
	width: 350px;
	display: block;
	float: left;
    margin-bottom: 37px;
}

#home_shop_color,
#main_content a.home-shop {
	float: right;
}
#main_content a.home-shop {
    padding-left: 0;
    padding-right: 33px;
}


#main_content a:hover{
	text-decoration: underline;
}
#aboutus h1,
#main_content h1{
    font-size: 36px;
    line-height: 40px;
    font-style: italic;
	font-weight: normal;
	margin-bottom: 12px;
    padding-left: 33px;
}
#main_content h2{
    bottom: 5px;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    position: absolute;
    right: 170px;
}

#main_content form{
	width: 265px;
	padding: 73px 0 0;
}

#contactus form{
    margin: 0 auto;
    width: 276px;
}


#main_content label,
#contactus label{
    font-size: 14px;
    font-style: italic;
}
#main_content input[type=text],
#contactus input[type=text]{
    font-size: 14px;
    font-style: italic;
	background: rgb(240,240,240);
	border: 1px solid rgb(15,15,15);
	width: 263px;
	height: 26px;
	margin: 4px 0 16px 0;
	padding: 0 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;	
}

#contactus textarea{
    font-size: 14px;
    font-style: italic;
	background: rgb(240,240,240);
	border: 1px solid rgb(15,15,15);
	width: 263px;
	height: 100px;
	margin: 4px 0 16px 0;
	padding: 0 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;	
}

#main_content input[type=submit],
#contactus input[type=submit]{
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #0F0F0F;
    float: right;
    font-size: 14px;
    margin-top: 20px;
    width: 83px;
}

.left{
	float: left;
}
.right{
	float: right;
}
#footer{
	height: 50px;
	background: rgb(15,15,15);
	clear: both;
}

#footer a{
    background: url("img/sep.png") no-repeat scroll left center transparent;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 50px;
    padding: 0 10px;
}

#footer li:first-child a{
    background: none;
	padding: 0 10px 0 0;
}
#footer_content .left,
#footer_content .right{
	width: 50%;
}
.clear{
	display:block;
	height:1px;
	clear: both;
}

#comingsoon p{
    color: #0F0F0F;
    font-size: 36px;
    font-style: italic;
    line-height: 40px;
    text-align: center;
}

#contactus h1{
    font-size: 36px;
    line-height: 40px;
    font-style: italic;
	font-weight: normal;
	margin-bottom: 12px;
	text-align: center;
}

.error{
	color: rgb(255,20,20);
}

#contactus #contact_message p{
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    text-align: center;
}

#contact_waiting{
  text-align: center;
}