@charset "utf-8";

/*
Theme Name: DM Group WP 1.0
Description: The custom developed theme for Design Manufacturing Group.
Version: 1.0
Author: Alex Hughes - Avato Studios (Avato Limited)

*/

@import url("style/layout.css");
@import url("style/assets.css");
@import url("style/jquery.fancybox-1.3.1.css");


ul,li {list-style-type: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, button, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

	body
	{
		background: url(style/images/layout/background_dm_927x827.jpg) no-repeat top left #dedede;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.75em;
		color: #000000;
		text-align: center;			
		
	}
	
	
/* Text Styling */
	
		p {
			margin-bottom: 20px;
			line-height: 1.6em;
		}
		strong {
			font-weight: bold;
		}
		em {
			font-style: italic;
		}
		a {
			color: #1c2d7d;
			text-decoration: none;
			border-bottom: 1px dotted #1c2d7d;
		}
			a:hover {
			color: #000000;
			border-bottom: none;
		}
		del {
			text-decoration: line-through;
		}
		ins {
			text-decoration: underline;
		}
		hr {
			border-top: 1px solid #D8E0E3;
			border-bottom: none;
			color: #D8E0E3
		}
	
/* Typography */

	h1, h2, h3, h4, h5, h6 {
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 0.1px;
		margin-bottom: 10px;
	}
	
		h1 {
			font-size: 1.667em;
			color: #1c2d7d;
			line-height: 22px;
			margin-bottom: 15px;
		}
		h2 {
			font-size: 1.5em;
			color: #000000;
			line-height: 20px;
			padding: 0px 0px 10px 0px;
			border-bottom: 1px solid #d8e0e3;
		}
		h3 {
			font-size: 1.333em;
			color: #1c2d7d;
			font-weight: 800;
		}
		h4 {
			font-size: 1.167em;
			font-weight: 800;
		}
		h5 {
			font-size:  1.083em;
			font-weight: 700;
		}
		h6 {
			font-size:  1em;
			font-weight: 700;
			color: #1c2d7d;
		}
		
/* Base Element Styles */

	ul, ol {
		margin-bottom: 20px;
		text-indent: 25px;
	}
	
	ul li, ol li {
		margin-bottom: 3px;
	}
	
	blockquote {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.083em;
		color: #64666f;
		font-style: italic;
		font-weight: 600;
		letter-spacing: -0.4px;
		margin-bottom: 20px;
	}
		blockquote span {
			font-size: 11px;
			font-family: Tahoma, Verdana, Arial;
			font-weight: normal;
			letter-spacing: 0px;
			color: #a1a3ac;
		}
		
	table {
		width: 100%; 
		border-collapse: collapse; 
		margin-bottom: 20px;
	}
		table tr {
			border-bottom: 1px solid #CCC; 
			background-color: #f3f3f3; 
		}
			table tr:hover {
				background-color: #FFFFFF; 
				cursor: pointer
			}	
				table tr.even {background-color: #e1e1e1;}
					table tr.even:hover {background-color: #FFF;}
				
		table td {padding: 8px;}
				table thead tr {
					background-color: #1c2d7d; 
					color: #FFFFFF; 
					border-bottom: 0px;
				}
		table thead tr:hover {background-color:#902335;}
