.topContainer {
	margin-top: 10px;
}
.leftTitle {
	width: 75px; 
	float: left; 
	height: 527px;
	border-left: solid 1px #C0BDBC;
	border-bottom: solid 1px #C0BDBC;
	border-top: solid 1px #C0BDBC;
	border-right: none;
	background: no-repeat center url("../images/products/safiCommSuite.jpg") #E5E2E2;
}
.leftContainer {
	float: left;
	width: 914px;
}

.designerTitle {
	float: left;
	width: 50px; 
	height: 175px; 
	border-left: solid 1px #C0BDBC;
	border-bottom: solid 1px #C0BDBC;
	border-top: solid 1px #C0BDBC;
	border-right: none;
	background: no-repeat center left url("../images/products/designer.jpg");
}
.designerContent {
	float: left;
	height: 165px;
	width: 850px;
	border-left: none;
	border-bottom: solid 1px #C0BDBC;
	border-top: solid 1px #C0BDBC;
	border-right: solid 1px #C0BDBC;
	padding: 5px;
}

.serverTitle {
	float: left;
	width: 50px; 
	height: 175px; 
	border-left: solid 1px #C0BDBC;
	border-bottom: solid 1px #C0BDBC;
	border-top: none;
	border-right: none;
	background: no-repeat center left url("../images/products/server.jpg");
}
.serverContent {
	float: left;
	height: 165px;
	width: 850px;
	border-left: none;
	border-bottom: solid 1px #C0BDBC;
	border-top: none;
	border-right: solid 1px #C0BDBC;
	padding: 5px;
}


.extrasTitle {
	float: left;
	width: 50px; 
	height: 175px; 
	border-left: solid 1px #C0BDBC;
	border-bottom: solid 1px #C0BDBC;
	border-top: none;
	border-right: none;
	background: no-repeat center left url("../images/products/extras.jpg");
}
.extrasContent {
	float: left;
	height: 165px;
	width: 850px;
	border-left: none;
	border-bottom: solid 1px #C0BDBC;
	border-top: none;
	border-right: solid 1px #C0BDBC;
	padding: 5px;
}


.prod {
	color: #666666;
	font-size: 1em;
	line-height: 1.25em;
}
.prod strong{ font-weight: bold; }
.prod h3{ 
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.7em;
	color: #4D9FD2;
	font-family: Arial,Helvetica,sans-serif;
}


.prodimg { float: left; }
.prodimg img { margin-top: 15px; }
.prodtext { 
	float: left; 
	padding: 4px;
	width: 685px;
	padding-left: 20px;
	
}


.prod p {
	margin-left: 5px;
	margin-bottom: 10px;
}


.prod h4 {
	font-weight: bold;
    font-size: 1.3em;
    line-height: 1.4em;
    padding-left: 5px;
	margin-top: 30px;
    color: #ccbf39;
}

.prod h4 a, .prod h4 a:visited {
	text-decoration: underline;
	color: #ccbf39;
	font-weight: bold;
    font-size: 1em;
	font-family: Arial,Helvetica,sans-serif;
}

.prod h4 a:hover {
	color: #479fd4;
}

/*  Top Links  */

#extraLinks {
	margin: 0 120px 10px 0;
}

/* Center the text in the caption */
.highslide-caption {
	width: 100%;
	text-align: center;
}
/* Remove the close button from the controls since we already have one in the corner of the image */
.highslide-close {
	display: none !important;
}
/* Put the image number in front of the caption */
.highslide-number {
	display: inline;
	padding-right: 1em;
	color: white;
}


/* Feature Breakdown Table */
table.featureTable td {
	border-collapse: collapse;
	border: 1px #dddddd solid;
	padding: 5px;
}

table.featureTable h3 {
	font-size: 1.3em; 
}


/* list */
.prod ul {
	list-style-type: square;
	margin-left: 2em;
	margin-top: 1em;
}

.prod li {
	list-style-position: inside;
	list-style: circle;	
}

