/*

	RAMTelecom - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */

body {
	background-color: #989898;
	color: #666666;
	margin: 0;
	padding: 15px 0;
	}
	
body, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* =Layout
---------------------------------------------------------------------------------------------------- */

#wrapper {
	border: 1px solid #000000;
	}
	
/* =Header
---------------------------------------------------------------------------------------------------- */



/* =Navigation
---------------------------------------------------------------------------------------------------- */

#navigation ul {
	list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
	}
	
#navigation li {
	text-align: right;
	line-height: normal;
	margin: 0 0 12px 0;
	}
	
#toolbar {
	font-size: 10px;
	}
	
#toolbar li {
	margin-bottom: 3px;
	}
	
#menu {
	font-size: 11px;
	font-weight: bold;
	}
	
#menu ul {
	margin: 0;
	}
	
#menu ul li {
	margin: 3px 0;
	}
	
#navigation a, #navigation a:active, #nagivation a:visited {
	color: #336699;
	text-decoration: none;
	}
	
#navigation #menu a, #navigation #menu a:active, #navigation #menu a:visited {
	text-transform: uppercase;
	}
	
#navigation a:hover, #navigation a:visited:hover {
	color: #CC6633;
	}
	
#navigation #menu ul li {
	background: #FFFFFF url('../images/wrapper/menu-bullet.gif') right top no-repeat;
	padding-right: 8px;
	}
	
#navigation #menu ul a, #navigation #menu ul a:active, #navigation #menu ul a:visited {
	text-transform: none;
	font-weight: normal;
	}
	
#navigation a.on, #navigation a.on:active, #navigation a.on:visited {
	color: #CC6633;
	}

/* =Typography
---------------------------------------------------------------------------------------------------- */

.bigger {
	font-size: 14px;
	}

.smaller {
	font-size: 10px;
	}
	
h1, h2, h3, h4 {
	color: #336699;
	margin: 0 0 12px 0;
	}
	
h1 {
	font-size: 16px;
	}
	
h2 {
	color: #000000;
	font-size: 14px;
	}
	
h3 {
	color: #666666;
	font-size: 12px;
	margin-bottom: 1px;
	}
	
p {
	line-height: 1.5em;
	margin: 0 0 12px 0;
	}

/* =Lists
---------------------------------------------------------------------------------------------------- */

ul {
	list-style: square;
	margin: 0 0 12px 0;
	padding: 0 0 0 16px;
	}
	
ul li {
	margin-bottom: 6px;
	}
	
li {
	line-height: 1.5em;
	}

/* =Footer
---------------------------------------------------------------------------------------------------- */

#footer {
/*	background: #FFFFFF url('../images/wrapper/footer.gif') left top no-repeat;*/
	color: #8695BF;
	padding-bottom: 6px;
	}
#footer.links {
	padding-bottom: 2px;
}
#footer a, #footer a:active, #footer a:visited, #footer.links {
	color: #9999CC;
	}
	
#footer a:hover, #footer a:visited:hover, #footer.links {
	color: #FFFFFF;
	}

/* =Forms
---------------------------------------------------------------------------------------------------- */ 

.indent {
	text-indent: 3em;
	}

.validation {
	color: #FF0000;
	font-weight: bold;
	}
	
form {
	margin: 0;
	padding: 0;
	}

/* =Links
---------------------------------------------------------------------------------------------------- */

a, a:active {
	color: #336699;
	}
	
a:visited {
	color: #000000;
	}
	
a:hover, a:visited:hover {
	color: #CC6633;
	}

/* =Misc: Sidebar Specific
---------------------------------------------------------------------------------------------------- */

#sidebar {
	font-size: 11px;
	padding: 12px 0 0 0;
	}

#sidebar h1 {
	background: transparent url('../images/wrapper/sidebar-hr.gif') left bottom no-repeat;
	color: #989898;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding-bottom: 3px;
	}
	
#sidebar h2 {
	font-size: 12px;
	font-weight: normal;
	}
 
 /* =Misc: Homepage Specific
---------------------------------------------------------------------------------------------------- */

#home #sidebar h1 {
	font-size: 16px;
	text-transform: uppercase;
	}

#home #sidebar h2 {
	margin-bottom: 0;
	}
	
#home #sidebar p {
	margin-right: 12px;
	}
	
/* =Misc: File Downloads
---------------------------------------------------------------------------------------------------- */

.pdf, .case {
	line-height: 16px;
	list-style: none;
	margin: 3px 0 1em 0;
	padding: 3px 0 3px 20px;
	}

li.pdf, li.case {
	margin: 3px 0 0 -16px;
	}
	
.pdf {
	background: transparent url("../images/icons/pdf.gif") 0 2px no-repeat;
	}
	
.case {
	background: transparent url("../images/icons/case.gif") 0 2px no-repeat;
	}