/* Fashion Clear - An open source xhtml/css website template by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer.

Version: 1.0, February 27, 2006 */

* {margin:0; padding:0;}

/******** General tags ********/
body {
background: #fff url(images/bodybg.gif) repeat-x;
font:70% Tahoma,Verdana,Arial,sans-serif;
color:#555;
line-height:1.0em;
margin:0 auto 0 auto;
padding:0;
}

a {
text-decoration:none;
color: #4169E1;
}

a:hover{color: #4169E1;}
a img {border:0;}
p {font-size:1em; line-height:1.3em; margin:0 0 14px 5px;}
ul,ol,dl {margin:2px 0 16px 35px;}
ul ul,ol ol {margin:4px 0 4px 30px;}


h2 {
font-size:1.3em;
text-transform:uppercase;
/*border-bottom: 2px solid #4169E1;*/
margin:15px 5px 10px 0;
padding: 10px 2px 10px 10px;
color: Black;
}

h3 {
font-size:1.2em;
margin:10px 0 8px 0;
padding:0;
}

blockquote{
font-size:0.9em;
border:1px solid #bababa;
margin:20px 10px;
padding:8px;
}

blockquote p {margin:0;}

/******** Main wrap ********/
#wrap {
background: url(images/sitebg.jpg) no-repeat transparent;
color:#505050;
width:1050px;
height:662px;
margin-top:8px;
padding:0;
}

/******** Header ********/
#header {
clear:both;
height:1px;
}
#title{
background: transparent url(images/logo.png) no-repeat;
width:128px;
height:58px;
margin-top:5px;
margin-left:758px;
}

#slogan {
color:#808080;
font-size:1.4em;
margin:0 0 10px 5px;
}

#mainmenu {
display: none;
}

/******** leftside, left sidebar ********/
#leftside {
background-color: transparent;
font-size:1.0em;
clear:both;
float:left;
width:140px;
height:3%;
margin: 0 0 0 25px;
/*padding: 1px 10px 5px 7px;*/
}
/*
#leftside h2{
margin: 0px 0 8px 0;
font-size:1.0em;
color:white;
}

#leftside ul{
background: url(images/mainmenubg.png) no-repeat ;
list-style:none;
margin:0;
font-size:0.9em;
padding: 6px 3px 7px 3xp;;
}

#leftside li{
background: url(images/mainmenubg.png) no-repeat;
list-style:none;
padding:6px 3px 7px 3px;
}

#leftside li a{
color: #4169E1;
}

#leftside li.current{
color:red;
}


#leftside li a:hover{
padding:2px;
text-decoration:none;
border: 1px solid #4169E1;
}

#leftside ul ul{
margin:7px 0 6px 10px;
font-size:0.9em;
line-height:1.1em;
padding:0;
}

#leftside ul ul li a{
font-weight:normal;
}

#leftside ul ul li a:hover{
padding:2px;
text-decoration:none;
border: 1px solid #4169E1;
}
*/
/******** Content variations ********/
#contentwide {
background-color:transparent;
width:450px;
text-align:left;
margin-left:260px;
padding-top:3em;
padding-left:1em;
padding-bottom:1em;
font-size:1.1em;
color:#222;
height:3%;
}

#contentfull {
text-align:left;
margin:0;
padding:0;
}

#contentwide p,#contentfull p {
line-height:1.6em;
}

#contentwide h2,#contentfull h2 {
font-size:1.1em;
margin:0px 0 10px;
}

#contentwide h3,#contentfull h3 {
font-size:1.3em;
margin:0px 0 8px;
}

#contentwide li,#contentfull li{margin-bottom:4px;}

#contentbox{
	background-color:transparent;
	width:290px;
	height:250px;
	float:right;
	z-index: 300;
	
}


/******** Footer ********/
#footer {
background-color: White;
clear:both;
width:760px;
text-align:center;
color:#808080;
font-size:0.9em;
margin:0 auto;
padding: 25px 0;
}

#footer p {margin:3px 3px 3px 10px;}
#footer a {color:#505050; text-decoration:none;}
#footer a:hover, a:hover {text-decoration:underline;}

/******** Various classes ********/
.splitcontentleft {float:left; width:48%;}
.splitcontentright {float:right; width:46%;}

.important {
text-align:center;
color:#505050;
border:1px solid #bababa;
padding:2px;
}

.infobox{
width:240px;
float:right;
font-size:0.9em;
border:1px solid #bababa;
margin:0 0 5px 20px;
padding:5px;
}

.infobox p {margin:0;}
.infobox ul{margin:0 0 0 25px;}
.links a {font-weight:normal;}
.links li {line-height:1.1em;}
.left {float:left; margin:0 15px 4px 0;}
.right {float:right; margin:0 0 4px 15px;}
.textright {text-align:right;}
.readmore {text-align:right; margin:-10px 10px 18px 0;}
.center {text-align:center;}
.blue {color:#559900;}
.big {font-size:1.2em;}
.small {font-size:0.8em;}
.bold {font-weight:bold;}
.clear {clear:both;}
.hide {display:none;}

.photo {
border:1px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 18px 2px 5px;
}

