/*** RESET ***/

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
}

table { border-collapse: collapse; border-spacing: 0; }

q:before, q:after, blockquote:before, blockquote:after { content: ""; }

table, tr, td {
	margin: 0px;
	padding: 0px;
	border: none;
}

strong {
	font-weight: bolder;
}

.dummy {
	display: none;
}

.clearing {
	clear: both;
}


/*** GLOBAL STYLES ***/

body {
	font-family: Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bolder;
}



h1 {
	color: #f20017;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 10px;
}

h3 {
	font-weight: bolder;
	margin-bottom: 0px;
}

hr {
	margin-bottom: 10px;
	margin-top: 20px;
	height: 1px;
	border: none;
	border-top: 1px dashed;
}

a, a:visited {
	color: #333333;
}

a:hover {
	color: #f20017;
}

a:active {
	outline: none;
}

ul {
	padding: 0px;
	margin-left: 0px;
}

li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/bullet.png) 0 2px no-repeat;	
}

img.piccy {
	border: 2px solid #333333;
	padding: 2px;
}


/*** CONTENT STYLES ***/

div#content_inner_padding p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 160%;
}

div#content_inner_padding p.intro {
	font-size: 32px;
	color: #f20017;
	margin-bottom: 20px;
	line-height: 130%;
}



div#content_inner_padding {
	padding: 20px 30px;
	/* padding-right: 0px; */
	font-size: 14px;
	color: #333333;	
}

div#links {
	font-size: 12px;
	float: left;
	width: 350px;
	color: #999999;
}

div#links a, div#links:visited {
	color: #999999;
}

div#links a:hover {
	color: #ffffff;
}

div#copyright {
	font-size: 12px;
	float: right;
	width: 350px;
	color: #999999;
	text-align: right;
}


/*** LAYOUT ***/

#page {
	color: #ffffff;
	background: url(../images/dexsor_bg.jpg) #000000 top center no-repeat;
}

div#wrapper {
	width: 100%;
}

div#header {
	width: 100%;
	margin-bottom: 1px;
}

div#header_inner {
	width: 800px;
	height: 180px;
	margin: 0 auto;
}

div#menu {
	width: 100%;
}

div#menu_inner {
	width: 790px;
	height: 40px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin: 0 auto;
	background: url(../images/menu_bg.png) no-repeat;
	position: relative;
}

div#content {
	width: 100%;
}

div#content_inner {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 1px;
	padding: 10px;
	padding-top: 0px;
	overflow: hidden;
	background: url(../images/content_bg.png) bottom no-repeat;
}

div#footer {
	width: 100%;
}

div#footer_inner {
	margin: 0 auto;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*** LOGOS ***/

#logo {
	display: block;
	cursor: pointer;
	width: 200px;
	height: 50px;
	background: url(../images/dexsor_logo.png) no-repeat;
	margin-top: 75px;
	margin-right: 10px;
	border: none;
	float: right;
}

#loading-logo-dark {
	width: 220px;
	height: 70px;
	background: url(../images/dexsor_logo_dark.jpg) no-repeat;
	margin: 0 auto;
	margin-bottom: 20px;
}

#loading-logo-light {
	width: 220px;
	height: 70px;
	background: url(../images/dexsor_logo_light.jpg) no-repeat;
	visibility: hidden;
	position: relative;
	top: 0;
	left: 0;
}

#small_logo {
	display: block;
	cursor: pointer;
	float: right;
	width: 99px;
	height: 40px;
	border: none;
	margin-top: 10px;
	background: url(../images/group_logo_small.png) no-repeat;
}

div#manufacturing {
	float: left;
	margin-top: 60px;
	width: 264px;
	height: 80px;
	background: url(../images/uk_manufacturing.png) no-repeat;
}


/*** BUTTONS ***/

div.button_bar {
	margin-top: 20px;
	height: 30px;
}

a.small_button {
	display: block;
	height: 18px;
	width: 80px;
	float: left;
	line-height: 18px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	/* font-weight: bold; */
	margin-right: 10px;
	overflow: hidden;
	background: url(../images/small_button_inactive.png) no-repeat;
	
}

a.small_button:hover {
	/* color: #cccccc; */
	background: url(../images/small_button_hover.png) no-repeat;
}

div#menu a, a.big_button_inactive, a.big_button_active, a.big_button_inactive:hover {
	display: block;
	height: 30px;
	width: 100px;
	float: left;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
	background: url(../images/button_menu_inactive.png) no-repeat;
}

a.big_button_inactive, a.big_button_active, a.big_button_inactive:hover {
	margin-left: 0px;
	margin-right: 10px;
}

div#menu a.inactive, a.big_button_inactive {
	cursor: pointer;
}

div#menu a.active, a.big_button_active {
	color: #ffffff;
	background: url(../images/button_menu_active.png) no-repeat;
}

div#menu a.inactive:hover, a.big_button_inactive:hover {
	/* color: #cccccc; */
	background: url(../images/button_menu_hover.png) no-repeat;
}

a.logo_button {
	display: block;
	cursor: pointer;
	height: 70px;
	margin: 0 auto;
}

a.lighting_button {
	width: 200px;
	background: url(../images/lighting_logo_out.png) top no-repeat;
}

a.lighting_button:hover {
	background: url(../images/lighting_logo_in.png) top no-repeat;
}

a.dexeco_button {
	width: 181px;
	background: url(../images/eco_logo_out.png) top no-repeat;
}

a.dexeco_button:hover {
	background: url(../images/eco_logo_in.png) top no-repeat;
}

a.dexreco_button {
	width: 200px;
	background: url(../images/reco_logo_out.png) top no-repeat;
}

a.dexreco_button:hover {
	background: url(../images/reco_logo_in.png) top no-repeat;
}

a.round_button {
	display: block;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	float: left;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/round_button_inactive.png) no-repeat;
}

a.round_button_active {
	color: #ffffff;
	background: url(../images/round_button_active.png) no-repeat;
}

a.round_button_inactive:hover {
	color: #cccccc;
	background: url(../images/round_button_hover.png) no-repeat;
}


/*** PAGE SPECIFIC STYLES ***/

/* generic */
div.about,
div.home {
	background: url(../images/side_images/generic.png) top right no-repeat;
	float: right;
	width: 310px;
	height: 370px;
	margin-left: 40px;
	margin-bottom: 20px;
}

/*** TOOL TIPS ***/

div.bluetips, div.slidetip {
	z-index: 6000;
}

div.bluetips div.tip-top, div.slidetip div.tip-top {
	width: 200px;
	height: 20px;
	overflow: hidden;
	background: url(../images/tip/tip2_bg_top.png) no-repeat;
}

div.bluetips div.tip-middle, div.slidetip div.tip-middle {
	width: 180px;
	margin: 0;
	padding: 0 10px;
	height: auto;
	background: url(../images/tip/tip2_bg.png) repeat;
	overflow: hidden;
}

div.bluetips div.tip-middle p, div.slidetip div.tip-middle p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div.bluetips div.tip-bottom, div.slidetip div.tip-bottom {
	width: 200px;
	height: 20px;
	overflow: hidden;
	background: url(../images/tip/tip2_bg_bottom.png) no-repeat;
}

div.bluetips div.tip-top-right, div.slidetip div.tip-top-right {
	width: 200px;
	background: url(../images/tip/tip2_bg_tr.png) repeat;
}

div.bluetips div.tip-top-left, div.slidetip div.tip-top-left {
	width: 200px;
	background: url(../images/tip/tip2_bg_tl.png) repeat;
}

div.bluetips div.tip-bottom-right, div.slidetip div.tip-bottom-right {
	width: 200px;
	background: url(../images/tip/tip2_bg_br.png) repeat;
}

div.bluetips div.tip-bottom-left, div.slidetip div.tip-bottom-left {
	width: 200px;
	background: url(../images/tip/tip2_bg_bl.png) repeat;
}

/*** NO JAVASCRIPT ***/

.noscript {
	padding: 5px 10px;
	width: 100%;
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 12px;
	background: url(../images/noscript-bg.png) 0 100% repeat;
}

/*** LOADING SCREEN ***/

div#loading-page {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 6000;
}

div#loading-page.invisible {
	display: none;
}

div#loading-page table {
	width: 100%;
	height: 100%;
}

div#loading-page table td {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #ccc;
	font-size: 20px;
}

div#loading_text {
	color: #999;
	font-size: 9px;
	text-align: center;
}


/*** TOP DRAWER ***/

#toppanel-container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	z-index: 15;
	visibility: hidden;
	
}

#toppanel-wrapper {
	height: 100px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#toppanel {
	position: relative;
	z-index: 101;
	/* margin-top: -320px; */
	top: 0;
	left: 0;
	margin-top: 0px;
	width: 100%;
	height: 100px;
	background: url(../images/toppanel/toppanel-bg.png) 0 100% repeat-x;
	color: #969696;
}

#toppanel .panel {
	margin: auto;
	width: 800px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

div.panel table {
	width: 100%;
}

div.panel table td {
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

#toppanel .cpanel { clear: both; }

#toppanel-container .trigger {
	position: relative;
	z-index: 102;
	top: 0px;
	left: 50%;
	width: 180px;
	margin-left: -120px;
	cursor: pointer;
}

#toppanel-container .trigger img {
	width: 20px;
	height: 19px;
	border: 0px;
}

#toppanel-container .trigger-l, #toppanel-container .trigger-r {
	width: 19px;
	height: 19px;
	float: left;
}

#toppanel-container .trigger-l { background: url(../images/toppanel/toppanel_trigger_l.png) 100% 0 repeat-x; }

#toppanel-container .trigger-r { background: url(../images/toppanel/toppanel_trigger_r.png) 100% 0 repeat-x; }

#toppanel-container .trigger-m {
	width: 140px;
	height: 19px;
	background: url(../images/toppanel/toppanel_trigger_m.png) 100% 0 repeat-x;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	overflow: hidden;
	color: #ffffff;
}

.close {
	background: url(../images/close_button_out.png) no-repeat;
}

.close_hover {
	background: url(../images/close_button_in.png) no-repeat;
}

div#panelclose {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 30px;
	right: 10px;
	cursor: pointer;
}

/*** POP-UP WINDOW ***/

div#popup_wrapper {
	margin: 0 auto;
	width: 720px;
	margin-bottom: 50px;
}

div#popup_top {
	width: 720px;
	height: 20px;
	background: url(../images/popup/popup_top.png) no-repeat;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div#popup_middle {
	width: 720px;
	background: url(../images/popup/popup_middle.png) repeat-y;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div#popup_content {
	margin: 5px 30px;
	font-size: 12px;
	color: #333333;
}

div#popup_bottom {
	width: 720px;
	height: 20px;
	background: url(../images/popup/popup_bottom.png) no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#popup_close {
	/* visibility: hidden; */
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: url(../images/popup/close_button_out.png) no-repeat;
	cursor: pointer;
}

div#popup_close.hover {
	background: url(../images/popup/close_button_in.png) no-repeat;
}

div#popup_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

/* CONTACT PAGE */

form {
	
}

table#contact_form {
	width: 70%;
	margin-top: 20px;
	margin-bottom: 20px;
}

table#contact_form td {
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 50%;
}

table#contact_form td.left {
	padding-right: 15px;
}

table#contact_form td.right{
	padding-left: 15px;
}

table#contact_form td.input {

}

table#contact_form td.topalign {
	vertical-align: top;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

textarea {
	height: 92px;
	padding: 2px;
}

select {
	height: 22px;
}

div.telephone, div.email {
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	padding: 0;
	margin: 0;
}

.contact_button {

}

div#reg {
	font-size: 12px;
	color: #999999;
	text-align: center;
	padding-bottom: 20px;
}



