/**
 * Style sheet layout
 */
body
{
	margin:0;
	padding:8px;
	text-align:center;
}

#container
{
	width:700px;
	margin:0 auto;
	text-align:left;
	vertical-align:middle;
}

#header
{
	width:700px;
	height:84px;
	background-image:url("/media/images/header.gif");
}

#Tnavigation
{
	width:700px;
	height:59px;
}

#Tnavigation .profile
{
	height:59px;
	background: transparent url('/media/images/title_graphic.jpg') no-repeat 0 0;
}

#Tnavigation .catalogue
{
	height:59px;
	background: transparent url('/media/images/title_graphic.jpg') no-repeat 0 -59px;
}

#Tnavigation .mens
{
	height:59px;
	background: transparent url('/media/images/title_graphic.jpg') no-repeat 0px -117px;
}

#Tnavigation .ladies
{
	height:59px;
	background: transparent url('/media/images/title_graphic.jpg') no-repeat 0px -236px;
}

#Tnavigation .contact
{
	height:59px;
	background: transparent url('/media/images/title_graphic.jpg') no-repeat 0px -118px;
}

#Tnavigation ul
{
	list-style-type:none;
}

#Tnavigation li
{
	float:left;
}

#Tnavigation li a
{
	width:131px;
	height:38px;
	float:left;
	color:#fff;
	text-indent: -9000px;
}

#Tnavprofile a
{
	background: transparent url('/media/images/but_Tnavigation.gif') no-repeat 0 0;
}

#Tnavprofile a:hover, #Tnavprofile a.current
{
	background: transparent url('/media/images/but_Tnavigation.gif') no-repeat 0 -38px;
}

#Tnavcatalogue a
{
	background: transparent url('/media/images/but_Tnavigation.gif') no-repeat -131px 0;
}

#Tnavcatalogue a:hover, #Tnavcatalogue a.current
{
	background: transparent url('/media/images/but_Tnavigation.gif') no-repeat -131px -38px;
}

#Tnavcontact a
{
	background: transparent url('/media/images/but_Tnavigation.gif') no-repeat -262px 0;
}

#Tnavcontact a:hover, #Tnavcontact a.current
{
	background: transparent url('/media/images/but_Tnavigation.gif') no-repeat -262px -38px;
}

#content
{
	width:523px;
	margin:45px 0px 0px 137px;
}

#content .inner
{
	width:250px;
}

#content .sidebar
{
	float:right;
	padding-top:4.2em;
	text-align:center;
	font-size:1em;
	color:#ccc;
}

#content .sidebar img
{
	padding:14px 0px;
	border:0;
}

#footer
{
	width:700px;
	height:75px;
	clear:both;
	margin:0 auto;
	text-align:left;
	vertical-align:middle;
}

/* Catalouge Pages */
#shoecontainer
{
	width:446px;
	height:auto;
	padding-bottom:70px;
	border:1px #fff #solid;
}

#shoecontainer .toptitle
{
	width:446px;
	height:18px;
	background: #fff;
}

#shoecontainer .bottomtitle
{
	width:446px;
	height:18px;
	color:#fff;
}

.key
{
	width:72px;
	height:70px;
	float:right;
	margin-top:18px;
	margin-right:-10px;
}

.manbackground
{
	background: transparent url('/media/images/title_men_shoes.gif') no-repeat;
}

.autumnbackground
{
	background: transparent url('/media/images/title_autumn_shoes.gif') no-repeat;
}

.sharpbackground
{
	background: transparent url('/media/images/title_sharp_shoes.gif') no-repeat;
}

.winterbackground
{
	background: transparent url('/media/images/title_winter_shoes.gif') no-repeat;
}

#popup
{
	height:290px;
	padding:11px 11px 15px 11px;
}

#popup .title
{
	height:57px;
	padding:0 0 0 280;
	text-align:left;
	color:#663399;
}

#popup .description p
{
	margin-right:5;
	margin-left:5;
	padding:5px;
}

#popup .alignnone
{
	position:absolute;
	float:left;
	margin-top:26px;
	margin-left:0px;
}

#popup .container
{
	border-top:1px #fff #solid;
	border-bottom:1px #fff #solid;
}

#popup .right
{
	width:235px;
	float:right;
	text-align:left;
}

#popup .left
{
	float:left;
	background: yellow;
}

#popup .key
{
	position:absolute;
	margin-top:150px;
	padding-left:10px;
}

.thickbox img
{
	position:absolute;
	margin:-12px 130px 25px 2px;
}

