/*---CSS by i-mouse internet---*/

html,
body {
  height: 100%;
}

body {
	margin: 0 auto;
	padding:0;
	background: transparent url(../images/bg.jpg) center center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	text-align: center;
}

.intro {
	background: #000000;
}

img a{
	border: 0;
	outline: none;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  	margin: 0;
  	padding: 0;
}


a {
	color:#AF93C4; 
	text-decoration:none;
	outline: none;
}

a:focus {
	outline: none;
}

/*---Layout---*/

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/content.jpg) center center repeat-y;
	width: 1024px;
}

#wrapper.home {
	margin: 100px auto;
	background: #000000;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height:130px;
}



#navigation {
	margin: 0 auto;
	padding: 0;
	width:800px;
	height: 30px;
}

#main_nav {
	float: right;
	height: 30px;
	
}

#shop_nav {
	float: left;
	height: 30px;
	width: 40%;
	text-align: left;
}

#content {
	margin: 0 auto;
	width: 100%;
	min-height: 410px;
	padding: 20px 0;
}

#carousel {
	margin: 0 auto;
	width:800px;
	height:600px;
	position:relative;
}

#carousel img {
	border:0px solid #FFFFFF;
}

#module {
	margin: 0 auto;
	width:800px;
}

#intro {
	margin: 60px auto;
	width: 500px;
	height: 400px;
}

.materials {
	margin: 0 auto;
	width: 710px;
	height: 142px;
}

.materials img {
	padding: 10px;
	border: 0;
	outline: none;
}

#gallery {
	margin: 40px auto 20px auto;
	padding: 0;
	width: 720px;
}


#cart {
	margin: 0 auto;
	width: 100%;
	min-height: 410px;
	padding: 20px 0;
}

#search {
	margin: 0 auto;
	width: 1024px;
	min-height: 410px;
	padding: 20px 0;
}

.inside {
	margin: 0 auto;
	width: 744px;
	padding: 10px 140px;
	text-align: left;
}

#footer {
	margin:0 auto;
	width: 1024px;
	height:200px;
	clear:both;
}

/*--Typhography--*/

#content h3 {
	margin: 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #AF93C4;
	text-align: left;
}

#content h4 {
	margin: 10px 0;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#content h5 {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#content p {
	font-size: 11px;
	color: #FFFFFF;
}

#gallery h3 {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
	color: #AF93C4;
	text-align: left;
}

#gallery p {
	margin: 20px 0;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}

#cart h3 {
	margin: 10px 0;
	font-size: 18px;
	color: #AF93C4;
}

#cart h4 {
	margin: 10px 0;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#cart h5 {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#cart p {
	font-size: 11px;
	color: #FFFFFF;
}
 
#footer p {
	margin: 0;
	padding: 6px 0;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 100%;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/*---Menus/Lists---*/

#content ul {
	font-size: 11px;
	text-align: center;
}

#content li{
	margin: 0;
	padding: 0 2px;
	list-style:none;
    display:inline;
}

#main_nav ul {
	margin: 0;
	padding: 0 20px;
	text-align: left;
}
			
#main_nav li {
	float: left;
    list-style:none;
}
#main_nav a {
	display: block;
    padding: 12px 0;
    margin:0;
}
#main_nav a:hover {
    background-position:0 -30px;
}

#shop_nav ul {
	float: left;
	margin: 0;
	padding: 0 20px;
	text-align: left;
}

#shop_nav li {
	float:left;
    list-style:none;
}

#shop_nav a {
	display: block;
    padding: 12px 0;
	_padding: 6px 0; /*IE 6 and older*/
	#padding: 6px 0; /*IE7*/
    margin:0;
	line-height: 60px;
}

#shop_nav a:hover {
    background-position:0 -30px;
}

.home {
	background: url(../images/menu/home.gif) no-repeat;
	text-indent: -9999px;
	width:43px;
}

.menu {
	background: url(../images/menu/products.gif) no-repeat;
	text-indent: -9999px;
	width:57px;
}

.custom {
	background: url(../images/menu/custom.gif) no-repeat;
	text-indent: -9999px;
	width:52px;
}

.about {
	background: url(../images/menu/about.gif) no-repeat;
	text-indent: -9999px;
	width:59px;
}

.news {
	background: url(../images/menu/news.gif) no-repeat;
	text-indent: -9999px;
	width:41px;
}

.contact {
	background: url(../images/menu/contact.gif) no-repeat;
	text-indent: -9999px;
	width:70px;
}

.cart {
	background: url(../images/menu/cart.gif);
	text-indent: -9999px;
	width:96px;
}

.list {
	background: url(../../images/menu/list.gif);
	text-indent: -9999px;
	width:58px;
}

.t-shirts {
	background: url(../../images/menu/t-shirts.gif);
	text-indent: -9999px;
	width:59px;
}

.jackets {
	background: url(../../images/menu/jackets.gif);
	text-indent: -9999px;
	width:59px;
}

.hoodies {
	background: url(../../images/menu/hoodies.gif);
	text-indent: -9999px;
	width:59px;
}

.trousers-shorts {
	background: url(../../images/menu/trousers-shorts.gif);
	text-indent: -9999px;
	width:112px;
}

.tracksuits {
	background: url(../../images/menu/tracksuits.gif);
	text-indent: -9999px;
	width:70px;
}

.undershorts {
	background: url(../../images/menu/undershorts.gif);
	text-indent: -9999px;
	width:80px;
}

.skirts-shorts {
	background: url(../../images/menu/skirts-shorts.gif);
	text-indent: -9999px;
	width:92px;
}

.tops {
	background: url(../../images/menu/tops.gif);
	text-indent: -9999px;
	width:39px;
}

.skirted-leotards {
	background: url(../../images/menu/skirted-leotards.gif);
	text-indent: -9999px;
	width:102px;
}

.leggings {
	background: url(../../images/menu/leggings.gif);
	text-indent: -9999px;
	width:39px;
}

.jackets-hoodies {
	background: url(../../images/menu/jackets-hoodies.gif);
	text-indent: -9999px;
	width:117px;
}

.trousers-skirts {
	background: url(../../images/menu/trousers-skirts.gif);
	text-indent: -9999px;
	width:109px;
}

.skirts {
	background: url(../../images/menu/skirts.gif);
	text-indent: -9999px;
	width:40px;
}

.competition {
	background: url(../../images/menu/competition.gif);
	text-indent: -9999px;
	width:120px;
}



/***Contact Form***/

#content label {
	float: left;
	width: 100px;
	font-weight: bold;
}

#content input {
	width:200px;
	border:1px solid #AF93C4;
}

#content input.buynow {
	width:62px;
	height: 62px;
	border:0;
}

#content textarea {
	width:200px;
	border:1px solid #AF93C4;
}

#content .send {
	margin:10px 100px;
	padding:0;
	width:60px;
	height:20px;
	text-align:center;
	border:1px solid #AF93C4;
	background:#AF93C4;
	color:#FFFFFF;
	font-weight:bold;
}

/**Cart Form**/

#search .cobtbl {
	border:0 #000000 solid;
	width: 100%;
}

#search .cobhl {
	background-color: #000000;
	border:0 #000000 solid;
	color: #FFFFFF;
}

#search .cobll {
	background-color: #000000;
	border: 0 #000000 solid;
	color: #FFFFFF;
}

#cart .cobtbl {
	border:0 #000000 solid;
	width: 100%;
}

#cart .cobhl {
	background-color: #000000;
	border:0 #000000 solid;
	color: #FFFFFF;
}

#cart .cobll {
	background-color: #000000;
	border: 0 #000000 solid;
	color: #FFFFFF;
}

#cart .cstitle {
	font-size: 14px;
}