/*-------------------------------------------------------

	doc title: stylesheet Storm Inventories
	filename: primary.css
	author: Daniel Petrie, 2012
	developer: Daniel Petrie
	date: 22/12/2012
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. tables
	9. forms
	
	
-------------------------------------------------------*/




										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, table {
	margin			: 0.6em 4%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
	outline			: none;
	
}

.clr {
	clear:both;
	height:0;
	width:0;
	padding:0;
	margin:0;
}

* { behavior: url(iepngfix.htc) }

										/* ---------- 2. typography ---------- */ 

p {
	font-size:0.9em;
	line-height:1.4em;
}

p.sml {
	font-size:0.7em;
}
	p a {color:#00B5CB;}
	p a:hover {}
	
h1 {}
	h1 a {}
	h1 a:hover {}
	
h2 {}
	h2 a {}
	h2 a:hover {}
	
h3 {
	color:#00B5CB;
	font-size:1em;
}
	h3 a {}
	h3 a:hover {}
	
h4 {
	color:#00B5CB;
	font-size:1em;
	border-bottom:3px solid #00B5CB;
	padding-bottom:2px;
}
	h4 a {}
	h4 a:hover {}

h5 {}
	h5 a {}
	h5 a:hover {}
	

										/* ---------- 3. listography ---------- */ 
										
#content-area-ma ul {
	font-size:0.9em;
}										
										
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: #58585A;
}


#wrapper-div {
	position		: relative;
	margin			: 0 auto;
	width			: 900px;
}

#main-area {
	position:relative;
	padding:20px 17px;
	width:860px;
}

	#side-div {
		position:relative;
		float:left;
		width:155px;
	}
	
		#navigation-div {
			position:relative;
			margin-top:248px;
		}
		
		
	#right-side-div {
		position:relative;
		float:right;
		width:704px;
	}
	
		#main-image {
			position:relative;
			float:right;
			width:704px;
			margin-top:77px;
		}
		
		#content-area {
			position:relative;
			background:#fff;
			width:704px;
			border-top:7px solid #00B5CB;
			margin-top:20px;
			padding:20px 0;
		}
			
			#content-area-ma {
				position:relative;
				width:440px;
				float:left;
			}
			#content-area_side {
				position:relative;
				width: 264px;
				float:right;
			}
			
			
	#footer-start {
		position:relative;
		color:#fff;
		font-size:0.8em;
		width:700px;
		margin:10px 0 90px 175px;
	}
		#left-footer {
			position:relative;
			float:left;
		}
		#right-footer {
			position:relative;
			float:right;
			text-align:right;
		}
		
		#footer-start a {
			color:#fff;
		}
	




										/* ---------- 5. navigation ---------- */ 
										
#navigation-div ul {
	margin:0;
	paddin:0;
	width:140px;
	text-indent:5px;
}	

#navigation-div ul li {
	margin:0;
	border-bottom:3px solid #00B5CB;
	list-style:none;
	padding:3px 0;
	margin-top:3px;
	
}

#navigation-div ul li a {
	color:#fff;
	text-transform:uppercase;
	font-size:0.875em;
}

#navigation-div ul li a:hover {
}									
										

										/* ---------- 6. page specific structure ---------- */ 
										

										/* ---------- 7. images ---------- */ 
										

										/* ---------- 8. tables ---------- */ 
										
table {
	
}	

.pricing {
	text-align:center;
	font-size:0.9em;
	margin:0.6em 3%;
}									
table tr.cy {
	background:#CCF0F5;
}							
table tr td.cw {
	background:#fff;
	text-align:left;
}
.pricing tr td {
	padding: 2px;
}
.pricing .tr_h	{
	font-weight:bold;
}		

.cf_form {
	font-size:0.85em;
}

.cf_bx {
	width:135px;
	background:#CCF0F5;
	margin-bottom:10px;
	padding:2px;
}		

.cf_sub {
	background:#00B5CB;
	color:#fff;
	font-size:0.9em;
	padding:2px 5px;
}
					
										
										
										/* ---------- 9. forms ---------- */ 
