/* box.css */

/* left & right */
#left .plugin,
#right .plugin {
	margin-bottom: 3em;
	padding-left:11px;
}

#left .plugin .orange h1,
#right .plugin .orange h1,
#left .plugin h1,
#right .plugin h1 {
	color: #545454;
	font-family: Arial;
	font-size: 1.2em;
	padding-left:22px;
	line-height: 2.1em;
	text-transform: uppercase;

}

#left .menu_orange .content{
	padding-left:10px;
	margin-left:7px;
	width:164px;
	padding-bottom:10px;
	margin-top:-1px;
	background:#fff3de url('/media/dsg/bottom_menu.jpg') no-repeat center bottom;
}

#left .plugin h1,
#right .plugin h1 {
	background: #fff url('/media/dsg/box_h1.jpg') no-repeat 7px center;
}
#left .orange h1,
#right .orange h1 {
	background: #fff url('/media/dsg/box_orange.jpg') no-repeat 7px center;
	color:#ffffff;
}
#left .menu_orange h1,
#right .menu_orange h1 {
	background: #fff url('/media/dsg/box_menu.jpg') no-repeat 7px center;
	color:#ffffff;
}
#left .content,
#right .content {
	font-size: 1.1em;
	line-height: 1.455em;
	
}
#left .plugin .plugin_content p,
#right .plugin .plugin_content p,
#left .plugin .plugin_content ul,
#right .plugin .plugin_content ul,
#left .plugin .plugin_content ol,
#right .plugin .plugin_content ol {
	margin-bottom: 	1em;
	padding-left:	22px;
	padding-top:	10px;
	font-size:		1.2em;
	line-height:	1.2em;
	width:			157px;
}
#left .plugin .plugin_content ul li,
#right .plugin .plugin_content ul li,
#left .plugin .plugin_content ol li,
#right .plugin .plugin_content ol li {
	margin-left: 2em;
}
#left .plugin form legend,
#right .plugin form legend {
	color: red;
}

/* right */



/* center */
#center .plugin {
	background: #fff url('/media/dsg/center_flow.jpg') no-repeat top center;
	padding-left:8px;
	margin-bottom: 1em;
	padding-right:8px;
	height:1%;
}
#center .plugin h1 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: #ff2300;
	padding: 10px 0 13px;
	padding-left:15px;
}
#center .plugin h1 a {
	color: #ffa200;
	text-decoration: none;
}
#center .plugin h1 a:hover {
	text-decoration: underline;
}
#center .plugin .plugin_content {
	font-size: 1.2em;
	line-height: 1.25em;
	color: #382b1f;
	padding-left:15px;
	padding-right:15px;
	border-bottom:1px solid #c3c3c3;	
}
/* red */
#center .plugin.red {
	background: #fff url('/media/dsg/center_red.jpg') no-repeat top center;
	width:542px;
	height:210px;
}
#center .plugin.red .plugin_content {
	padding-left:20px;
	font-size:1.5em;
	color:#ffffff;
	width:320px;
	float: left;
}
#center .plugin.red .animation {
	float: right;
	margin-top: 14px;
	margin-right: 5px;
}
#center .plugin.red h1 {
	color:#ffffff;
	font-weight:normal;
	font-size: 1.5em;
	padding-top:20px;
	padding-left: 0px;
}
#center .plugin .plugin_content p,
#center .plugin .plugin_content ul,
#center .plugin .plugin_content ol {
	margin-bottom: 1em;
}
#center .plugin .plugin_content ul li,
#center .plugin .plugin_content ol li {
	margin-left: 2em;
}
#center .plugin form legend {
	color: #382b1f;
}
