/**************************************************************
	Page title: Liondos - unique corporate wear
	Created by: aywars
	Date: 09/03/2010
	
**************************************************************/

/*** Basic elements ***/
body {
background:url(../img/bodyBg.jpg);
font:12px Arial, Helvetica, sans-serif;
color:#C2C2C2;
margin:0;
padding:0 0 50px 0;
}

h1 {
font-size:18px;
font-weight:normal;
margin:25px 0 35px 0;
padding:0;
}

p {
line-height:135%;
margin:0 0 15px 0;
}

li {
line-height:135%;
}

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

a:active {
outline:none;
}

a:hover {
text-decoration:underline;
}

a img {
border-style:none;
}

#container {
width:988px;
margin:40px auto 0 auto;
padding:0;
}

/*** Menu ***/
#menu ul {
text-align:right;
margin:0 14px 0 0;
padding:0;
}

#menu li {
list-style:none;
display:inline;
margin-right:17px;
}

#menu li a {
padding-top:10px;
}


#menu li .active {
background:url(../img/menuActive.png) no-repeat top center;
}

#menu li .active:hover {
text-decoration:none;
}

/*** Categories ***/
#categories {
background:url(../img/catBg.jpg) repeat-x;
border:1px solid #39373A;
margin-top:10px;
padding:14px 0 14px 19px;
}

#categories ul {
margin:0;
padding:0;
}

#categories li {
background:url(../img/catBg.png) no-repeat center right;
list-style-type:none;
display:inline;
margin-left:5px;
padding-right:11px;
}

#categories li a {
padding:14px 5px 14px 5px;
}

#categories .active {
background:url(../img/catActive.jpg) repeat-x;
}

#categories .active:hover {
text-decoration:none;
}

#categories .last {
background:none;
padding-right:0;
}

/*** Slider ***/
.slider { 
width:988px; 
height:309px; 
position: relative; 
margin-top:20px; 
}

.slider .wrapper { 
background:url(../img/sliderBg.jpg) repeat-x; 
width:944px; 
height:320px;
overflow:auto; 
position:absolute; 
top:0; 
left:13px;
border-top:1px solid #48454A;
border-bottom:1px solid #48454A; 
}

.slider .wrapper ul { 
width:99999px; 
list-style:none; 
position:absolute; 
top:11px; 
left:-4px; 
margin:0; 
padding-left:40px;
}

.slider ul li { 
width:988px;
height:298px;
overflow:hidden;
display:block; 
float:left; 
margin:0;
padding:0; 
}

.slider .arrow { 
height:322px; 
width:40px;
text-indent:-99999px; 
position:absolute; 
cursor:pointer; 
}

.slider .back { 
background:url(../img/sliderLeft.png) no-repeat; 
}

.slider .forward { 
background:url(../img/sliderRight.png) no-repeat; 
left:948px; 
}

/*** Banners ***/
#banners {
margin-top:32px;
}

#banners .banner {
background:url(../img/bannerBg.png) no-repeat;
float:left;
width:305px;
height:158px;
margin:0 13px 13px 0;
padding:8px 0 0 15px;
}

#banners .banner div {
height:150px;
overflow:hidden;
}

#banners .last {
margin-right:0;
}

/*** Footer ***/
#footer {
font-size:11px;
margin-top:40px;
}

#footer .copy {
margin-right:50px;
}

#footer ul {
display:inline;
margin:0;
padding:0;
}

#footer li {
background:url(../img/catBg.png) no-repeat center right;
list-style-type:none;
display:inline;
margin-left:4px;
padding-right:12px;
}

#footer .last {
background:none;
padding-right:0;
}


/*** Text ***/
#path {
background:url(../img/pathBg.png) no-repeat center left;
margin:10px 0 10px 30px;
padding-left:10px;
}

#path .sep {
margin:0 10px;
}

#text {
background:#1E1F20 url(../img/textBg.jpg) no-repeat bottom right;
border:1px solid #1E1F20;
min-height:440px;
margin:0;
padding:0 0 50px 38px;
}

#text .left {
width:520px;
float:left;
margin-right:120px;
}

#text .right {
float:left;
}

#text .right ul {
margin:0;
padding:0;
}

#text .right li {
list-style:none;
}

/*** Contact ***/
#contact {
background:#1E1F20 url(../img/contactBg.jpg) no-repeat bottom center;
border:1px solid #1E1F20;
min-height:466px;
margin:0;
padding:12px;
}

#contact .box {
background:#29292B url(../img/contactBoxBg.jpg) repeat-x bottom left;
width:305px;
height:330px;
float:left;
border:1px solid #000000;
padding:15px 0 0 50px;
}

#contact .box h1 {
margin:0 0 40px 0;
}

#contact .form {
width:541px;
margin-left:12px;
}

#contact .box table {
width:250px;
border:none;
}

#contact .box table .label {
width:70px;
font-weight:bold;
}

#contact .box td {
vertical-align:top;
}

/*** Contact Form ***/
#contact .form table {
width:550px;
}

#contact .form table .label {
width:70px;
font-size:13px;
font-weight:normal;
text-align:right;
}

#contact form, #contact fieldset {
border:none;
margin:0;
padding:0;
}

#contact input, #contact textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border:none;
padding:2px 2px 0 2px;
}

#contact input {
background:url(../img/inputBg.jpg) no-repeat;
width:216px;
height:20px;
margin-bottom:2px;
}

#contact textarea {
background:#FFFFFF url(../img/textareaBg.jpg) no-repeat bottom left;
width:396px;
height:110px;
overflow:auto;
}

#contact #send {
background:url(../img/submitBg.jpg) no-repeat;
float:left;
width:97px;
height:27px;
border:none;
margin:-15px 0 0 386px;
cursor:pointer;
}

#contact .required {
font-size:11px;
float:left;
margin-left:85px;
}

#contact span {
color:#FFFFFF;
font-weight:bold;
}

/*** Catalogue ***/
#catalogue {
background-color:#1E1F20;
border:1px solid #1E1F20;
min-height:490px;
margin:0;
padding:12px;
}

#catalogue .subcat {
background:#252527 url(../img/subcatBg.jpg) repeat-x bottom left;
width:130px;
min-height:470px;
float:left;
border:1px solid #000000;
margin-right:12px;
padding:0 10px 20px 10px;
}

#catalogue .subcat h1 {
text-align:center;
margin:15px 0;
}

#catalogue .subcat ul {
background:url(../img/subcatLine.jpg) no-repeat top left;
margin:0;
padding:2px 0;
}

#catalogue .subcat li {
background:url(../img/subcatLine.jpg) no-repeat bottom left;
list-style:none;
}

#catalogue .subcat li a {
display:block;
padding:5px 0 8px 10px;
}

#catalogue .subcat li .active {
background:url(../img/pathBg.png) no-repeat 0 11px;
}

#catalogue .subcat li .active:hover {
text-decoration:none;
}

#catalogue .items {
width:796px;
float:left;
}

#catalogue .items .banner {
height:110px;
background-color:#000000;
margin-bottom:18px;
padding:6px;
}

#catalogue .items .banner div {
height:110px;
overflow:hidden;
}

#catalogue .items .item {
background-color:#000000;
width:178px;
height:240px;
float:left;
font-size:12px;
margin:0 12px 12px 0;
padding:6px;
}

#catalogue .items .item .name {

}

#catalogue .items .item #colors {
width:180px;
float:left;
margin-top:3px;
}

#catalogue .items .item .color {
width:20px;
height:10px;
float:left;
margin:0 6px 6px 0;
}

#catalogue .items .item2 {
width:268px;
height:347px;
margin-right:0;
}

#catalogue .items .item .overflow {
height:200px;
overflow:hidden;
margin-bottom:6px;
}

#catalogue .items .item2 .overflow {
height:347px;
margin-bottom:0;
}

#catalogue .items .nav {
text-align:right;
padding:10px;
}

#catalogue .items .nav a {
padding:1px 4px;
}

#catalogue .items .nav .active {
background-color:#000000;
}

#catalogue .items .nav .active:hover {
text-decoration:none;
}

.zoom {
display:block;
background:url(../img/zoom.png) no-repeat center left;
width:50px;
position:relative;
top:-5px;
margin-left:200px;
padding-left:15px;
}

#catalogue .items .enquiry {
width:403px;
height:309px;
float:left;
background-color:#000000;
margin-left:12px;
padding:25px 50px;
}

#catalogue .items .enquiry .name {
font-size:14px;
}

#catalogue .items .enquiry .desc {
width:310px;
height:110px;
margin-top:40px;
}

#catalogue .items .enquiry fieldset {
border:none;
}

#catalogue .items .enquiry .label {
font-size:14px;
text-align:right;
}

#catalogue .items .enquiry input, #catalogue .items .enquiry select {
width:100px;
border:none;
padding:2px;
} 

#catalogue .items .enquiry select {
float:left;
}

#catalogue .items .enquiry #colors {
float:left;
width:160px;
margin:6px 0 0 10px;
}

#catalogue .items .enquiry .color {
width:20px;
height:10px;
float:left;
margin:0 6px 0 0;
}

#catalogue .items .enquiry input {
width:40px;
}

#catalogue .items .enquiry .submit {
background:url(../img/submitBg2.jpg) no-repeat;
width:149px;
height:39px;
border:none;
margin:10px 10px 0 5px;
cursor:pointer;
}

#catalogue .items .enquiry form a {
font-size:11px;
}

#admin #catalogue .items .item {
height:260px;
}

/*** Admin ***/
#admin .categories {
width:160px;
float:left;
margin:0 20px 10px 0;
}

#admin h2 {
font-size:14px;
margin-bottom:5px;
}

#admin h2 a {
margin-left:5px;
}

#admin ul {
margin:0;
padding:0;
}

#admin li {
list-style:none;
line-height:135%;
}

/*** Admin forms ***/
#admin fieldset {
border:none;
margin:0;
padding:0;
}

#admin input {
border-style:none;
}

#admin textarea {
width:910px;
height:400px;
display:block;
float:left;
}

#admin #submit {
background:url(../img/submitBg.jpg) no-repeat;
float:left;
width:97px;
height:27px;
border:none;
margin:5px 0 0 0;
cursor:pointer;
}

/*** Admin contact ***/
#form table {
width:600px;
}

#form table .label {
width:70px;
font-size:13px;
font-weight:normal;
text-align:right;
padding-top:1px;
}

#form table .top {
vertical-align:top;
}

#form, #form fieldset {
border:none;
margin:0;
padding:0;
}

#form input, #form textarea {
background-color:#1E1F20;
color:#C2C2C2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #3A383B;
padding:2px 2px 0 2px;
}

#form input {
width:216px;
height:20px;
margin-bottom:2px;
}

#form .short {
width:70px;
}

#form textarea {
width:216px;
height:70px;
overflow:auto;
}

#form .radio {
border:none;
width:15px;
height:15px;
}

#form #submit {
background:url(../img/submitBg.jpg) no-repeat;
float:left;
width:97px;
height:27px;
border:none;
margin:0 0 0 208px;
cursor:pointer;
}

/*** Admin catlist ***/
#catlist li {
font-size:16px;
margin:0 0 5px 0;
}

#catlist li ul {
margin-left:20px;
}

#catlist li ul li {
font-size:12px;
margin:0;
}

#catlist li a img { 
position:relative;
top:2px;
left:5px;
}

#catlist li a img, #catlist li ul li a img {
position:relative;
top:3px;
margin-right:5px;
}

/*** Other ***/
.clearfloat { 
clear:both;
height:0;
font-size:1px;
line-height:0px;
}





