/* Import styles */

@import url("http://highfieldgears.co.uk/images/css/layout.css");
@import url("http://highfieldgears.co.uk/images/css/global.css");

/* Global

---------------------------------------*/

body {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #3C3C3C;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p { padding: 10px 0px 10px 0px; }
p.bodytext { color: #AA273E; }
