
/*############################################################################
Set up any default styles needed throughout entire website
############################################################################ */

/*  strip any default margins and paddings from many elements */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, img { margin:0; padding:0; }

/* remove any image borders */
img {border: 0px;}

/* Give every paragraph a 5px top margin */
p {margin-top: 5px;}

/* Remove all link underlines */
:link,:visited { text-decoration:none; }

/* Remove blue linked image borders */
a img,:link img,:visited img { border:none; border-width: 0px; }

/* avoid browser inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove the focus outline from all links.
Note that this is not good for accessibility, so use hyperlink specific ones in the links section below */
a:focus {outline: none;}

/*############################################################################
Standard HTML & Body 
############################################################################ */

html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. For non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #b1bcda;
	width: 100%;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #848484;
}

/*############################################################################
Main Layout 
############################################################################ */
/* forces the central area to always be centered both vertically and horizontally, even on browser resize */
div#outer_container {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -295px; /*set to a negative number 1/2 of the height (although usually needs tweaking slightly to make fit on 1024 x 768 resolution)*/
	margin-left: -401px; /*set to a negative number 1/2 of the width*/
	width: 803px;
	height: 592px;
	background-color: #fff;
}
div#inner_container {
	width: 803px;
	height: 570px;
}
div#header {
	height: 119px;
}
div#menu_system {
	background-color: #316bfa;
	background-image: url("../images/menu_background.gif");
	background-repeat: repeat-x;
	height: 22px;
	margin: 0 1px 0 1px;
	padding-left: 16px;	
}
div#content_area {
	margin: 10px 25px 10px 25px;
	height: 330px;
}
div#content_area_without_boxes {
	margin: 10px 25px 10px 25px;
	height: 400px;
}
div#linkboxes {
	margin: 0;
}
div#footer {
	margin-left: 25px;
}
div.footer_content {
	margin-left: 30px;
	float: left;
}
div.footer_content_right {
	margin-right: 22px;
	float: right;
}
img#logo {
	margin-left: 39px;
	margin-top: 21px;
}
img#buy-now-button {
	margin: 0 0 10px 152px;
}
div.one-third {
	width: 30%;
	float: left;				
}
div.bullets  {
	float: left;
	margin-left: 10px;
	width: 365px;
}
div.full-width {
	margin-left: 25px;
	width: 753px;
}
div.one-half {
	float: left;
	margin-left: 25px;
	width: 365px;
}
div.contentbox p {
	background-color: #417fee;
	background-image: url("../images/contentbox_background.gif");
	background-repeat: repeat-x;
	color: #fff;
	/*width: 64%;*/
	height: 63px;
	margin: 0 0 0 115px;
	padding: 5px;
	font-size: 15px;
	line-height: 19px;
}
div.contentbox img {
	float: left;
}
img.left {
	float: left;
	margin: 5px 5px 5px 0;
}
img.right {
	float: right;
	margin: 5px 0px 5px 5px;
}
div.text_separator_left {
	width: 38px;
	float: left;				
}
div.text_separator_right {
	width: 150px;
	float: left;				
}
/*############################################################################
Specific images 
############################################################################ */
img#homepage-image {
	margin-top: 33px;
	margin-left: 65px;				
}
img#aboutus-image, img#experience-image, img#design-image, img#web-image {
	float: right;
	margin-top: 7px;
}

/*############################################################################
Menu system 
############################################################################ */
a:link.menu, a:visited.menu {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 7px 0 16px;	
}
a:hover.menu {
	color: #b1bcda;
}
a:link.menu_on, a:visited.menu_on, a:hover.menu_on {
	color: #b1bcda;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 7px 0 16px;	
}

/*############################################################################
Links 
############################################################################ */
a:link, a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #2964fc;
}
a:hover {
	color: #2964fc;
	text-decoration: underline;
}
div.contentbox a:link, div.contentbox a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	cursor: pointer;
}
div.contentbox a:hover {
	color: #b1bcda;
	text-decoration: none;
}

/*############################################################################
Headings & Text Styles 
############################################################################ */
h1 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0 0 10px 0;
	color: #57b7df;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}
.text_italics {
	font-style:	italic;
}
p {
	line-height: 16px;
	margin-bottom: 5px;
}
p.headline {
	color: #2864fa;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
	text-align: center;
}
ul {
	margin: 2px 15px 9px 15px;
	list-style-type: square;
}
li {
	padding-top: 12px;				
}


/*############################################################################
Form styles 
############################################################################ */
div#form {
	position: absolute;
	top: 300px;
	left: 185px;
	visibility: visible;	
}
div#error {
	position: absolute;
	top: 280px;
	left: 295px;
	color: #57b7df;
}

/*############################################################################
Miscellaneous 
############################################################################ */
.clear {
	clear: both;
}
.clear5 {
	clear: both;
	height: 5px;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear30 {
	clear: both;
	height: 30px;
}
/*############################################################################
Clearfix from: http://www.positioniseverything.net/easyclearing.html 
############################################################################ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

