﻿
/*********TEXT FUNDAMENTALS**********/
/***ALL BASIC TEXT PROPERTIES SHOULD GO HERE TO REDUCE MARKUP****/

p
{
    font-size: 12px;
    color: #666666;
}

.description
{
	font-size: 70%;
	padding: 0;
	margin: 0;
}

.flush
{
	padding: 0;
	margin: 0;
}

.alignCenter
{
	text-align: center;
}

a
{
    color: #666666;
    text-decoration: none;
}
a:hover
{
    color: #D83BCF;
}
a.no-color
{
	color: #666666;
}
a.no-color:hover
{
	color: #666666;
}

h5
{
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

h5:hover
{
	color: #ffffff;
}

h6
{
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

h6:hover
{
	color: #ffffff;
}

span.error
{
    color: Red;
}

/*************END************/



/*******TOP NAVIGATION******/
#topNavigation
{
	margin-left:0px;
	height: 72px;
	margin-bottom: 0px;
}

#topNavigation ul#menu
{
}

#topNavigation ul#menu li h5 a
{
	float: left;
	width: 190px; height: 39px;
	background: url(/catalog/view/theme/ProShop/image/topNav_bg.png) no-repeat top;
	padding: 25px 0 10px 2px;
	color: #ffffff;
	font-weight: bold;
}


#topNavigation ul#menu li h5 a .no-color
{
	color: #ffffff;
}

#topNavigation ul#menu li h5 a:hover
{
	background-position: bottom;
	color: #ffffff;
}

#topNavigation ul#menu li:hover h5 a
{
	background-position: bottom;
	color: #ffffff;
}

#topNavigation ul#menu li h5 a img
{
	float: left;
	margin: -10px 1px 0px 0;
}

#topNavigation ul#menu li h5 a span.description
{
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	width: 148px;
	height: 12px;
	float: left;
	line-height: 12px;
}


#topNavigation ul#menu li h6 a
{
	float: left;
	width: 190px; height: 39px;
	background: url(/catalog/view/theme/ProShop/image/topNav_bg2.png) no-repeat top;
	padding: 25px 0 10px 2px;
	color: #ffffff;
	font-weight: bold;
}


#topNavigation ul#menu li h6 a .no-color
{
	color: #ffffff;
}

#topNavigation ul#menu li h6 a:hover
{
	background-position: bottom;
	color: #ffffff;
}

#topNavigation ul#menu li:hover h6 a
{
	background-position: bottom;
	color: #ffffff;
}

#topNavigation ul#menu li h6 a img
{
	float: left;
	margin: -10px 1px 0px 0;
}

#topNavigation ul#menu li h6 a span.description
{
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	width: 148px;
	height: 12px;
	float: left;
	line-height: 12px;
}









#topNavigation ul#menu li ul.dropDown
{
	display: none;
	position: absolute;
	margin-top: 72px;
	width: 178px;
}

#topNavigation ul#menu li:hover ul.dropDown
{
	display: block;
}

#topNavigation ul#menu li:hover ul.dropDown li a
{
	font-size: 11px;
	font-weight: bold;
	background: #ffffff;
	padding: 5px 10px 5px 10px;
	width: 168px;
	float: left;
	border: solid 1px #ababab;
	border-top: 0;
}

#topNavigation ul#menu li:hover ul.dropDown li a:hover
{
	/*background-color: #E6EBEF;*/
	background-color: #33cc00;
	color: #ffffff;
}

ul#serviceDD
{
	margin-left: 192px;
}

ul#deviceDD
{
	margin-left: 384px;
}

ul#enquiriesDD
{
	margin-left: 576px;
}

ul#contactDD
{
	margin-left: 768px;
}

/*********Category Navigation************/

#categoryNavigation
{
	
}

#categoryNavigation ul
{
	width: 170px;
	float: left;
}
/*********CUSTOMER NAVIGATION**************/

#customerNavigation
{
	
}

#customerNavigation ul li a
{
	color: #ffffff;
	font-size: 12px;
	float: left;
	padding: 15px 10px 10px 10px;
	width: 200px;
	height: 23px;
	background: url(/images/customermenu_bg.gif) no-repeat top;
}

#customerNavigation ul li a img
{
	float: left;
	margin-top: -5px;
	margin-right: 5px;
}

#customerNavigation ul li a:hover
{
	color: #ffffff;
	text-decoration:underline;
	background: url(/images/customermenu_bg.gif) no-repeat bottom;
}


