@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #000 url(../images/top-bkgr.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7e8b95;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	border: 0;
	padding: 0px;
	margin-top: 0px;
}
#container {
	width: 961px;
}

#header {
	width: 960px;
	height: 90px;
	margin: 0px;
	padding: 0px;
}

*+html #header {
	width: 960px;
	height: 95px;
	margin: 0px;
	padding: 0px;
}

#top-shop{
	background:url(../images/btn-topshop.jpg) no-repeat top left;
	width: 175px;
	height: 52px;
	float: left;
	display: inline;
	margin: 20px 0 0 0;
}
#form1 {
	margin: 20px 0 0 0;
	width: 60px;
	float: left;
	display: inline;
	}
#top-social{
	background:url(../images/btn-topsocial.jpg) no-repeat top left;
	width: 179px;
	height: 52px;
	float: left;
	display: inline;
	margin: 20px 0 0 0;
}

#logo {
	background:url(../images/logo.png) no-repeat top left;
	margin: 0px 0 0 66px;
	width: 179px;
	height: 135px;
	float: left;
	display: inline;
}

/*------------------------left column-------------------------*/


#lc {
	width: 311px;
	height: 437px;
	background:url(../images/lc.jpg) no-repeat top left;
	float: left;
	display: inline;
}
#lc-shop {
	padding: 35px 25px 25px 33px;
	width: 244px;
	height: 269px;
	float: left;
	display: inline;
}
/*------------------------right column-------------------------*/

#rc { 
	width: 634px;
	height: 435px;
	float: left;
	display: inline;
	background: #000 url(../images/rc.gif) no-repeat top left;
	margin: 0 0 0 15px;
}


#rc_txt_box {
	font-size: 12px;
	padding: 15px 35px 35px 35px;
}


#btm-boxes p{
	width: 311px;
	height: 129px;
	float: left;
	display: inline;
	margin: 13px 13px 0 0;
	padding: 0;
}

#form1 {
	position: relative;
	width: 200px;
	padding: 4px 0 0 5px;
	}

#form1 p {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size:10px;
	
}

.floatr {
	;
	float: right;
	
	padding: 0 0 0 30px;
}

.floatl {
	height: 27px;
	float: left;
	display: inline;
}

#topbox{
	float: right;
	position: relative;
	display: block;
}
/*------------------------menu-------------------------*/

#menu {
	float: right;
	margin: 10px 0 10px 0;
	font-size: 16px;
}
*+html #menu {
	float: right;
	margin: 5px 0 15px 0;
	font-size: 16px;
}
#menu ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	height: 20px;
}
#menu li {
	height: 20px;
	float: left;
	display: inline;
	background: url(../images/bullet-square.gif) no-repeat right center;
}
#menu ul a {
	color: #FFF;
	text-decoration: none;
	float: left;
	display: inline;
	display: block;
	padding: 0 15px 0 10px;
	text-decoration:none;
	}
#menu li a:hover {
	background: url(../images/menu_bkgr_h.gif) repeat-x right top;
	color: #8bc432;
	text-decoration: none;
	float: left;
	display: block;
	text-decoration:none;
	}
	
.menu2 {
	padding-right: 3px;
}
.currentpage {
	color: #8bc432;
}

/*------------------------Sub-------------------------*/

#content-top {
	width: 960px;
	height: 53px;
	background: url(../images/sub-top.gif) no-repeat top left;
	
}

#content {
	background: url(../images/content-bkgr.gif) no-repeat bottom;
	width: 960px;
}
#content-txt {
	background: url(../images/content-txt-bkgr.gif) no-repeat top left;
	width: 740px;
	margin: 0 0 0 28px;
	padding: 35px 90px 30px 90px
}

#designers{
	float: left;
	display: inline;
	width: 460px;
}
#designers1{
	float: left;
	display: inline;
	width: 230px;
}

#pics-vertical {
	float: right;
	width: 250px;
	display: inline;
}
#pics-vertical p{
	padding: 15px 0 0 0;
}
/*------------------------footer-------------------------*/

#footer {
	border-top: 1px dotted #333;
	width:950px;
	margin: 20px 0 10px 0;
	padding: 20px 0 20px 0;
}
	
#footerright {
	color: #d30037;
	text-align: right;
	padding: 0px 0px 15px 5px;
	width: 450px;
	font-size: 11px;
	line-height: 15px;
	float: right;
}

#footerleft {
	float: left;
	width: 350px;
	}
#footer a {
	color: #d30037;
	text-decoration: none;
}
#footer a:hover {
	color: #8bc432;
	text-decoration: none;
}

/*------------------------txt styles-------------------------*/
.app {
	padding: 0px 0 25px 0;
}

ul {
	list-style: square;
}
li {
	list-style: square;
}
.title {
	font-size: 18px;
	color: #f2003b;
	padding: 0px;
	margin: 0;
	
}
h1 {
	font-size: 18px;
	color: #f2003b;
	padding: 0px;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 14px;
	color: #f2003b;
	padding: 0px;
	margin: 0 0 5px 0;
}
p {
	margin: 0 0 10px 0;
}
/*------------------------link styles-------------------------*/

a {
	color: #73b406;
}
a:hover {
	color: #47aeff;
}
/*------------------------FORM styles-------------------------*/



#rc2 { /*contact form container*/
	width: 584px;
	height: 375px;
	float: left;
	display: inline;
	background: #000 url(../images/rc.gif) no-repeat top left;
	margin: 0 0 0 15px;
	padding: 35px 25px 25px 25px;
} 


form p {
	padding: 0px 0 0 0;
	margin: 0px;
	
}

#contact-txt {
	margin: 5px 0 0 25px;
	width:200px;
	font-size:14px;
	display: inline;
	float: left;
	}
	


form, input {
	padding: 0px;
	margin: 0px;
}
input[type="text"] { 
	width: 100px;
}

#checkbox {
	margin: 0 5px 0 0;
}

#submit {
	padding: 0px 0 0 2px;
}


#form form {
	float: left;
	display: inline;
	margin: 0px 30px 0 0;
	font-size:10px;
}
#form {
	width: 300px;
	margin: 20px 30px 0 20px;
}
#form {*
	width: 300px;
	margin: 0px 30px 0 20px;
}

*+html #form {
	width: 300px;
	margin: 0px 30px 0 20px;
	display: inline;
	float: left;
}
*+html #contact-txt {
	margin: 5px 0 0 0px;
	width:200px;
	font-size:14px;
	display: inline;
	float: left;
	}

/*------------------------misc styles-------------------------*/

img {
	border: none;
}

#end {
	clear:both;
	margin:0;
	padding:0;
}

#like {
	margin: 15px 0 0 0;
	text-align: right;
	}

#ani a {
	color: #333;
}