/*  GLOBAL STUFF  */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
}
body {
	margin: 0;
	text-align: center;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000000;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
	margin-bottom: 9px;
}
h2, h3, h4, h5, h6 {
	padding: 1px 5px;
	background-color: #444444;
	line-height: normal;
	letter-spacing: 1px;
}
#content_main h1 {
	padding: 1px 5px;
	background-color: #444444;
	line-height: normal;
	letter-spacing: 1px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
	background-color: #111111;
}
h4 {
	padding-top: 2px;
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
hr {
	height: 1px;
}
ul {
	list-style-type: square;
}
img {
	border: 0;
}
acronym, abbr {
	border-bottom: 1px dashed;
	cursor: help;
}

/*  CLASSES  */

input.styled {
	margin: 1px auto;
	padding: 2px 3px;
	background-color: #555555;
	border: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
img.bordered {
	border: #666666 solid 5px;
}
img.float_left {
	border-left: 1px solid #888888;
	padding-right: 7px;
}
img.float_right {
	border-right: 1px solid #888888;
	padding-left: 7px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.underline {
	border-bottom: solid 1px;
}
.qoute {
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 15px;
	background-color: #444444;
	border: #999999 dashed 1px;
	font-size: 11px;
	line-height: 20px;
	display: block;
}
.left_line {
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 15px;
	background-color: #333333;
	border-left: solid 4px;
	font-size: 11px;
	line-height: 20px;
	display: block;
}
.box {
	padding: 5px 10px;
	margin-top: 25px;
	background-color: #444444;
}
.article {
	padding: 10px 15px;
	background: #333333 url(http://www.djsonarm.co.uk/img/article_bg.png) top right no-repeat;
}
.article .title {
	font-size: 20px;
	display: block;
}
.article .title a:hover {
	background-color: transparent;
	color: #FFFFFF;
}
.article .date {
	margin: 0 -5px 5px -5px;
	padding: 0 6px;
	border-bottom: #666666 solid 1px;
	color: #CCCCCC;
	font-size: 10px;
	display: block;
}

/*  STRUCTURE (in order of appearance)  */

#body {
	margin: 0 auto;
	width: 800px;
	padding: 0 1px;
	background: url(http://www.djsonarm.co.uk/img/bg_body.png) repeat-y;
	text-align: justify;
}
#header {
	height: 72px;
	padding: 50px 0 0 20px;
	background-color: #444444;
	font-weight: bold;
}
#header .name {
	font-size: 36px;
	letter-spacing: 2px;
}
#header h1 {
	font-size: 16px;
	letter-spacing: 5px;
}
#menu {
	height: 30px;
	padding: 0 10px;
	background-color: #666666;
	font-size: 15px;
	font-weight: bold;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	letter-spacing: 1px;
	display: inline;
}
#menu ul li a {
	padding: 7px 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#menu ul li a:hover {
	color: #000000;
}
#menu .pressed {
	padding: 7px 10px;
	background-color: #000000;
	float: left;
}
#content_side {
	width: 200px;
	padding: 15px 5px 15px 15px;
	line-height: 19px;
	float: left;
}
#content_main {
	width: 550px;
	padding: 15px;
	line-height: 19px;
	float: left;
}
#content_single {
	padding: 15px;
	line-height: 19px;
}
#footer_clear {
	clear: both;
}
#footer {
	padding: 8px 0 9px 0;
	background-color: #555555;
	font-size: 10px;
	text-align: center;
	clear: both;
}
#footer a:hover {
	background-color: transparent;
	text-decoration: underline;
}
.small {
	font-size: 10px;
	color: gray;
}
.subnote {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #444444;
	border: #999999 dashed 1px;
	font-size: 11px;
	margin-top: -15px;
}

.dropcontent {
	width: 550px;
	height: 60px;
	border: 1px solid black;
	background-color: #333333;
	display:block;
	text-align: left;
}

.new {
	font-size: 9px;
	color: #FF3333;
	font-weight: bold;
	padding-left: 5px;
}

body li {
	padding-bottom: 7px;
	line-height: 16px;
}

#twitter_update_list li {
	list-style: none;
	font-size: 11px;
	line-height: 100%;
}

.sidebar-title {
	padding-bottom: 3px;
	margin: 0px;
}


/* Mailing List Form */
 
.textfield_effect    {
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    /*we are now going to add in the shadow image that we created earlier
    background-image: url(back_field.gif);
    background-repeat: repeat-x;
	*/
    /*I am going to add some <strong class="highlight">text</strong> formatting of my own*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 200px;
    height: 15px;
    }
 
/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/
 
.textfield_effect:hover    {
    border-color: #64acd8;
    border-width: 1px;
    }
 
.textfield_effect:focus    {
    border-color: #64acd8;
    border-width: 1px;
    }

.featuredbox {
	margin-top: 25px;
	text-align: center;
}

.addthis {
	float: right;
	margin: 40px 18px 0 0;
}

.enquiries {
	float: right;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 18px 0 0;
	background: none;
}

.mainnav {
	font-size: 13px;
	font-weight: bold;
}

.feat_download_text {
	font-size: 10px;
	line-height: 100%;
}