/* Colors
000235
0042c1
002c81
001641
001133
*/

body {
	margin: 0;
	padding: 0;
	color: white;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	height: 400px;
	margin-top: 25px;
	background: #001133;
}

#header {
	background: url(../gfx/phone.gif) no-repeat right;
	height: 50px;
	border-bottom: 1px solid #0042c1;
}

.headerImage {
	margin-top: 8px;
}

#nav {
	background-color: black;
	height: 35px;
	font-size: 13px;
}

#nav h1 {
	margin-left: 10px;
	font-size: 150%;
}

#nav li {
	color: white;
	margin: 10px;
	float: left;
}

#nav ol {
	list-style-type: none;
	margin: 0;
}

#nav a {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	color: #0042c1;
}

#nav .active {
	color: #0042c1;
	font-weight: bold;
}

#content {
	background: #001641 url(../gfx/bgContent.gif) repeat-x 0 bottom;
	clear: both;
	height: 275px;
	border-bottom: 1px solid #0042c1;
}

#content a {
	color: red;
}

#content a:hover {
	color: #0042c1;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content li {
	list-style-type: square;
	margin-left: 20px;
}

#subContent {
	padding: 0;
	margin-left: 10px;
	margin-right: 20px;
}

#subContentProd {
	padding: 0;
	margin-left: 10px;
	width: 150px;
	float: left;
}

#content h1 {
	font-size: 14px;
}

#content h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#sider {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#Rsider {
	float: left;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	color: black;
	margin-left: 5px;
	margin-top: 5px;
	background: white url(../gfx/logos.jpg) no-repeat right top;
	height: 100px;
}

#testimonial {
	text-align: right;
	margin-right: 20px;
}

#footer a {
	color: #0042c1;
}

#products {
	margin-top: 15px;
}

.product {
	float: left;
	margin-right: 20px;
	text-align: center;
}

#news {
	border: 1px solid #0042c1;
	width: 500px;
	background-color: #001133;
}

#news h1 {
	margin: 0;
	padding: 0;
}

#news p {
	padding: 0;
	margin: 0 0 10px 20px;
}

.linkTitle {
    font-size: 150%;
}

.specialImage {
	float: right;
}
