/*-----------------------------------------------------------------------------
Web Site:			<..>

CteatedDate:		00.00.2008
Autor:				<..>

LastChangedDate:	00.00.2008
LastChangedBy:		<..>
-----------------------------------------------------------------------------*/

@import url(generic/helper.css);

@import url(content.css);

@import url(modules/user-bar.css);
@import url(modules/side-boxes.css);
@import url(modules/forms.css);
@import url(modules/gallery.css);
@import url(modules/products.css);
@import url(modules/account-details.css);

@import url(navigation/primary.css);
@import url(navigation/footer.css);



/* =General
-----------------------------------------------------------------------------*/
* {	margin: 0; padding: 0;}

td, input, textarea, select {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; 
	font-size: 1em; 
	margin:0px; padding:0px;
}
td
{
	vertical-align: top;
}

/* =Typography
-----------------------------------------------------------------------------*/
body{
	color: #000;
	background: #000 url(/images/branding/bg.png) repeat-x top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	}

p 				{padding: 1px 0 14px 0;}
a			{color: #000; text-decoration: underline;} 
a:visited	{color: #ef0076; text-decoration: underline;}
a:hover 		{color: #3c015a; text-decoration: none;}
a:active 		{color: #000; text-decoration: none;}

.align-top {
	vertical-align:top;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.float-left {
	float:left;
	margin-right:18px;
}
.float-right {
	float:right;
	margin-left:18px;
}
.left {
	float:left;
}
.right {
	float:right;
}
br.clearall		{ clear:both; height: 0; line-height:0; font-size: 0px;}

.red
{
	color: #e82117;
}
.big
{
	font-size: 1.1em;
}
.dark
{
	color: #000;
}
.white
{
	color: #fff;
}

/* =Headings
-----------------------------------------------------------------------------*/
body.no-title h1.title{display: none;}

h1, h2, h3, h4, h5, h6{
	line-height: normal;
	padding:  1px 0;
	margin-bottom: 13px;
	font-family: Georgia, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: lowercase;
}

h1{
	color: #ef0076;
	font-size: 3em;
	font-weight: normal;
}
h1 a:link, h1 a:visited,
h1 a:hover, h1 a:active	{color: #d2ac67; text-decoration: none;}

h2{
	color: #000;
	font-size: 1.6em;
	font-weight: normal;
}
h2 a:link, h2 a:visited,
h2 a:hover, h2 a:active	{color: #000; text-decoration: none;}

h3{
	color: #ef0076;
	font-size: 1.6em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}
h3 a:link, h3 a:visited,
h3 a:hover, h3 a:active	{color: #b83245; text-decoration: none;}

h4{
	color: #3c015a;
	font-size: 1.4em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}
h4 a:link, h4 a:visited,
h4 a:hover, h4 a:active	{color: #3c015a; text-decoration: none;}

h5{
	color: #ef0076;
	font-size: 1.4em;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-bottom: 7px;
	border-bottom: 1px solid #e1e1e1;
}
h5 a:link, h3 a:visited,
h5 a:hover, h5 a:active	{color: #ef0076;}

h6{
	color: #ef0076;
	font-size: 1em;
	font-family: Arial, Helvetica, Sans-Serif;
}
h6 a:link, h6 a:visited,
h6 a:hover, h6 a:active	{color: #ef0076; text-decoration: none;}

/* =Main container boxes
-----------------------------------------------------------------------------*/
#container{
	text-align: center;	
	background: url(/images/branding/background.png) no-repeat 50% top;
	padding: 0;
}
#container-inner
{
	width: 1020px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
.header
{
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 2px solid #3c015a;
	position: relative;
}

.content
{
	width: 1020px;
	w\idth: 978px;
	padding: 0 19px 0 23px;
	margin: 0 0 15px 0;
	background: #fff;
	font-size:1.1em;
	line-height:1.8em;
	color: #818181;
}


/* =Branding
-----------------------------------------------------------------------------*/
a.logo{
	display: block;
	width: 445px; 
	height: 93px;
	float: left;
	margin: 11px 0 0 29px;
	text-indent: -999em;
	overflow: hidden;
	background: url(/images/branding/logo.gif) no-repeat;
	}
.top-box
{
	float: right;
	text-align: right;
	width: 480px;
	margin: 22px 37px 0 0;
	font-size: 1.1em;
}
.top-box span
{
	display: block;	
	padding-right: 60px;
	color: #ed217c;
	margin-top: -10px;
}
.top-box span.delivery
{
	color: #bcbcbc;
	font-size: 2.5em;
	line-height: 37px;
	padding: 0;
	margin: 0;
}
.top-box strong
{
	color: #fff;
	font-size: 1.4em;
}

a.blog-btn,
a.blog-btn:visited {
	display: block;
	position: absolute;
	right: 9px;
	bottom: 6px;
	width: 45px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(/images/buttons/blog-btn.gif) no-repeat 0 0;
	font-size: 1.1em;
	z-index: 20;
	}
	a.blog-btn:hover {
		color: #fff;
		text-decoration: underline;
		}


/* =Footer
-----------------------------------------------------------------------------*/
.footer{
	clear:both;
	color: #afaaaa;
	text-align: center;
	padding-bottom: 50px;
	}
.footer-inner
{
	width: 940px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.footer a{
	color: #afaaaa !important;
	}
		
.footer a.develop {
	background: url(/images/branding/fuse8.gif) no-repeat;
	display:block;
	float:right;
	height:16px;
	margin:0 0 5px;
	overflow:hidden;
	text-indent:-9999em;
	width:88px;
}
.footer p.copyright {
	text-align:right;
	padding-bottom: 5px;
}

#container{padding: 0px;} /* for all browsers  */
#container, x:-moz-any-link, x:default { padding-right: 1px; } /* FireFox 3 */
body:first-of-type{padding-right: 1px; padding-left: 0px} /*for Safari*/ 

	
