/*==================================================================

Project:		[Paragon]
Version:		1.0
Last change:	13/01/2009
Assigned to:	[David Geran]

=====================================================================*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,embed,object {
	margin:0;
	padding:0;
}

.whitep
{
	margin: 0;
	padding: 0;
	color: #ffffff;
}
}
fieldset,img,abbr{
	border:0;
}

#topmenu ul, #loginset ul, #mainmenu ul, ul#ulproduct, #rightcontent ul, #footer ul, #rightcontent .newproduct ul {
	list-style:none;
	margin:0;
	padding:0;
	}

caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#000;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
.clear { 
	clear:both; 
}
.textcenter{
	text-align:center;
}
.textright{
	text-align:right;
}


/* Global Elements
=====================================================================*/
body 
{
	background:#252525 url('background.png') repeat-x;
	font-family: verdana,Arial,sans-serif;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}



/* Start CSS Coding
=====================================================================*/
#wrapper{
	margin:0 auto;
	background-color: #FFFFFF;
	width:1000px;
	border-top:1px solid #161515;
	border-left:1px solid #161515;
	border-right:1px solid #161515;
}

#blockhead{
	background: url('back_head.png') repeat-x;
	height:102px;
}
#logo{
	width:359px;
	height:102px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	margin:0;
}
#logo span{
	background:url('logo.png') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#topmenu{
	padding-left:52px;
	background:#fff;
	border-bottom:6px solid #000;
}
#topmenu ul li{
	float:left;
	display:block;
	font-size:14px;
	height:25px;
}
#topmenu ul li a{
	display:block;
	float:left;
	color:#000;
	padding: 3px 20px 0 20px;
	font-weight:bolder;
	height:25px;
}
#topmenu ul li a:hover{
	background:#000;
	color:#fff;
	text-decoration:none;
}
#topmenu ul li.disciplines{
	background: url('back_disciplines.png') no-repeat 0 1px;
	padding:0 25px;
	width:124px;
	margin:0 10px 0 0;
}
#loginset{
	float:right;
	margin:15px 50px 0 0;
	line-height:20px;
}
#loginset ul li{
	color:#fff;
	font-size:12px;
}
.track{
	margin:0 0 0 55px;
}
.header_contact{
	margin:0 0 0 75px;
}
#loginset ul li a{
	color:#fff;
}
#mainpage{
	background: url('back_mainmenu.png') repeat-y;
	width:1000px;
}
#mainmenu{
	width:178px;
	float:left;
	margin:0 0 0 50px;
	display:inline;
}
#mainmenu ul li a{
	font-size:14px;
	color:#fff;
}

#mainmenu ul li{
	margin:1px 0 0 10px;
	position:relative;
	font-family:"Trebuchet MS" , arial, verdana;
}
#maincontent{
	float:left;
	width:772px;
	font-size: 12px;
	/* minimum height workaround */
	min-height:600px;
	height:auto !important;
	height:600px;
}

#leftcontent{
	float:left;
	width:462px;
}
.pad {
	padding:10px 5px;
	}
#crumb{
	font-size:12px;
	padding:10px 5px;
}
#crumb a{
	color:#000;
}
h2.welcome{
	font-weight:lighter;
	color:#5f1e36;
	margin:0 0 0 25px;
	display:inline;
	font-size: 20px;
}
h1,h2,h3 {
	color:#000;
	padding-bottom: 4px;
	}

h2.homepage, H1.homepage
{
	color:#FFF;
}
#productmid{
	width:426px;
	background:url('white_transparent.png') repeat-y;
	border:1px solid #000;
	padding:10px 0;
	margin:35px 0 15px 25px;
}
#ulproduct{
	margin:0 auto;
	width:366px;
}
#ulproduct li{
	float:left;
	text-align:center;
	font-size:12px;
	width:122px;
	display:inline;
}
#ulproduct li a{
	color: #000;
}
#ulproduct li a img{
	border:1px solid #000;
	margin:4px 2px;
}
#ulproduct li a span{
	width:100%;
	display:block;
	background:#fff;
}
#pimage{
	text-align:center;
	margin:0 0 10px 0
}
#rightcontent{
	float:right;
	width:310px;
}
#rightcontent ul li{
	float:left;
	width:131px;
	margin:5px;
	text-align:center;
	font-size:12px;
	border:1px solid #000;
	padding:5px;
	min-height:120px;
	line-height:18px;
	display:inline;
}
#rightcontent ul li a{
	color:#000;
}
#rightcontent img{
	display:block;
	margin:0 auto;
}
#footer{
	background: url('back_footer.png') repeat-x;
	width:1000px;
	margin:0 auto;
	font-family:"Trebuchet MS" , arial, verdana;
}
#footer ul li{
	display:inline;
	font-size:12px;
	padding: 0 10px;
	border-left:1px solid #fff;
}
#footer ul li.first{
	border:none;
}
#footer ul li a{
	color:#fff;
}
#footerleft{
	float:left;
	margin-top:10px;
}
#footerright{
	float:right;
	margin-top:10px;
}
#footer p{
	text-align:center;
	color:#fff;
	font-size: 12px;
}
.introduction{
	color:#000;
	font-size:14px;
	line-height:18px;
	width:395px;
	padding:5px 0 10px 25px;
}
.introduction a{
	color: #5f1e36;
	text-decoration:underline;
}
.introduction a:hover{
	color: #000;
	text-decoration:underline;
}
.introduction a:visited{
	color: #5f1e36;
	text-decoration:underline;
}


#rightcontent .newproduct{
	border:1px solid #000;
	width:295px;
	float:right;
	margin:5px 8px 0 0;
	display:inline;
}
#rightcontent .newproduct ul li{
	border:none;
	width:137px;
	float:left;
	margin:0;
}
#frmsearch{
	float:right;
	margin:0 40px;
}
#frmsearch .textsearch{
	border:1px solid #000;
	width:200px;
	padding: 2px;
	vertical-align:middle;

}
#frmsearch .btnsearch{
	border:1px solid #000;
	background:#fff;
	vertical-align:middle;
	margin:1px 0 2px 0;
	padding:0 3px;
	font-size:14px;
	font-weight:bolder;
}
.basketlink{
	background:url('bag.gif') no-repeat 95% 0;
	background-position: right;
}
.checkoutlink{
	background:url('checkout.gif') no-repeat 70px 0;
	float: left;
	width: 90px;
}
.orderline
{

	margin-left: 57px;
	float: left;
}

p.searchresult a {
	color:#5f1e36;
	}